You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2022/02/20 13:57:13 UTC

svn commit: r1898251 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml

Author: lgentis
Date: Sun Feb 20 13:57:13 2022
New Revision: 1898251

URL: http://svn.apache.org/viewvc?rev=1898251&view=rev
Log:
< and > characters replacement by their html entities

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml?rev=1898251&r1=1898250&r2=1898251&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_ldap.xml Sun Feb 20 13:57:13 2022
@@ -524,7 +524,7 @@ Require ldap-filter "&amp;(cell=*)(depar
     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>