]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
escape brackets
authorEric Covener <covener@apache.org>
Wed, 8 Jan 2025 18:33:12 +0000 (18:33 +0000)
committerEric Covener <covener@apache.org>
Wed, 8 Jan 2025 18:33:12 +0000 (18:33 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922995 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index bed3a883ce3c4a1c7890b2b8e4f2ecf425f03fdf..cef50d73cbea1188978fe76c129bb9bc3945f265 100644 (file)
@@ -548,7 +548,7 @@ Require ldap-filter "&amp;(cell=*)(department=marketing)"
     LDAP server:</p>
 
 <highlight language="config">
-&lt;LocationMatch ^/dav/(?<SITENAME>[^/]+)/&gt;
+&lt;LocationMatch ^/dav/(?&lt;SITENAME&gt;[^/]+)/&gt;
 Require ldap-search (cn=%{ldap:%{unescape:%{env:MATCH_SITENAME}} Website)
 &lt;/LocationMatch&gt;
 </highlight>