I like to setup a Server and Workstation sort of network in linux (like we have Domain Controller in windows) where all the desktops login where authenicated with server, how this can be done.

I prefer CENTOS 5.4 for server and FEDORA 12 for dektop

Thanks in advance

link|improve this question
feedback

3 Answers

If you mean an active directory domain controller, there are articles describing how to authenticate using LDAP and extensions to the AD servers. The answer may be more involved that can be easily summed up here, so you might want to google for "fedora authenticate active directory" and find a tutorial on the webbertubes. Make sure you have decent backups ahead of time before modifying your servers.

Methods can vary depending on winbind, LDAP, Samba...you might have to sift through articles (and pay attention to dates, since you probably want what's most recent) to find a method that works in your situation.

link|improve this answer
feedback

There is a product called SME Server which appears to be CentOS preconfigured for use as a small office server.

It provides file and print sharing, email, internet connections, firewall, remote access, directory services, web hosting, backups and automatic updates. It is CentOS after all so you can install other software if you need to.

This should provide a good solution and I think meets your requirements and there is a community around it for further support and ideas.

It is also free to download.

link|improve this answer
Just been looking at the site some more and there are repositories there for preconfigured packages such as smeserver-spamassassin. There is a contribs repo too. – Richard Holloway Mar 18 '10 at 21:26
+1 SME is particularly easy for non-admins to look after. – John Gardeniers Mar 19 '10 at 3:40
feedback

Normally, you set up an LDAP server such as OpenLDAP and then tell boxes to authenticate against it. Alternatives are Kerberos and Samba.

link|improve this answer
OpenLDAP is a directory service. Kerberos provides authentication services. Samba is a set of utilities that reimplement the CIFS protocol on *nix. All three are complimentary components that do different things; they are not alternatives. – OptimusSubprime Mar 18 '10 at 23:40
I mean, setting up a) OpenLDAP and using pam_ldap, b) Kerberos with its own database and c) Samba as a PDC with tdbsam and Winbind. – alex Mar 22 '10 at 21:57
feedback

Your Answer

 
or
required, but never shown