- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nis vs. nis + vs. ldap
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
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
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
тАО05-22-2003 10:14 AM
тАО05-22-2003 10:14 AM
nis vs. nis + vs. ldap
I was wondering if anyone can shed some light on what the difference is between NIS and ldap for user
authintication.And would would be the best for a 25 servers and about 15-25 users env and why.
So far here is what I beleive. Let me know if I am on the right track. From my understanding LDAP is used more for domain management for internet services such as mail,web hosting. NIS is for local user authintication. And would be good for a small env with not that many users.
NIS+ is the advanced version of NIS. There may be more of a setup but it has allot more features then NIS.
So far I am thinking of moving towards NIS. But other think we should go with an LDAP solution.
Thanks,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 10:47 AM
тАО05-22-2003 10:47 AM
Re: nis vs. nis + vs. ldap
The knocks against NIS and NIS+ are that it can be very complex to administer. After going through network and sys admin II and doing the exercizes, I decided I didn't want anything to do with it.
I'm actually considering using it to keep passwords synched in my Linux environment for my web hosting business.
Back on topic:
LDAP's advantage is that it can take user authentication off the HP-UX server. Except for root and administrative accounts, you don't need to worry about passwords and security policy.
If the LDAP server is an HP-UX box, you handle it on one box, and then configure all the others to authenticate off that box.
If the LDAP server is a Microsoft box, you do an HP White paper that involves changes to the environment, and then follow a five page procedure for moving authentication to LDAP.
This topic is covered in HP's Internet Security Course, which is a wonderful course and is underutilized.
The practical basis, your users can have one login that works for print spoolers, oracle, telnet, ftp, anything you want.
In my far from humble opinion, LDAP is the wave of the future because it allows integration with a Microsoft environment.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 11:06 AM
тАО05-22-2003 11:06 AM
Re: nis vs. nis + vs. ldap
- NIS+ server can served multiple IP subnets whereby for NIS you need at least one server (slave) per subnet.
- Map propagation speeds for NIS+ because it can do incremental propagation. For NIS you need to push the whole map out.
.. among others ..
But the major downside with NIS+ is its complexity which outweighs the benefits. So between NIS and NIS+ I'll rather go with the former. LDAP however is a totally different "animal". I have not dealt with it to say much. Our site is currently integrating our NIS with LDAP. One of the reason for this is that we want to consolidate the maps from different geograhpical region and LDAP is ideal for this. It integrates well with NIS. So for a small setup like yours NIS is ideal and later you can always consider LDAP integration. Hope this gives you something to go on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 11:47 AM
тАО05-22-2003 11:47 AM
Re: nis vs. nis + vs. ldap
First, all 3 services (NIS, NIS+, and LDAP) perform the same basic function on the surface. User ID, Passwords, groups, Services, hosts lookups, etc..
NIS Basic service and supported on all UNIX sytems that I know of. It is flexible in that you can build and push your own information without re-inventing the wheel but simply understanding basic scripting and Unix commands.
Drawback is Security. NIS is very insecure. Passwords are encrypted, but the salted encryption is plain text and visible from the passwd map.
NIS+ Performs the same tasks as NIS and adds several new features. NIS+ is extremely secure. NIS+ is NOT supported on all Unix/Linux platforms and for this reason has been under developed by Sun, and is not flexible.
NIS+ adds to NIS the ability to sub-domain. This means that a NIS tree can span as many layers as needed. I.E.
enterprise.com = NIS+ Master
mynet.enterprise.com=Sub domain
your.mynet.enterprise.com = subdomain of mynet, still responsible to enterprise.
NIS+ has limited support outside of SunOS, and is very difficult to setup. Problem resolution is not simple, and the heiarchy means that a failure can be catostrophic. Carefull planning is required for successfull implementation.
LDAP LDAP is an extension on the thoughts of Novell in how they gathered and used Network information. Everything has a place, and there is no limit to what you can put into an LDAP system. I.E.
USER() can be USER(Name, password) or can be (Name, password, url, email_address, /link/to/a/pic, manager, department, etc...)
LDAP like NIS+ requires carefull planning. It's a database and query format, so as much as you can do with a database, you can do with LDAP.
LDAP has the least support of any, mainly because of the following.
1. Stability
2. Standards
3. Security
Currently LDAP is growing in use and popularity because of flexibility. Security is still an issue with LDAP, but is improving. There are very few standards defined, making a sys-admins job a nightmare when determining how to build the big picture.
I myself have liked the concepts of LDAP, but because I run Irix, AIX, Solaris, HP-UX, Linux, and Windblows I dont run it. Right now, NIS is the only thing that us supported on all the Unices. Windblows has questionable support for LDAP outside of craptive directory services.
So, if you want to be cutting edge go LDAP, if you want easy go NIS. If you want security, go NIS+.
Hope it helps a little bit.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-22-2003 12:58 PM
тАО05-22-2003 12:58 PM
Re: nis vs. nis + vs. ldap
Not sure if you can use C2 security on HP's NIS, however, on Solaris you can create a shadow file for your NIS passwd's to increase security.