Skip to content

Commit 9920fb8

Browse files
committed
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
1 parent 8abb67f commit 9920fb8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/aaa/config.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ APACHE_MODULE(authz_user, 'require user' authorization control, , , yes)
2828
APACHE_MODULE(authz_dbm, DBM-based authorization control, , , most)
2929
APACHE_MODULE(authz_owner, 'require file-owner' authorization control, , , most)
3030

31+
dnl LDAP authentication module. This module has both the authn and authz
32+
dnl modules in one, so as to share the LDAP server config directives.
33+
APACHE_MODULE(authnz_ldap, LDAP based authentication, , , no)
34+
3135
dnl - and just in case all of the above punt; a default handler to
3236
dnl keep the bad guys out.
3337
APACHE_MODULE(authz_default, authorization control backstopper, , , yes)

0 commit comments

Comments
 (0)