Searched defs:gssapi (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c65 * 1 use self/gssapi connection only
114 int self = 0, other_level = 0, gssapi = 0, other_method = 0; local
180 gssapi++;
185 if (self > 0 && gssapi > 0) {
536 * This is called by ldap_cachemgr to check dns and gssapi prequisites.
H A Dns_connect.c1863 * and non-self coexists with non-gssapi
1917 * self_gssapi_only is true but no self/sasl/gssapi is
2217 uint16_t port, int gssapi,
2230 if (gssapi == 0) {
2238 if (is_ip == 0 && !gssapi && (ldap_in_nss_switch((char *)"hosts") > 0 ||
2289 int useSSL = 0, gssapi = 0; local
2316 gssapi = 1;
2322 return (createNonTLSSession(serverAddr, port, gssapi,
2216 createNonTLSSession(const char *serverAddr, uint16_t port, int gssapi, LDAP **ldp, ns_ldap_error_t **errorp) argument
H A Dns_config.c1112 int self, gssapi; local
1236 gssapi = 0;
1241 gssapi++;
1243 if (gssapi == 0 && self > 0) {
1250 if (gssapi > 0 && self == 0) {

Completed in 57 milliseconds