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 @@ 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 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 @@ 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