Operating System - HP-UX
1834431 Members
1943 Online
110067 Solutions
New Discussion

Re: Authentication on OpenLDAP

 
Fred Lacombe
New Member

Authentication on OpenLDAP

Hi All,

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
4 REPLIES 4
Jeff Schussele
Honored Contributor

Re: Authentication on OpenLDAP

Hi Fred,

Is port 389 open to the LDAP server?
Try to telnet to that port on that server.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Fred Lacombe
New Member

Re: Authentication on OpenLDAP

Hi Jeff,

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.
Dave Olker
Neighborhood Moderator

Re: Authentication on OpenLDAP

Hello Fred,

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]
Accept or Kudo
Fred Lacombe
New Member

Re: Authentication on OpenLDAP

Thanks Dave,

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.