Hi,
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.
Thx a lot,
Thilko
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.
openldap-technical@openldap.org