]> granicus.if.org Git - apache/commitdiff
Make sure mod_authnz_ldap is included in the unix builds.
authorGraham Leggett <minfrin@apache.org>
Wed, 18 Aug 2004 13:22:05 +0000 (13:22 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 18 Aug 2004 13:22:05 +0000 (13:22 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104707 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/config.m4

index 2018f0c778a4633d4c426f5c3bbf446720303f96..03720423ca062b1b1b57df2a85aae123bb6d2888 100644 (file)
@@ -28,6 +28,10 @@ APACHE_MODULE(authz_user, 'require user' authorization control, , , yes)
 APACHE_MODULE(authz_dbm, DBM-based authorization control, , , most)
 APACHE_MODULE(authz_owner, 'require file-owner' authorization control, , , most)
 
+dnl LDAP authentication module. This module has both the authn and authz
+dnl modules in one, so as to share the LDAP server config directives.
+APACHE_MODULE(authnz_ldap, LDAP based authentication, , , no)
+
 dnl - and just in case all of the above punt; a default handler to
 dnl keep the bad guys out.
 APACHE_MODULE(authz_default, authorization control backstopper, , , yes)