Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c111 na->type = NS_LDAP_AUTH_TLS; in string2auth()
116 na->type = NS_LDAP_AUTH_TLS; in string2auth()
121 na->type = NS_LDAP_AUTH_TLS; in string2auth()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_config.c3646 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3650 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3654 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3659 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3664 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3670 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3676 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
H A Dns_sldap.h112 NS_LDAP_AUTH_TLS = 3, /* implied SASL usage */ enumerator
H A Dns_standalone.c1894 {"tls:simple", {NS_LDAP_AUTH_TLS,
1898 {"tls:sasl/CRAM-MD5", {NS_LDAP_AUTH_TLS,
1902 {"tls:sasl/DIGEST-MD5", {NS_LDAP_AUTH_TLS,
H A Dns_connect.c1543 case NS_LDAP_AUTH_TLS: in __s_api_getDefaultAuth()
2297 case NS_LDAP_AUTH_TLS: in createSession()
2660 bindType = auth->auth.type == NS_LDAP_AUTH_TLS ? in performBind()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2343 !(authMethod[counter]->type == NS_LDAP_AUTH_TLS && in credCheck()