You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2005/10/15 01:54:33 UTC

svn commit: r321254 - /httpd/httpd/trunk/modules/aaa/config.m4

Author: niq
Date: Fri Oct 14 16:54:30 2005
New Revision: 321254

URL: http://svn.apache.org/viewcvs?rev=321254&view=rev
Log:
Add mod_authn_dbd to build

Modified:
    httpd/httpd/trunk/modules/aaa/config.m4

Modified: httpd/httpd/trunk/modules/aaa/config.m4
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/aaa/config.m4?rev=321254&r1=321253&r2=321254&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/config.m4 (original)
+++ httpd/httpd/trunk/modules/aaa/config.m4 Fri Oct 14 16:54:30 2005
@@ -12,6 +12,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)
 
 dnl - and just in case all of the above punt; a default handler to
 dnl keep the bad guys out.