how to use ldap_sasl_bind_s() with SSL, DN, password (no client cert)

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2009-12-30T09:43:42Z Indexed on 2010/04/03 13:03 UTC
Read the original article Hit count: 250

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about ldap

Related posts about sasl