- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Verify users against Active Directory on Linux
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
06-11-2003 06:07 AM
06-11-2003 06:07 AM
Verify users against Active Directory on Linux
We also have a Active Directory. Any suggestions on solutions how to verify users against the Active Directory instead of a local user on each Linux?
All thoughts and exepriences welcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 06:22 AM
06-11-2003 06:22 AM
Re: Verify users against Active Directory on Linux
Regards,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:37 AM
06-11-2003 11:37 AM
Re: Verify users against Active Directory on Linux
You can start to use the NIS (yp - yellow pages commands)
This is checked for years and many people use
it for problem like your.
The NIS it's easy to configure.
You have the NIS server (master and slaves)
and you have NIS clients.
Use the ypinit, check in man.
In the end you will have one file for all
the network that will use the NIS,
for you is like one passwd file for everyone.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 06:15 PM
06-11-2003 06:15 PM
Re: Verify users against Active Directory on Linux
yes you can do it with AD4unix software.
http://www.css-solutions.ca/ad4unix/
Actually i am currently planning to Implement it.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 04:45 AM
06-12-2003 04:45 AM
Re: Verify users against Active Directory on Linux
I strongly recommend using open-ldap on a linux server. It is much more secure than NIS, and it also scales better.
Ldap can even be used authenticate in microft networks.
Asing authconfig on the client side, makes setting up ldap on the clients a dream.
See http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/ch-ldap.html for further information.
Rgds Jarle