Searched refs:tlstype (Results 1 – 13 of 13) sorted by relevance
83 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()
166 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()
3644 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()
490 cred.auth.tlstype = NS_LDAP_TLS_NONE; in __ns_ldap_check_gssapi_preq()
161 TlsType_t tlstype; member
2018 user_cred.auth.tlstype = sa_conf->SA_AUTH->tlstype; in __ns_ldap_initStandalone()
668 credp->auth.tlstype = authp->tlstype; in update_ldap_attr()
1061 credp->auth.tlstype = authp->tlstype; in ldap_replaceattr()
1706 credp->auth.tlstype = authp->tlstype;
4448 authority.auth.tlstype = authp->tlstype; in main()
2345 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) { in credCheck()