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

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sasl.c143 * 1 use self/gssapi connection only
195 int self = 0, other_level = 0, gssapi = 0, other_method = 0; local
261 gssapi++;
266 if (self > 0 && gssapi > 0) {
615 * This is called by ldap_cachemgr to check dns and gssapi prequisites.
H A Dns_config.c1113 int self, gssapi; local
1260 gssapi = 0;
1265 gssapi++;
1267 if (gssapi == 0 && self > 0) {
1274 if (gssapi > 0 && self == 0) {
H A Dns_connect.c2017 * and non-self coexists with non-gssapi
2071 * self_gssapi_only is true but no self/sasl/gssapi is
2371 uint16_t port, int gssapi,
2384 if (gssapi == 0) {
2392 if (is_ip == 0 && !gssapi && (ldap_in_nss_switch((char *)"hosts") > 0 ||
2443 int useSSL = 0, gssapi = 0; local
2470 gssapi = 1;
2476 return (createNonTLSSession(serverAddr, port, gssapi,
2370 createNonTLSSession(const char *serverAddr, uint16_t port, int gssapi, LDAP **ldp, ns_ldap_error_t **errorp) argument

Completed in 36 milliseconds