Re: load order dependency between mod_ldap and mod_authnz_ldap

2011-06-25 Thread Graham Leggett
On 06 Jun 2011, at 11:53 PM, William A. Rowe Jr. wrote: Since the move from apr-util-ldap to ap_ldap, mod_ldap needs to be loaded before mod_authnz_ldap. This is somewhat annoying because the default httpd.conf tries to load mod_authnz_ldap first. Any ideas how to fix this or do we just change

Re: load order dependency between mod_ldap and mod_authnz_ldap

2011-06-25 Thread Stefan Fritsch
On Saturday 25 June 2011, Graham Leggett wrote: On 06 Jun 2011, at 11:53 PM, William A. Rowe Jr. wrote: I believe the entire fix may be an entry point to apr_ldap_parse_uri (check your own binaries to confirm). Setting up a single entry point should be trivial, if its appropriate.

Re: load order dependency between mod_ldap and mod_authnz_ldap

2011-06-25 Thread Graham Leggett
On 25 Jun 2011, at 11:24 PM, Stefan Fritsch wrote: This is not so, to fix this, you would need to wrap every single LDAP API function call[1] in an optional function, and if you did that, you would solve the problem that caused you to want to remove apr_ldap from APR in the first place, making