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 2006/01/01 18:51:09 UTC

svn commit: r360505 - in /httpd/httpd: branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml trunk/docs/manual/mod/mod_authn_dbd.xml

Author: niq
Date: Sun Jan  1 09:51:03 2006
New Revision: 360505

URL: http://svn.apache.org/viewcvs?rev=360505&view=rev
Log:
PR#38084
Correct DBDParams string in example
INOUE Seiichiro (who reported the bug) suggests referencing the
pgsql documentation.  I disagree, but I wonder if PgSQL is really
a good choice of example, since it (untypically) parses the params
itself rather than have the apr_dbd driver do it.


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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml?rev=360505&r1=360504&r2=360505&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml Sun Jan  1 09:51:03 2006
@@ -68,7 +68,7 @@
 <code>DBDriver pgsql</code>
 
 #Connection string: database name and login credentials
-<code>DBDParams "dbname=htpasswd user=apache pass=xxxxxx"</code>
+<code>DBDParams "dbname=htpasswd user=apache password=xxxxxx"</code>
 
 #Parameters for Connection Pool Management
 <code>DBDMin  1

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml?rev=360505&r1=360504&r2=360505&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml Sun Jan  1 09:51:03 2006
@@ -68,7 +68,7 @@
 <code>DBDriver pgsql</code>
 
 #Connection string: database name and login credentials
-<code>DBDParams "dbname=htpasswd user=apache pass=xxxxxx"</code>
+<code>DBDParams "dbname=htpasswd user=apache password=xxxxxx"</code>
 
 #Parameters for Connection Pool Management
 <code>DBDMin  1