Operating System - HP-UX
1825764 Members
2025 Online
109687 Solutions
New Discussion

NIS+ home directory question

 
SOLVED
Go to solution
Penni Nussbaum
Frequent Advisor

NIS+ home directory question

If I set up a NIS+master and have dozems of clients, when a new user is created, other than NFS, how would the home directory be created on the clients (other than the old fashioned manual way)? NFS is not considered secure enough for user here.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: NIS+ home directory question

Hi Penni:

Unless you create a script for it, the answer is the old-fashioned way. The normal way to do this in an NIS/NIS+ environment is to have the home directories managed by the automounter. NIS then manages the automounter maps as well. Then no matter where the user logs in his home directory is still on one machine. In my old company we worked on many classified projects and this was never an issue with the military security guys.
If it ain't broke, I can fix that.
Penni Nussbaum
Frequent Advisor

Re: NIS+ home directory question

Thank you. NFS cannot be installed here. They do not consider it secure enough. I think I will write a script that is kicked off in /.profile. When a user logs in and thier home directory is not present, the script will kick off (because they will default to /) and create it.