From 429cba3ac30741b52591058b1e702418d407b5d8 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 19 Jul 2012 10:25:24 +0000 Subject: [PATCH] Add a link to the RFC explaining what 'realm' denotes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1363282 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/htdigest.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/programs/htdigest.xml b/docs/manual/programs/htdigest.xml index fc9df711a6..1459a8d446 100644 --- a/docs/manual/programs/htdigest.xml +++ b/docs/manual/programs/htdigest.xml @@ -57,7 +57,10 @@ exist, or deleted and recreated if it does exist.
realm
-
The realm name to which the user name belongs.
+
The realm name to which the user name belongs. See + + http://tools.ietf.org/html/rfc2617#section-3.2.1 for more details. +
username
The user name to create or update in passwdfile. If -- 2.40.0