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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c87 * nscd calls this function to detect the current native ldap configuration.
301 * dns has to be present and appear before ldap
303 * "dns" , "dns files" "dns ldap files", "files dns" are allowed.
311 int ldap, dns, i, pserr, rc = NS_LDAP_SUCCESS; local
331 ldap = dns = 0;
335 if (ldap) {
337 gettext("%s: ldap can't appear "
354 } else if (strncmp(token, "ldap", 4) == 0) {
355 ldap++;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c62 static int ldap = 0; /* flag to control initialization */ variable
117 * Snoop's entry point to ldap decoding
129 if (!ldap) {
131 ldap = 1;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h48 #include "ldap-macos.h"
76 #include "ldap.h"
154 * This structure represents both ldap messages and ldap responses.
260 * structure representing an ldap connection
262 struct ldap { struct
536 /* get/set ldap-specific errno */
599 extern struct ldap nsldapi_ld_defaults;
841 * users of libldap, all of these prototypes will need to be moved to ldap.h
843 * These are moved to ldap
[all...]

Completed in 62 milliseconds