summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2010-02-24 19:49:46 +0100
committerEric Covener <covener@apache.org>2010-02-24 19:49:46 +0100
commit811302730bc5a8198c44e271ad366a445eaf19c5 (patch)
tree0939032a3feea4ef8ddea8b29e458c9a5404a17f /include
parentmake some sense of the difference between "Client" and "Global" certs in mod_... (diff)
downloadapache2-811302730bc5a8198c44e271ad366a445eaf19c5.tar.xz
apache2-811302730bc5a8198c44e271ad366a445eaf19c5.zip
missing file from r915660, major MMN bump already in original revision
for this file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@915923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/util_ldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h
index b5c54c91da..9ff969d846 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -125,6 +125,7 @@ typedef struct util_ldap_connection_t {
typedef struct util_ldap_config_t {
int ChaseReferrals;
int ReferralHopLimit;
+ apr_array_header_t *client_certs; /* Client certificates */
} util_ldap_config_t;
/* LDAP cache state information */
@@ -145,7 +146,6 @@ typedef struct util_ldap_state_t {
struct util_ldap_connection_t *connections;
int ssl_supported;
apr_array_header_t *global_certs; /* Global CA certificates */
- apr_array_header_t *client_certs; /* Client certificates */
int secure;
int secure_set;