From 3acd4eaff8dddde29c6f5a536b86f67b35319c33 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Wed, 18 Aug 2004 13:22:05 +0000 Subject: [PATCH] Make sure mod_authnz_ldap is included in the unix builds. 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index 2018f0c778..03720423ca 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -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) -- 2.40.0