LDAP SASL xxx
Symbolic Value : LDAP
LDAP_SASL_xxx - LDAP sasl methods.
#include <ldap.h>
Symbolic Values :
LDAP_SASL_SIMPLE - Use simple authentication. Much like using the simplified routines ldap_simple_bind or ldap_simple_bind_s.
LDAP_SASL_EXTERNAL - Perform SASL bind with the EXTERNAL mechanism.
Description :
See Also : ldap_sasl_bind ldap_sasl_bind_s ldap_simple_bind ldap_simple_bind_s