Searched refs:tlstype (Results 1 – 13 of 13) sorted by relevance
82 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()
167 credp->auth.tlstype = authp->tlstype; in authenticate()
480 (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()
247 ap->auth.tlstype = authp->auth.tlstype; in __ns_ldap_dupAuth()350 (auth1->auth.tlstype != auth2->auth.tlstype) || in __s_api_is_auth_matched()
3647 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()
490 cred.auth.tlstype = NS_LDAP_TLS_NONE; in __ns_ldap_check_gssapi_preq()
160 TlsType_t tlstype; member
2017 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()
677 credp->auth.tlstype = authp->tlstype; in update_ldap_attr()
1058 credp->auth.tlstype = authp->tlstype; in ldap_replaceattr()
1708 credp->auth.tlstype = authp->tlstype;
4446 authority.auth.tlstype = authp->tlstype; in main()
2344 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) { in credCheck()