]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add mod_authn_dbd to build
authorNick Kew <niq@apache.org>
Fri, 14 Oct 2005 23:54:30 +0000 (23:54 +0000)
committerNick Kew <niq@apache.org>
Fri, 14 Oct 2005 23:54:30 +0000 (23:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321254 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/config.m4

index 6a853d758a914967f79077ca53128665ffca94f1..e2c057d21272c1802e990381f419d2be574fe401 100644 (file)
@@ -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.