1753613 Members
6086 Online
108797 Solutions
New Discussion юеВ

ldap_proxy_config error

 
NTMG
Occasional Contributor

ldap_proxy_config error

Hi,

I was wondering if any of you guys have seen this error before.
I am trying to install LDAPUX on an ldapclient (LDAP ver B.03.01 with HPUX 11i) and everything is working fine apart from the proxy user. I want to set a proxy user instead of anonymous and when I run the "ldap_proxy_config -i) to set the user I get the following error "setProxyCred returned 19 - exiting". I can connect to the ldap server ok.


Your help is much appreciated.

NTMG
Riding on the Highway
2 REPLIES 2
Alex Glennie
Honored Contributor

Re: ldap_proxy_config error

check /etc/opt/ldapux/pcred exists.
that /dev/scs0 exists and "lsdev -d scs" shows:
Character Block Driver Class
A number -1 scs pseudo


As the setProxyCred returned 19, and 19 is "No such device" it might be a
problem with the device file, or the driver isn't loaded ?
David Sickmiller
Occasional Contributor

Re: ldap_proxy_config error

I just experienced a problem like this. It was after restoring the system with Ignite. I had the /dev/scs0 device and lsdev -d scs ran fine too. However, the device number and the number returned by lsdev were different.

I removed /dev/scs0 and use mknod to create a new one, this time with the number returned by lsdev. This fixed the problem.