Well and good, just don't lose the fix from 2.1 or 2.0 in the process.
Otherwise, I don't care where the fix goes.
--
Jess Holle
Paul Querna wrote:
[EMAIL PROTECTED] wrote:
minfrin 2004/10/04 16:43:20
Modified: . CHANGES
modules/aaa mod_authnz_ldap.c
Log:
mod_auth_ldap: Handle the inconsistent way in which the MS LDAP
library handles special characters.
It seems like this is something that belongs in APR-Util. Wouldn't
any application that needed to escape characters in an LDAP filter end
up copying this code?
Maybe APR-Util should have a _escape(...) type function instead of
clogging up httpd with #ifdefs, because if anyone else ever uses
APR-Util for ldap, they will end up copying this code to make their
stuff portable.
Stuff to make LDAP more portable should go into APR...?
-Paul Querna