authMethod
ns_auth_t **authMethod;
(void ***)&authMethod, &errorp) != NS_LDAP_SUCCESS) {
if (authMethod != NULL) {
for (i = 0; authMethod[i] != NULL; ++i) {
if (authMethod[i]->type == auth.type) {
if (authMethod[i] == NULL) {
(void) __ns_ldap_freeParam((void ***) &authMethod);
ns_auth_t **authMethod;
(void ***)&authMethod, &errorp);
authMethod && authMethod[counter] != NULL;
authMethod[counter]->type);
if (authMethod[counter]->type != NS_LDAP_AUTH_NONE &&
!(authMethod[counter]->type == NS_LDAP_AUTH_TLS &&
authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) {
ns_auth_t **authMethod = NULL;
(void ***)&authMethod, &errorp);
authMethod && authMethod[counter] != NULL;
authMethod[counter]->saslmech);
if (authMethod[counter]->saslmech == NS_LDAP_SASL_GSSAPI) {
if (authMethod != NULL)
(void) __ns_ldap_freeParam((void ***)&authMethod);
IMA_AUTHMETHOD authMethod;