Searched defs:ldap (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 167 * nscd calls this function to detect the current native ldap configuration. 382 * dns has to be present and appear before ldap 384 * "dns" , "dns files" "dns ldap files", "files dns" are allowed. 393 int ldap, dns, i, pserr, rc = NS_LDAP_SUCCESS; local 412 ldap = dns = 0; 416 if (ldap) { 418 gettext("%s: ldap can't appear " 433 } else if (strncmp(token, "ldap", 4) == 0) { 434 ldap++;
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap-private.h | 52 DBG_LOCK2(ld, "fake ldap lock") \ 62 DBG_LOCK2(ld, "fake ldap unlock") \ 67 DBG_LOCK1("waiting for ldap lock") \ 69 DBG_LOCK1("got ldap lock") \ 73 DBG_LOCK2(ld, "fake ldap lock") \ 80 DBG_LOCK1("freed ldap lock") \ 83 DBG_LOCK2(ld, "fake ldap unlock") \ 112 * This structure represents both ldap messages and ldap responses. 182 SSL *sb_ssl; /* to support ldap ove 266 typedef struct ldap { struct [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | ldap-int.h | 45 #include "ldap-macos.h" 73 #include "ldap.h" 151 * This structure represents both ldap messages and ldap responses. 257 * structure representing an ldap connection 259 struct ldap { struct 533 /* get/set ldap-specific errno */ 596 extern struct ldap nsldapi_ld_defaults; 838 * users of libldap, all of these prototypes will need to be moved to ldap.h 840 * These are moved to ldap [all...] |
Completed in 38 milliseconds