Home
last modified time | relevance | path

Searched refs:NS_LDAP_AUTH_SASL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c82 na->type = NS_LDAP_AUTH_SASL; in string2auth()
96 na->type = NS_LDAP_AUTH_SASL; in string2auth()
101 na->type = NS_LDAP_AUTH_SASL; in string2auth()
106 na->type = NS_LDAP_AUTH_SASL; in string2auth()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1533 case NS_LDAP_AUTH_SASL: in __s_api_getDefaultAuth()
1777 (aMethod[0])->type = NS_LDAP_AUTH_SASL; in getConnection()
2295 case NS_LDAP_AUTH_SASL: in createSession()
2314 if (auth->auth.type == NS_LDAP_AUTH_SASL && in createSession()
2673 case NS_LDAP_AUTH_SASL: in performBind()
H A Dns_sasl.c489 cred.auth.type = NS_LDAP_AUTH_SASL; in __ns_ldap_check_gssapi_preq()
H A Dns_config.c3615 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3619 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3623 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3628 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3633 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3637 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
H A Dns_sldap.h112 NS_LDAP_AUTH_SASL = 2, enumerator
H A Dns_standalone.c1907 {"sasl/CRAM-MD5", {NS_LDAP_AUTH_SASL,
1911 {"sasl/DIGEST-MD5", {NS_LDAP_AUTH_SASL,
1915 {"sasl/GSSAPI", {NS_LDAP_AUTH_SASL,
H A Dns_common.c355 if ((((auth1->auth.type == NS_LDAP_AUTH_SASL) && in __s_api_is_auth_matched()