summaryrefslogtreecommitdiff
path: root/include/util_ldap.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2009-10-30 02:07:45 +0000
committerEric Covener <covener@apache.org>2009-10-30 02:07:45 +0000
commit4e6f442708c81b55f7ee85336d32a71fbbf0cfce (patch)
tree42c938338cad6226e7ba8e2d209f3037ad7b9eaa /include/util_ldap.h
parent35e256eed72865c0ad4c0805166cf99c91140ce6 (diff)
downloadhttpd-4e6f442708c81b55f7ee85336d32a71fbbf0cfce.tar.gz
add LDAPLibraryDebug directive to mod_ldap to turn on
tracing in underlying LDAP SDK, where all the interesting tidbits about all kinds of LDAP errors are hidden. Unfortunately windows doesn't implement this LDAP_OPT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r--include/util_ldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h
index e782276fd7..de5c617439 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -164,6 +164,7 @@ typedef struct util_ldap_state_t {
char *lock_file; /* filename for shm lock mutex */
long connectionTimeout;
int verify_svr_cert;
+ int debug_level; /* SDK debug level */
} util_ldap_state_t;