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

svn commit: r355744 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml

Author: rbowen
Date: Sat Dec 10 05:58:50 2005
New Revision: 355744

URL: http://svn.apache.org/viewcvs?rev=355744&view=rev
Log:
Mention that digest auth can also be used with authn_dbd

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml?rev=355744&r1=355743&r2=355744&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml Sat Dec 10 05:58:50 2005
@@ -136,8 +136,8 @@
     by the <module>mod_authn_file</module> module.  Make sure
     that the chosen provider module is present in the server.</p>
 
-    <p>See <module>mod_authn_dbm</module> and <module>mod_authn_file</module>
-    for providers.</p>
+    <p>See <module>mod_authn_dbm</module>, <module>mod_authn_file</module>, 
+    and <module>mod_authn_dbd</module> for providers.</p>
 </usage>
 </directivesynopsis>