Searched defs:self_gssapi_only (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c47 static int self_gssapi_only = 0; variable
61 * nscd calls this function to set self_gssapi_only flag so libsldap performs
70 self_gssapi_only = flag;
75 * Get the flag value of self_gssapi_only
81 flag = self_gssapi_only;
H A Dns_connect.c1719 int version = NS_LDAP_V2, self_gssapi_only = 0; local
1826 self_gssapi_only = __s_api_self_gssapi_only_get();
1829 if (self_gssapi_only &&
1857 if (self_gssapi_only &&
1915 if (self_gssapi_only && rc == NS_LDAP_SUCCESS && *session == NULL) {
1917 * self_gssapi_only is true but no self/sasl/gssapi is

Completed in 71 milliseconds