Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c83 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
92 na->tlstype = NS_LDAP_TLS_NONE; in string2auth()
97 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
102 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
107 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
113 na->tlstype = NS_LDAP_TLS_SIMPLE; in string2auth()
118 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
123 na->tlstype = NS_LDAP_TLS_SASL; in string2auth()
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c165 credp->auth.tlstype = authp->tlstype; in authenticate()
/illumos-gate/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.c3644 ap->tlstype = NS_LDAP_TLS_NONE; in __s_api_AuthEnumtoStruct()
3648 ap->tlstype = NS_LDAP_TLS_SIMPLE; in __s_api_AuthEnumtoStruct()
3652 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3657 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3662 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3668 ap->tlstype = NS_LDAP_TLS_SASL; in __s_api_AuthEnumtoStruct()
3674 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.h161 TlsType_t tlstype; member
H A Dns_standalone.c2018 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c668 credp->auth.tlstype = authp->tlstype; in update_ldap_attr()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c1059 credp->auth.tlstype = authp->tlstype; in ldap_replaceattr()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1706 credp->auth.tlstype = authp->tlstype;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4448 authority.auth.tlstype = authp->tlstype; in main()
H A Dldapclient.c2345 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) { in credCheck()