- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to implement an ldap server
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-05-2008 07:42 AM
06-05-2008 07:42 AM
How to implement an ldap server
In our network, we are planning to implement a LDAP server for centralized authentication.
Any comments or suggestions regarding ldap authentication and installation are most welcome.
it is a multi flavoured network.
thanks!!
regards,
sanwin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2008 07:54 AM
06-05-2008 07:54 AM
Re: How to implement an ldap server
This is the information regarding ldap and HP-UX:
http://docs.hp.com/en/internet.html
Also if need the software you can find it here:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4269AA
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2008 08:02 AM
06-05-2008 08:02 AM
Re: How to implement an ldap server
This is the download page which contains link to documents as well.
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=NSDirSvr7
I hate to do this but what is becoming a standard lately and being supported by OSes, apps and databases alike is M$ AD.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 01:51 AM
06-06-2008 01:51 AM
Re: How to implement an ldap server
Please let me know your comments if any more.
Ldap server is being implemented in linux. so it will be helpful if any comments on that end.
thanks!!
regards,
sanwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 06:11 AM
06-08-2008 06:11 AM
Re: How to implement an ldap server
LDAP is not easy to deal with when it comes to designing the tree structures, deploying it to a heterogeneous environment and supporting it. You or whoever is responsible for this need to get a good understanding of it so that you do a good job in designing, deploying and supporting it.
> Ldap server is being implemented in linux.
I think this is a good decision. I assume it is RedHat, it will be as stable as in an HP implementation. After all HP re-packaged RedHat's LDAP so quality and support should be good there (or as good as it might have been if you implemented it on HP).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 08:30 PM
06-08-2008 08:30 PM
Re: How to implement an ldap server
After install the LDAP server.Install the LDAP client in all the client PC.For that install time give the server LDAP name or IP and also admin password.
After successfull installation change the file
/etc/nsswitch.conf
passwd: files ldap
cp /etc/pam.conf /etc/pam.conf-org
cp /etc/pam.ldap /etc/pam.conf
Thanks & Regards
Aashique