DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26538>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26538


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Additional Comments From [EMAIL PROTECTED]  2006-03-31 17:22 -------
If I add the following lines to util_ldap.c right after the "ldap_set_option(
...LDAP_OPT_DEREF...);" line in uldap_connection_open() I can authenticate
against Active Directory 2003.

  /* Turn off referrals */
  ldap_set_option(ldc->ldap, LDAP_OPT_REFERRALS, (void *)LDAP_OPT_OFF);

I have code for 2.2.0 to make this a module option - "AuthLDAPFollowReferrals" -
which can be either "on" or "off" (defaults to on.)  Is this worth putting into
the source? 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to