[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap error code 111 from ldap_simple_bind_s
Use simple authentication instead of SASL.
for example ldapadd -x -D "cn=Manager,dc=............."
Alex
引用 "Tam, R (Regina) " <R.Tam@rl.ac.uk>:
> I am a newcomer to UNIX/ldap..
>
> can anyone please tell me why I am getting return code 111 from
> ldap_simple_bind_s (with paramters NULL, NULL) when running
> the command from one remote client
> yet it works perfectly from my own site (same API query)
> I cant even find the errror for errno=111
>
>
> Regina Tam