summaryrefslogtreecommitdiff
path: root/include/util_ldap.h
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-05-11 22:34:18 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-05-11 22:34:18 +0000
commit1439ca9d5c7a703499c8b76c6af6422129ca5980 (patch)
treef590058a5b5562d4f86bef46a10b7deaed21dce3 /include/util_ldap.h
parent6f43dcb9f1cd06e25c99984237c23375795e1377 (diff)
downloadhttpd-1439ca9d5c7a703499c8b76c6af6422129ca5980.tar.gz
Add the LDAPVerifyServerCert directive to util_ldap to force
verification of a server certificate when establishing an SSL connection to the LDAP server git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169705 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 5647fad30a..ad8013adcd 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -131,6 +131,7 @@ typedef struct util_ldap_state_t {
void *util_ldap_cache;
char *lock_file; /* filename for shm lock mutex */
long connectionTimeout;
+ int verify_svr_cert;
} util_ldap_state_t;