Searched refs:authMethods (Results 1 – 1 of 1) sorted by relevance
2070 char *authMethods; in __ns_ldap_initStandalone() local2072 authMethods = __s_api_strValue(cfg, NS_LDAP_AUTH_P, in __ns_ldap_initStandalone()2074 if (authMethods != NULL && in __ns_ldap_initStandalone()2075 strstr(authMethods, "sasl/GSSAPI") != NULL) { in __ns_ldap_initStandalone()2086 free(authMethods); in __ns_ldap_initStandalone()2090 if (authMethods != NULL) in __ns_ldap_initStandalone()2091 free(authMethods); in __ns_ldap_initStandalone()