From 2fddcc8d81e19c2106adf741babf8ee63a6bd3dd Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 9 Jan 2023 15:30:11 +0000 Subject: [PATCH] update from much later backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1906507 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_core.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_authn_core.xml b/docs/manual/mod/mod_authn_core.xml index 201aca45487..c9eddda4dc3 100644 --- a/docs/manual/mod/mod_authn_core.xml +++ b/docs/manual/mod/mod_authn_core.xml @@ -142,7 +142,7 @@ authentication

The string provided for the AuthName is what will appear in the password dialog provided by most browsers.

-

From 2.4.13, expression syntax can be +

From 2.4.55, expression syntax can be used inside the directive to produce the name dynamically.

For example:

@@ -205,7 +205,7 @@ authentication </Directory> -

From 2.4.13, expression syntax can be +

From 2.4.55, expression syntax can be used inside the directive to specify the type dynamically.

When disabling authentication, note that clients which have -- 2.47.3