]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
< and > characters replacement by their html entities
authorLucien Gentis <lgentis@apache.org>
Sun, 20 Feb 2022 13:57:13 +0000 (13:57 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 20 Feb 2022 13:57:13 +0000 (13:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898251 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index 855790fed8b916ef457ed9cd61fc8b3cddbf424c..8c1ae9614ded13f98fe1f3ce238570ed3e85d74d 100644 (file)
@@ -524,7 +524,7 @@ Require ldap-filter "&amp;(cell=*)(department=marketing)"
     LDAP injection. The ldap function can be used for this purpose.</p>
 
 <highlight language="config">
-&lt;LocationMatch ^/dav/(?<SITENAME>[^/]+)/&gt;
+&lt;LocationMatch ^/dav/(?&lt;SITENAME&gt;[^/]+)/&gt;
   Require ldap-filter (memberOf=cn=%{ldap:%{unescape:%{env:MATCH_SITENAME}},ou=Websites,o=Example)
 &lt;/LocationMatch&gt;
 </highlight>