ldap_sasl_bind_s
if (ldap_sasl_bind_s(ld, dn, mechanism, &cred, NULL, NULL, &srvcrds ) != LDAP_SUCCESS){
int LDAP_CALL ldap_sasl_bind_s(LDAP *ld, const char *dn,
retval = ldap_sasl_bind_s(ld, NULL, NULL, NULL, NULL, NULL, NULL);
st = ldap_sasl_bind_s(ldap_server_handle->ldap_handle,
st = ldap_sasl_bind_s(ldap_server_handle->ldap_handle,
st = ldap_sasl_bind_s(ldap_server_handle->ldap_handle,
res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, &resp, serverctrls, clientctrls, &challenge);
if ((res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, NULL, serverctrls, clientctrls, &challenge))
errnum = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_DIGEST_MD5,
errnum = ldap_sasl_bind_s(ld, NULL,
rc = ldap_sasl_bind_s(ld, dn, mech, &ccred,