Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/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_sldap.h111 NS_LDAP_AUTH_SASL = 2, enumerator
H A Dns_config.c3618 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3622 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3626 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3631 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3636 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
3640 ap->type = NS_LDAP_AUTH_SASL; in __s_api_AuthEnumtoStruct()
H A Dns_standalone.c1906 {"sasl/CRAM-MD5", {NS_LDAP_AUTH_SASL,
1910 {"sasl/DIGEST-MD5", {NS_LDAP_AUTH_SASL,
1914 {"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()