Operating System - Linux
1828589 Members
7297 Online
109983 Solutions
New Discussion

info on password server,...

 
nav882
Advisor

info on password server,...

hi our company has altogether 15 systems.now the thing is that any user ahould be able to access his account on any machine.and his home directory should reside in his particular system.So what are the steps to be taken to achieve this.Explain briefly
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: info on password server,...

Shalom,

You might want to go to a model whereby no matter where a user logs in their home directory is the same place, perhaps central storage.

A NAS device can provide the disk space and you can use NIS, or LDAP to set up users home directory to be on the central NAS device no matter where they log in.

Here is our system.

Storage EMC (We're big)
NFS is used to provide acccess.
A NIS master server maintains softlinks from for the users home directory to NFS. This enables us to move the users data around while /home/username is still the home directory.

ex: /diskstorage/disk611 appears to the user as /home/username. We can move the underlying data ot /diskstorage/disk612 and change the soft link and the user never knows the data moved.

Its really very simple and will work just as well when we move to LDAP.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
nav882
Advisor

Re: info on password server,...

thnks,but how to set this up and can u provide any links which talks about this in detail