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

Re: How to make a simple bind using ldapv3?



Thilko Richter wrote:
> I am a litle bit confused: Do I use ldap_sasl_bind with null as
> mechanism or should I use ldap_simpl_bind, which is marked as
> deprecated in ldap.h? I cant´t find really helpful docs about this.

AFAIK you should use ldap_sasl_bind() with LDAP_SASL_SIMPLE for argument
'mechanism'.

Ciao, Michael.