Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c112 na->type = NS_LDAP_AUTH_TLS; in string2auth()
117 na->type = NS_LDAP_AUTH_TLS; in string2auth()
122 na->type = NS_LDAP_AUTH_TLS; in string2auth()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c3643 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3647 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3651 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3656 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3661 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3667 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
3673 ap->type = NS_LDAP_AUTH_TLS; in __s_api_AuthEnumtoStruct()
H A Dns_sldap.h113 NS_LDAP_AUTH_TLS = 3, /* implied SASL usage */ enumerator
H A Dns_standalone.c1895 {"tls:simple", {NS_LDAP_AUTH_TLS,
1899 {"tls:sasl/CRAM-MD5", {NS_LDAP_AUTH_TLS,
1903 {"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()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2344 !(authMethod[counter]->type == NS_LDAP_AUTH_TLS && in credCheck()