Home
last modified time | relevance | path

Searched refs:NS_LDAP_SASL_CRAM_MD5 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c98 na->saslmech = NS_LDAP_SASL_CRAM_MD5; in string2auth()
119 na->saslmech = NS_LDAP_SASL_CRAM_MD5; in string2auth()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h125 NS_LDAP_SASL_CRAM_MD5 = 1, enumerator
H A Dns_connect.c1535 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)) { in __s_api_getDefaultAuth()
1547 (aMethod->saslmech == NS_LDAP_SASL_CRAM_MD5)))) { in __s_api_getDefaultAuth()
2482 case NS_LDAP_SASL_CRAM_MD5: in doSASLBind()
H A Dns_standalone.c1901 NS_LDAP_SASL_CRAM_MD5,
1909 NS_LDAP_SASL_CRAM_MD5,
H A Dns_config.c3616 ap->saslmech = NS_LDAP_SASL_CRAM_MD5; in __s_api_AuthEnumtoStruct()
3653 ap->saslmech = NS_LDAP_SASL_CRAM_MD5; in __s_api_AuthEnumtoStruct()
H A Dns_common.c356 ((auth1->auth.saslmech == NS_LDAP_SASL_CRAM_MD5) || in __s_api_is_auth_matched()