- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Login Control
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
02-21-2006 06:31 PM
02-21-2006 06:31 PM
Login Control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 06:45 PM
02-21-2006 06:45 PM
Re: Login Control
Old NIS ("Yellow Pages") will do it work for 5 machines and you can set up NIS server in 0.5 hours.
For start:
http://www.tldp.org/HOWTO/NIS-HOWTO/setting_nis.html What do you need to set up NIS?
Rgds,
Vitaly
PS: and don't forget about *points*! :-|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 07:07 PM
02-21-2006 07:07 PM
Re: Login Control
Do you mean NIS is also a good choice for login control ? I have ever use it , is it easy management and have the same functionality with LDAP ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 08:21 PM
02-21-2006 08:21 PM
Re: Login Control
For 5 servers NIS setup should be ok.
Among them one machine can act as NIS master server and you can migrate existing unix user to nis user
Regards,
Dinesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 08:35 PM
02-21-2006 08:35 PM
Re: Login Control
What OS are you using? On redhat LDAP would be the best choice but looking at your env as you just need central logins on 5 server's NIS should work for you and its easy to configure as well.
For LDAP check this out:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/ch-ldap.html
For NIS: use the linuxhomenetworking link provided in earlier post.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 08:57 PM
02-21-2006 08:57 PM
Re: Login Control
NIS provides you with a single users/passwords database, so your users will be able to use the same username/password on all machines.
If you need more, please provide more details about your requerements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 09:13 PM
02-21-2006 09:13 PM
Re: Login Control
Do you mean LDAP is for a lot servers and NIS is for relative smaller no of servers ?
thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 09:25 PM
02-21-2006 09:25 PM
Re: Login Control
I use RH Linux , now we only have 5 servers but maybe expand to 10 later , I want user have one single login/password , and only need to login to one of these server ( ldap server ) then can use all applications in different server , if so , is LDAP better than NIS ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 09:34 PM
02-21-2006 09:34 PM
Re: Login Control
If you already have MS Windows domain in your company, you already have LDAP (== Active directory) and by using AD for central user authentication you can intergrate Linux & MS Windows.
But LDAP configuration is still (IMHO) more complicated than NIS, you can build NIS very fast.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 10:07 PM
02-21-2006 10:07 PM
Re: Login Control
Good idea, but it's not so easy to implement. The keyword for this is "single sign on". There are several solutions for this, but it's not trivial.
With NIS/LDAP authentication you just can use the same username/password for on all servers. In fact, after login to one of the servers you can user passwordless "ssh" for running applications on other servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 10:27 PM
02-21-2006 10:27 PM
Re: Login Control
MY idea is to have NIS if the no. of server's is less than 30-40
If more go for LDAP.
Looking at your scenario i think u should go for NIS
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 12:45 AM
02-23-2006 12:45 AM
Re: Login Control
As everything seems to be pointing to LDAP for the future or authentication (in some way shape or form) I would work on the LDAP solution... This way you have it under your belt when things need to expand...
-Ryan