From: Nick Kew
Date: Sun, 1 Jan 2006 17:51:03 +0000 (+0000)
Subject: PR#38084
X-Git-Tag: 2.3.0~2638
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bee3696c9ae3a7b05a0acb45a1862bdf4789a40;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml
index 897dd051a45..4aae1459bc8 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.
DBDriver pgsql
#Connection string: database name and login credentials
-DBDParams "dbname=htpasswd user=apache pass=xxxxxx"
+DBDParams "dbname=htpasswd user=apache password=xxxxxx"
#Parameters for Connection Pool Management
DBDMin 1