Searched refs:LDAP_SASL_CRAM_MD5 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | cram_md5.c | 83 …if ((res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, NULL, serverctrls, clientctrls, &challen… in ldap_sasl_cram_md5_bind_s() 112 res = ldap_sasl_bind_s(ld, NULL, LDAP_SASL_CRAM_MD5, &resp, serverctrls, clientctrls, &challenge); in ldap_sasl_cram_md5_bind_s()
|
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 479 mechanism = LDAP_SASL_CRAM_MD5; in main() 508 if (strcmp(mechanism, LDAP_SASL_CRAM_MD5) == 0){ in main()
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 225 #define LDAP_SASL_CRAM_MD5 "CRAM-MD5" macro
|