linuxftw Posted June 27, 2007 Share Posted June 27, 2007 In linux, how would I go about setting up a multi user network. By that I mean user's files stored on a central server, including all login details etc, so if the server was offline, loggin in wouldn't be possible. Quote Link to comment Share on other sites More sharing options...
Sparda Posted June 27, 2007 Share Posted June 27, 2007 you would start by mounting /home from a nfs share on the server. Quote Link to comment Share on other sites More sharing options...
linuxftw Posted June 27, 2007 Author Share Posted June 27, 2007 Thanks for the fast response :) I've got /home mounted with NFS at the moment, my problem is the login config files and so on. When a machine goes to login, it tries to login locally, correct? I need to setup each machine to try to login to the server, rather than locally. Quote Link to comment Share on other sites More sharing options...
VaKo Posted June 27, 2007 Share Posted June 27, 2007 Fedora directory clients? Ldap? Quote Link to comment Share on other sites More sharing options...
cooper Posted June 27, 2007 Share Posted June 27, 2007 Like VaKo says. Use LDAP. Check out the PAM modules, as that will tie in your authentication layer with externally available services. But are you REALLY sure you want to do this? I mean, you've just admitted to wanting a single point of failure. Quote Link to comment Share on other sites More sharing options...
nico Posted June 28, 2007 Share Posted June 28, 2007 Like VaKo says. Use LDAP. Check out the PAM modules, as that will tie in your authentication layer with externally available services. But are you REALLY sure you want to do this? I mean, you've just admitted to wanting a single point of failure. Yep. Ldap would be the best solution. NIS is also a good solution for network authentification but only works on Unix/Linux machines. It's not to hard to configure. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.