Searched refs:authMethods (Results 1 – 1 of 1) sorted by relevance
2071 char *authMethods; in __ns_ldap_initStandalone() local2073 authMethods = __s_api_strValue(cfg, NS_LDAP_AUTH_P, in __ns_ldap_initStandalone()2075 if (authMethods != NULL && in __ns_ldap_initStandalone()2076 strstr(authMethods, "sasl/GSSAPI") != NULL) { in __ns_ldap_initStandalone()2087 free(authMethods); in __ns_ldap_initStandalone()2091 if (authMethods != NULL) in __ns_ldap_initStandalone()2092 free(authMethods); in __ns_ldap_initStandalone()