Home
last modified time | relevance | path

Searched refs:tlstype (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c82 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
91 na->tlstype = NS_LDAP_TLS_NONE; in string2auth()
96 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
101 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
106 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
112 na->tlstype = NS_LDAP_TLS_SIMPLE; in string2auth()
117 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
122 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
/titanic_41/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c167 credp->auth.tlstype = authp->tlstype; in authenticate()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connect.c480 (void) fprintf(fp, "tid= %d: TlsType=%d\n", t, cred->auth.tlstype); in printCred()
1544 if ((aMethod->tlstype == NS_LDAP_TLS_SIMPLE) || in __s_api_getDefaultAuth()
1545 ((aMethod->tlstype == NS_LDAP_TLS_SASL) && in __s_api_getDefaultAuth()
1551 } else if (aMethod->tlstype == NS_LDAP_TLS_NONE) { in __s_api_getDefaultAuth()
2661 auth->auth.tlstype : auth->auth.type; in performBind()
H A Dns_common.c247 ap->auth.tlstype = authp->auth.tlstype; in __ns_ldap_dupAuth()
350 (auth1->auth.tlstype != auth2->auth.tlstype) || in __s_api_is_auth_matched()
H A Dns_config.c3647 ap->tlstype = NS_LDAP_TLS_NONE; in __s_api_AuthEnumtoStruct()
3651 ap->tlstype = NS_LDAP_TLS_SIMPLE; in __s_api_AuthEnumtoStruct()
3655 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3660 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3665 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3671 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3677 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
H A Dns_sasl.c490 cred.auth.tlstype = NS_LDAP_TLS_NONE; in __ns_ldap_check_gssapi_preq()
H A Dns_sldap.h160 TlsType_t tlstype; member
H A Dns_standalone.c2017 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()
/titanic_41/usr/src/cmd/keyserv/
H A Dchkey_common.c677 credp->auth.tlstype = authp->tlstype; in update_ldap_attr()
/titanic_41/usr/src/lib/passwdutil/
H A Dldap_attr.c1058 credp->auth.tlstype = authp->tlstype; in ldap_replaceattr()
/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1708 credp->auth.tlstype = authp->tlstype;
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4446 authority.auth.tlstype = authp->tlstype; in main()
H A Dldapclient.c2344 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) { in credCheck()