]> granicus.if.org Git - apache/blob - modules/ldap/config.m4
spurious 401s with message "DN has not been defined" when cache expiration happens...
[apache] / modules / ldap / config.m4
1
2 dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
3
4 APACHE_MODPATH_INIT(ldap)
5
6 ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
7 APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no)
8
9 APACHE_MODPATH_FINISH