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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c2069 char *authMethods; local
2071 authMethods = __s_api_strValue(cfg, NS_LDAP_AUTH_P,
2073 if (authMethods != NULL &&
2074 strstr(authMethods, "sasl/GSSAPI") != NULL) {
2085 free(authMethods);
2089 if (authMethods != NULL)
2090 free(authMethods);

Completed in 60 milliseconds