From: Lucien Gentis Date: Sun, 20 Feb 2022 13:57:13 +0000 (+0000) Subject: < and > characters replacement by their html entities X-Git-Tag: 2.4.53-rc1-candidate~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83bc3b815c37ad72ce373f09025e69dda8bb89e0;p=thirdparty%2Fapache%2Fhttpd.git < and > characters replacement by their html entities git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 855790fed8b..8c1ae9614de 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -524,7 +524,7 @@ Require ldap-filter "&(cell=*)(department=marketing)" LDAP injection. The ldap function can be used for this purpose.

-<LocationMatch ^/dav/(?[^/]+)/> +<LocationMatch ^/dav/(?<SITENAME>[^/]+)/> Require ldap-filter (memberOf=cn=%{ldap:%{unescape:%{env:MATCH_SITENAME}},ou=Websites,o=Example) </LocationMatch>