| /onnv/onnv-gate/usr/src/lib/libsldap/common/ |
| ns_sasl.c | 119 * nscd calls this function to detect the current native ldap configuration. 234 LDAP *ld, 330 * dns has to be present and appear before ldap 332 * "dns" , "dns files" "dns ldap files", "files dns" are allowed. 340 int ldap, dns, i, pserr, rc = NS_LDAP_SUCCESS; local 360 ldap = dns = 0; 364 if (ldap) { 366 gettext("%s: ldap can't appear " 383 } else if (strncmp(token, "ldap", 4) == 0) { 384 ldap++ [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_ldap.c | 62 static int ldap = 0; /* flag to control initialization */ variable 117 * Snoop's entry point to ldap decoding 129 if (!ldap) { 131 ldap = 1; 138 show_header("LDAP: ", 162 "LDAP C port=%d%s", src, data); 166 "LDAP R port=%d%s", dst, data); 491 {"Relative LDAP Entry", PRINTABLE, -1, 0, {0}}; 560 {"LDAP URL", 0, -1}}}; 562 static asndefT ldapResult = {"LDAP Result", SEQUENCE, -1, 4, [all...] |
| /onnv/onnv-gate/usr/src/lib/libldap4/include/ |
| ldap-private.h | 55 DBG_LOCK2(ld, "fake ldap lock") \ 65 DBG_LOCK2(ld, "fake ldap unlock") \ 70 DBG_LOCK1("waiting for ldap lock") \ 72 DBG_LOCK1("got ldap lock") \ 76 DBG_LOCK2(ld, "fake ldap lock") \ 83 DBG_LOCK1("freed ldap lock") \ 86 DBG_LOCK2(ld, "fake ldap unlock") \ 115 * This structure represents both ldap messages and ldap responses. 149 * structure for tracking LDAP server host, ports, DNs, etc 269 typedef struct ldap { struct [all...] |
| /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| ldap-int.h | 48 #include "ldap-macos.h" 76 #include "ldap.h" 154 * This structure represents both ldap messages and ldap responses. 169 * structure for tracking LDAP server host, ports, DNs, etc. 181 * structure for representing an LDAP server connection 186 int lconn_version; /* LDAP protocol version */ 217 int lr_res_errno; /* result LDAP errno */ 260 * structure representing an ldap connection 262 struct ldap { struct [all...] |