Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-24 Thread Brad Nicholes
On 1/23/2008 at 7:25 PM, in message [EMAIL PROTECTED], Paul J. Reder [EMAIL PROTECTED] wrote: Ruediger Pluem wrote: On 01/23/2008 07:14 PM, [EMAIL PROTECTED] wrote: Author: rederpj Date: Wed Jan 23 10:14:41 2008 New Revision: 614605 URL: http://svn.apache.org/viewvc?rev=614605view=rev

Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-24 Thread Paul J. Reder
The referral code is enabled via set_option calls and is currently processed in relation to a newly created ldap connection. Any further directory related processing would have to support changing the options later, or provide extra criteria when selecting a connection to use. But I agree that,

Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-24 Thread Graham Leggett
Paul J. Reder wrote: Now that you ask that question it makes me realize that the better question is probably Should the directives be directory scoped or server scoped? The rest of the util_ldap directives are all server scoped. The cache related ones are all server scoped, as the cache is

Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-23 Thread Ruediger Pluem
On 01/23/2008 07:14 PM, [EMAIL PROTECTED] wrote: Author: rederpj Date: Wed Jan 23 10:14:41 2008 New Revision: 614605 URL: http://svn.apache.org/viewvc?rev=614605view=rev Log: This adds Apache support (taking advantage of the new APR capability) for ldap rebind callback while chasing

Re: svn commit: r614605 - in /httpd/httpd/trunk: include/util_ldap.h modules/ldap/util_ldap.c

2008-01-23 Thread Paul J. Reder
Ruediger Pluem wrote: On 01/23/2008 07:14 PM, [EMAIL PROTECTED] wrote: Author: rederpj Date: Wed Jan 23 10:14:41 2008 New Revision: 614605 URL: http://svn.apache.org/viewvc?rev=614605view=rev Log: This adds Apache support (taking advantage of the new APR capability) for ldap rebind callback