Re: svn commit: r646582 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2008-04-11 Thread Ruediger Pluem
On 11.04.2008 01:34, Brad Nicholes wrote: It is protected by the code at the beginning of util_ldap_post_config() that calls apr_pool_userdata_get() and checks a user data tag. If the tag is empty then this is the first time that the function was called. It then puts something in the tag and

Re: svn commit: r646582 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2008-04-10 Thread Brad Nicholes
>>> On 4/10/2008 at 2:00 PM, in message <[EMAIL PROTECTED]>, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > On 10.04.2008 18:11, Brad Nicholes wrote: > On 4/10/2008 at 12:12 AM, in message <[EMAIL PROTECTED]>, >> Ruediger >> Pluem <[EMAIL PROTECTED]> wrote: >>> On 10.04.2008 00:49, [EMAIL PROTECTE

Re: svn commit: r646582 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2008-04-10 Thread Ruediger Pluem
On 10.04.2008 18:11, Brad Nicholes wrote: On 4/10/2008 at 12:12 AM, in message <[EMAIL PROTECTED]>, Ruediger Pluem <[EMAIL PROTECTED]> wrote: On 10.04.2008 00:49, [EMAIL PROTECTED] wrote: Author: bnicholes Date: Wed Apr 9 15:49:31 2008 New Revision: 646582 URL: http://svn.apache.org/viewvc?

Re: svn commit: r646582 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2008-04-10 Thread Brad Nicholes
>>> On 4/10/2008 at 12:12 AM, in message <[EMAIL PROTECTED]>, Ruediger Pluem <[EMAIL PROTECTED]> wrote: > On 10.04.2008 00:49, [EMAIL PROTECTED] wrote: >> Author: bnicholes Date: Wed Apr 9 15:49:31 2008 New Revision: 646582 >> >> URL: http://svn.apache.org/viewvc?rev=646582&view=rev Log: Move the

Re: svn commit: r646582 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

2008-04-09 Thread Ruediger Pluem
On 10.04.2008 00:49, [EMAIL PROTECTED] wrote: Author: bnicholes Date: Wed Apr 9 15:49:31 2008 New Revision: 646582 URL: http://svn.apache.org/viewvc?rev=646582&view=rev Log: Move the initialization of rebind to the post_config handler so that it is done during the actual module load stage rathe