Home
last modified time | relevance | path

Searched refs: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
70 self_gssapi_only = flag; in __ns_ldap_self_gssapi_only_set()
81 flag = self_gssapi_only; in __s_api_self_gssapi_only_get()
H A Dns_connect.c1719 int version = NS_LDAP_V2, self_gssapi_only = 0; in getConnection() local
1826 self_gssapi_only = __s_api_self_gssapi_only_get(); in getConnection()
1829 if (self_gssapi_only && in getConnection()
1857 if (self_gssapi_only && in getConnection()
1915 if (self_gssapi_only && rc == NS_LDAP_SUCCESS && *session == NULL) { in getConnection()