[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: ldap_simple_bind_s()
Doing a simple bind with a missing or empty password is treated as an
anonymous bind.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Harsha Reddy
>
> Hello,
>
> ldap_simple_bind_s() returns LDAP_SUCCESS when the password
> argument is a 0 length string. The correct password for the
> bind dn I am using is different.
>
> Any idea whats happening?