Searched refs:authMethods (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c2128 char *authMethods; local
2130 authMethods = __s_api_strValue(cfg, NS_LDAP_AUTH_P,
2132 if (authMethods != NULL &&
2133 strstr(authMethods, "sasl/GSSAPI") != NULL) {
2144 free(authMethods);
2148 if (authMethods != NULL)
2149 free(authMethods);

Completed in 24 milliseconds