summaryrefslogtreecommitdiffstats
path: root/docs/manual/expr.xml
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2022-02-19 14:58:04 +0100
committerChristophe Jaillet <jailletc36@apache.org>2022-02-19 14:58:04 +0100
commit574eedc98a4a064969e49328d2524cf9a0134265 (patch)
tree89820d402398f6df47fd79873eb9f9888f77dbec /docs/manual/expr.xml
parent *) mod_http2: optimize authority construction on upgraded (diff)
downloadapache2-574eedc98a4a064969e49328d2524cf9a0134265.tar.xz
apache2-574eedc98a4a064969e49328d2524cf9a0134265.zip
Add a compatibility note for the 'ldap' function.
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898219 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/expr.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 8c11c96cce..450ee0eb39 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -599,7 +599,8 @@ DIGIT ::= &lt;any US-ASCII digit "0".."9"&gt;
regular file)</td><td>restricted</td></tr>
<tr><td><code>ldap</code></td>
<td>Escape characters as required by LDAP distinguished name escaping
- (RFC4514) and LDAP filter escaping (RFC4515).</td><td></td></tr>
+ (RFC4514) and LDAP filter escaping (RFC4515).<br />
+ (Available in httpd 2.4.53 and later)</td><td></td></tr>
<tr><td><code>replace</code></td>
<td>replace(string, "from", "to") replaces all occurrences of "from"
in the string with "to". The first parameter must not be a literal string.