1 Jan 2006 18:51
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
<niq <at> apache.org>
2006-01-01 17:51:09 GMT
2006-01-01 17:51:09 GMT
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 <at> <at> -68,7 +68,7 <at> <at> <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(Continue reading)
RSS Feed