summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2006-01-01 17:51:03 +0000
committerNick Kew <niq@apache.org>2006-01-01 17:51:03 +0000
commit8bee3696c9ae3a7b05a0acb45a1862bdf4789a40 (patch)
tree53e7762160032e6a6825e04b42ea4df72e6e1e06 /docs
parent0aece3ad6c7a67f88810e05e8032da836cb12e27 (diff)
downloadhttpd-8bee3696c9ae3a7b05a0acb45a1862bdf4789a40.tar.gz
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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@360505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_authn_dbd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml
index 897dd051a4..4aae1459bc 100644
--- a/docs/manual/mod/mod_authn_dbd.xml
+++ b/docs/manual/mod/mod_authn_dbd.xml
@@ -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