>Есть желание проверять логин и пароль в AD. Для этой цели предполагается
>использовать функцию
>ldap_sasl_bind( LDAP *ld, const char* dn, const char *mechanism, struct berval *cred,
>LDAPControl *sctrls[], LDAPControl *cctrls[], struct berval **servercredp);
В руководствах рекомендуют ldap_bind и ldap_bind_s.
[...]
>Вопрос, соответственно, такой: какие значения может принимать *mechanism?
To determine the SASL mechanisms supported by an LDAP v3 server, get the root DSE of the server, and check the supportedSASLMechanisms attribute. The values of this attribute are the names of the SASL mechanisms supported by the server.
Начни здесь: http://florin.its.unimelb.edu.au/~bjdean/docs/netscape_ldap_c_sdk/3.0/sasl.htm#2848219