From 70a761e9613f04322c9bbd85cd0833aa67faa3da Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 7 Aug 2011 22:43:14 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_authn_dbd.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.

-- 2.47.2