Commit a3040aca authored by Ryan Bloom's avatar Ryan Bloom
Browse files

Remove all of the ldap modules. These have been moved to their own

repository, httpd-ldap, and they now form their own sub-project of the
httpd project.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91508 13f79535-47bb-0310-9956-ffa450edef68
parent b5df2148
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.27-dev

  *) Moved all ldap modules from the core to httpd-ldap sub-project
     [Ryan Bloom]

  *) Exit when we can't listen on any of the configured ports.  This
     is the same behavior as 1.3, and it avoids having the MPMs to
     deal with bogus ap_listen_rec structures.  [Jeff Trawick]
+0 −2
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@ APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
  CPPFLAGS=$ap_old_cppflags
])

APACHE_MODULE(auth_ldap, LDAP based authentication, , , no)

APR_ADDTO(LT_LDFLAGS,-export-dynamic)

APACHE_MODPATH_FINISH

modules/aaa/mod_auth_ldap.c

deleted100644 → 0
+0 −862

File deleted.

Preview size limit exceeded, changes collapsed.

modules/ldap/Makefile.in

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line

include $(top_srcdir)/build/special.mk

modules/ldap/config2.m4

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
dnl modules enabled in this directory by default

APACHE_MODPATH_INIT(ldap)

ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no)

APACHE_MODPATH_FINISH
Loading