From: Nick Kew Date: Thu, 3 Mar 2011 00:01:03 +0000 (+0000) Subject: Build mod_authn_socache on same terms as other authn modules X-Git-Tag: 2.3.12~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4cb9ec8f1fa1313dcb2cdb996846db5d2990500;p=thirdparty%2Fapache%2Fhttpd.git Build mod_authn_socache on same terms as other authn modules git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/config.m4 b/modules/aaa/config.m4 index dc4b83418f8..2bd87b8191d 100644 --- a/modules/aaa/config.m4 +++ b/modules/aaa/config.m4 @@ -13,6 +13,7 @@ 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) +APACHE_MODULE(authn_socache, Cached authentication control, , , most) dnl General Authentication modules; module which implements the dnl non-authn module specific directives.