my concern is adding new modules this late in the game, especially
something with size:
% find . -name '*ldap*.[ch]' | xargs wc -l
286 ./include/util_ldap.h
828 ./modules/aaa/mod_auth_ldap.c
1077 ./modules/ldap/util_ldap.c
248 ./modules/ldap/util_ldap_cache.c
213 ./modules/ldap/util_ldap_cache.h
529 ./modules/ldap/util_ldap_cache_mgr.c
100 ./srclib/apr-util/ldap/apr_ldap_compat.c
112 ./srclib/apr-util/include/apr_ldap.h
3393 total
why wasn't an httpd-ldap or similar subproject created for this instead?