Lines Matching refs:authMethod
1457 ns_auth_t **authMethod; in client_init() local
1651 (void ***)&authMethod, &errorp) != NS_LDAP_SUCCESS) { in client_init()
1659 if (authMethod != NULL) { in client_init()
1660 for (i = 0; authMethod[i] != NULL; ++i) { in client_init()
1661 if (authMethod[i]->type == auth.type) { in client_init()
1666 if (authMethod[i] == NULL) { in client_init()
1680 (void) __ns_ldap_freeParam((void ***) &authMethod); in client_init()
2270 ns_auth_t **authMethod; in credCheck() local
2287 (void ***)&authMethod, &errorp); in credCheck()
2335 authMethod && authMethod[counter] != NULL; in credCheck()
2341 authMethod[counter]->type); in credCheck()
2342 if (authMethod[counter]->type != NS_LDAP_AUTH_NONE && in credCheck()
2343 !(authMethod[counter]->type == NS_LDAP_AUTH_TLS && in credCheck()
2344 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) { in credCheck()
2406 ns_auth_t **authMethod = NULL; in adminCredCheck() local
2444 (void ***)&authMethod, &errorp); in adminCredCheck()
2499 authMethod && authMethod[counter] != NULL; in adminCredCheck()
2505 authMethod[counter]->saslmech); in adminCredCheck()
2506 if (authMethod[counter]->saslmech == NS_LDAP_SASL_GSSAPI) { in adminCredCheck()
2563 if (authMethod != NULL) in adminCredCheck()
2564 (void) __ns_ldap_freeParam((void ***)&authMethod); in adminCredCheck()