- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ideas....? No time to convert from NIS to LDA...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 11:10 AM
01-20-2005 11:10 AM
Ideas?
Angie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 01:04 PM
01-20-2005 01:04 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 01:07 PM
01-20-2005 01:07 PM
Re: Ideas....? No time to convert from NIS to LDAP
Use one box for a master passwd server then use the rdist command to push the files under the trusted database (tcb/files/auth) out to a list of hosts. You would essentially make a script to change the passwd on this one box and then rdist could push the user's changed protected passwd entries out to the hosts. This too can be integrated into a browser based client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 04:03 AM
01-21-2005 04:03 AM
Re: Ideas....? No time to convert from NIS to LDAP
Thanks - Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 04:23 AM
01-21-2005 04:23 AM
Re: Ideas....? No time to convert from NIS to LDAP
My Plan B is really your only practical plan unless you do LDAP or NIS+.
Suppose I want to change the passwd for mmouse. His protected entry is located in /tcb/files/auth/m/mmouse. After changing the passwd on the master server, you then create an rdist file that includes all the hosts you want to update and rdist will handle the rest. The man page for rdist shows an example of a dist file and this is very simple. You would also need a script to add new users and push the passwd entry and the tcb files out to the other hosts. None of this is very complicated scripting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 04:56 AM
01-21-2005 04:56 AM
Re: Ideas....? No time to convert from NIS to LDAP
So if NIS can't do this, I may as well stop right there.
I think I should look at LDAP and scramble to get that setup.
Can you please shed some light on the complexity of moving from an NIS system to an LDAP server?
Thanks - Angie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 06:32 AM
01-21-2005 06:32 AM
Re: Ideas....? No time to convert from NIS to LDAP
Can you use the standard password system - the one that uses /etc/shadow? If you have a small number of workstations (less than a dozen or so), that might be the easiest way out.
At our place, they said that if we've got NIS, then we have to have sudo.
Depending on who's going to approve the system, you may have no choice but LDAP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 06:42 AM
01-21-2005 06:42 AM
Re: Ideas....? No time to convert from NIS to LDAP
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA
It contains a reference to documentation. LDAP is not all that hard; it's just very different. My first migration (using nothing more than the documentation available for download from HP and Netscape) took about a week. Don't even think about deploying it until you can set up a sandbox network with a server and and two or three clients. Also, make certain that your applications will work with LDAP. The last thing that you want to do is get everything deployed only to find out that your legacy 10.20 application doesn't allow users to login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 06:50 AM
01-21-2005 06:50 AM
Re: Ideas....? No time to convert from NIS to LDAP
What do you mean by being told that if you have NIS then you need to use Sudo? I didn't quite understand the reasoning behind that? How will using Sudo be a solution to NIS user accounts?
Indeed we may be looking at LDAP. I will go to the link below about LDAP. And yes would need to test the 10.20 apps. We are running out of time... and SOX is driving us all completely crazy.
Angie
We're facing the same situation. We're running NIS, and that just won't do. Not only that, but NIS+ is going away.
Can you use the standard password system - the one that uses /etc/shadow? If you have a small number of workstations (less than a dozen or so), that might be the easiest way out.
At our place, they said that if we've got NIS, then we have to have sudo.
Depending on who's going to approve the system, you may have no choice but LDAP.