]> granicus.if.org Git - apache/commitdiff
Build mod_authn_socache on same terms as other authn modules
authorNick Kew <niq@apache.org>
Thu, 3 Mar 2011 00:01:03 +0000 (00:01 +0000)
committerNick Kew <niq@apache.org>
Thu, 3 Mar 2011 00:01:03 +0000 (00:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076461 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/config.m4

index dc4b83418f8fbcf8c468bb510f92033fe273c176..2bd87b8191d0d4829a8458caca2a110d91d527ea 100644 (file)
@@ -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.