/[Apache-SVN]
ViewVC logotype

Revision 1517388


Jump to revision: Previous Next
Author: covener
Date: Sun Aug 25 22:42:29 2013 UTC (10 years, 7 months ago)
Changed paths: 2
Log Message:
"LDAPReferrals off" does not disable LDAPReferrals feature. Default OpenLDAP value for LDAP_OPT_REFERRALS is ON and the current code does not set it to OFF even when there is "LDAPReferrals off" directive in the config file.

Changes LDAPReferrals to tri-state:

- "on" - default. Calls apr_ldap_set_option to set referrals on.
- "off" - Calls apr_ldap_set_option to turn referrals off.
- "default" - Does not call apr_ldap_set_option at all.


The default remains ON.  If "default" and SDK defaults to ON, no rebind callback 
is used.

Submitted By: Jan Kaluza <kaluze AT redhat.com>
Committed By: covener


Changed paths

Path Details
Directoryhttpd/httpd/trunk/CHANGES modified , text changed
Directoryhttpd/httpd/trunk/modules/ldap/util_ldap.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26