summaryrefslogtreecommitdiff
path: root/include/util_ldap.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2009-10-31 14:02:04 +0000
committerEric Covener <covener@apache.org>2009-10-31 14:02:04 +0000
commit5f87e4a3f4c7d885df002297a0ccc241517e858d (patch)
treeb66180e5f41d1d1f587e3d69e504c8fd4126963c /include/util_ldap.h
parent6aaaf8286fc791a0b7c8a21cd67c6709315bbad1 (diff)
downloadhttpd-5f87e4a3f4c7d885df002297a0ccc241517e858d.tar.gz
Stop trying to set the referral HOP limit on each connection since most SDKs don't seem
to do anything with it, and causes an error on released openldap levels. Also moves/remove some macros internal to mod_ldap out of the public header for a major bump. Reported against APR in PR47501, but httpd shouldn't be asking for the option by default. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831542 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r--include/util_ldap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h
index de5c617439..d4760233bd 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -93,11 +93,6 @@ typedef enum {
always=LDAP_DEREF_ALWAYS
} deref_options;
-#define AP_LDAP_DEFAULT_HOPLIMIT 5 /* make sure these two stay */
-#define AP_LDAP_DEFAULT_HOPLIMIT_STR "5" /* in synch with each other! */
-#define AP_LDAP_CHASEREFERRALS_OFF 0
-#define AP_LDAP_CHASEREFERRALS_ON 1
-
/* Structure representing an LDAP connection */
typedef struct util_ldap_connection_t {
LDAP *ldap;