Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c2071 char *authMethods; in __ns_ldap_initStandalone() local
2073 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()