summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2005-10-14 23:54:30 +0000
committerNick Kew <niq@apache.org>2005-10-14 23:54:30 +0000
commit454522bbd74a9d0c9c2b00fed5f59eda4ab93e3e (patch)
treed27edc9e87c822b3466c440726d3f11444a9f064 /modules
parent988e5e7111f618d4fc1355aff064e73d78d03670 (diff)
downloadhttpd-454522bbd74a9d0c9c2b00fed5f59eda4ab93e3e.tar.gz
Add mod_authn_dbd to build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/aaa/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4
index 6a853d758a..e2c057d212 100644
--- a/modules/aaa/config.m4
+++ b/modules/aaa/config.m4
@@ -12,6 +12,7 @@ dnl
APACHE_MODULE(authn_file, file-based authentication control, , , yes)
APACHE_MODULE(authn_dbm, DBM-based authentication control, , , most)
APACHE_MODULE(authn_anon, anonymous user authentication control, , , most)
+APACHE_MODULE(authn_dbd, SQL-based authentication control, , , most)
dnl - and just in case all of the above punt; a default handler to
dnl keep the bad guys out.