[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldap_bind() extended response for password policy



On Sun, 28 Jul 2013, Howard Chu wrote:
> Andrius Kulbis wrote:
> > I'm trying to pull the password policy response message from ldap_bind()
> > method.
...
> Use ldap_parse_result().

Also, ldap_bind() has apparently been deprecated since at least OpenLDAP 
2.0.15 in 2001.  Use ldap_sasl_bind() instead, passing LDAP_SASL_SIMPLE as 
the mechanism.


Philip Guenther