Searched refs:authMethods (Results 1 – 1 of 1) sorted by relevance
2069 char *authMethods; in __ns_ldap_initStandalone() local2071 authMethods = __s_api_strValue(cfg, NS_LDAP_AUTH_P, in __ns_ldap_initStandalone()2073 if (authMethods != NULL && in __ns_ldap_initStandalone()2074 strstr(authMethods, "sasl/GSSAPI") != NULL) { in __ns_ldap_initStandalone()2085 free(authMethods); in __ns_ldap_initStandalone()2089 if (authMethods != NULL) in __ns_ldap_initStandalone()2090 free(authMethods); in __ns_ldap_initStandalone()