how to use ldap_sasl_bind_s() with SSL, DN, password (no client cert)
- by Steve
I have ldap_sasl_bind_s() working fine with SSL and client cert (without DN and password) from 'C' windows program.
When I call ldap_sasl_bind_s() using SSL, DN and password (no client cert) it throws null pointer exception. Should this work or should I be using another api call?