Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c2070 char *authMethods; in __ns_ldap_initStandalone() local
2072 authMethods = __s_api_strValue(cfg, NS_LDAP_AUTH_P, in __ns_ldap_initStandalone()
2074 if (authMethods != NULL && in __ns_ldap_initStandalone()
2075 strstr(authMethods, "sasl/GSSAPI") != NULL) { in __ns_ldap_initStandalone()
2086 free(authMethods); in __ns_ldap_initStandalone()
2090 if (authMethods != NULL) in __ns_ldap_initStandalone()
2091 free(authMethods); in __ns_ldap_initStandalone()