From: Nick Kew Date: Sun, 7 Aug 2011 22:43:14 +0000 (+0000) Subject: authn_dbd docs: add reference to password formats note X-Git-Tag: 2.2.20~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70a761e9613f04322c9bbd85cd0833aa67faa3da;p=thirdparty%2Fapache%2Fhttpd.git authn_dbd docs: add reference to password formats note (thanks Tom Browder on users@ for pointing out this is useful in trunk docs but missing from 2.2). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1154782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index 774915bdafb..f936bbec25d 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -133,6 +133,11 @@ AuthDBDUserPWQuery \ the query statement will be stored as environment variables with names of the form AUTHENTICATE_COLUMN.

+

The encrypted password format depends on which authentication + frontend (e.g. mod_auth_basic or + mod_auth_digest) is being used. See Password Formats for + more information.

@@ -163,6 +168,11 @@ AuthDBDUserRealmQuery \ the query statement will be stored as environment variables with names of the form AUTHENTICATE_COLUMN.

+

The encrypted password format depends on which authentication + frontend (e.g. mod_auth_basic or + mod_auth_digest) is being used. See Password Formats for + more information.