- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Authentication on OpenLDAP
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
08-10-2004 01:23 AM
08-10-2004 01:23 AM
Authentication on OpenLDAP
i want to configure HP-UX 11.00 to authenticate on OpenLDAP. After downloading LDAPUX Integration package and adding ldapux.schema to OpenLDAP service, the /opt/ldapux/config/setup program starts as wished, but I've got an error :
PFMERR 41: Can't download Profile Entry from Directory Server!
I can check that I've got the right prile entry read on the server side, but it seems I can't download it.
On the same way, I have no ldap logs from pwget command and similars.
Can anybody gives me any advices on that topic please.
Many thanks,
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 01:46 AM
08-10-2004 01:46 AM
Re: Authentication on OpenLDAP
Is port 389 open to the LDAP server?
Try to telnet to that port on that server.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 01:53 AM
08-10-2004 01:53 AM
Re: Authentication on OpenLDAP
the port is opened, I can even do ldapsearch on the directory. It seems that my probem get more focused. I'e checked with 'display_profile_cache', and I've got some entries in there. So it seems the problem is somewhere else... tracing system calls I can see that a 'pwget' interacts with ldap libs but there is no logs on server side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 04:07 AM
08-10-2004 04:07 AM
Re: Authentication on OpenLDAP
My friend and colleague Doug Lamoureux has written an excellent white paper on the subject of integrating HP-UX authentication with OpenLDAP. I've attached a copy of the white paper here.
I hope this paper helps you resolve your OpenLDAP issue.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2004 04:19 AM
08-10-2004 04:19 AM
Re: Authentication on OpenLDAP
I'll read this doc in details, from the summary, many informations should be useful for my configuration.
I've pointed out what was wrong anyway... As it's on a test server, someone changed the /etc/ldap.conf and comment out base and uri entries ! An ldapsearch request was suddenly wrong....
everything is fine now ! Even for Samba authentication.
Many thanks.