From: Nick Kew Date: Fri, 14 Oct 2005 23:54:30 +0000 (+0000) Subject: Add mod_authn_dbd to build X-Git-Tag: 2.3.0~2876 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454522bbd74a9d0c9c2b00fed5f59eda4ab93e3e;p=thirdparty%2Fapache%2Fhttpd.git Add mod_authn_dbd to build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@321254 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index 6a853d758a9..e2c057d2127 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.