]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR#38084
authorNick Kew <niq@apache.org>
Sun, 1 Jan 2006 17:51:03 +0000 (17:51 +0000)
committerNick Kew <niq@apache.org>
Sun, 1 Jan 2006 17:51:03 +0000 (17:51 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@360505 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbd.xml

index 897dd051a45676fbf9e9055b74ca2cbfb4a69d70..4aae1459bc86f1212927550d3f7bac5e6851915d 100644 (file)
@@ -68,7 +68,7 @@ the Authentication and DBD frameworks.</p>
 <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