From: Christophe Jaillet Date: Sat, 19 Feb 2022 13:59:30 +0000 (+0000) Subject: Add a compatibility note for the 'ldap' function. X-Git-Tag: 2.4.53-rc1-candidate~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661cad1579f8f069b1962fe50853596cb6d4656c;p=thirdparty%2Fapache%2Fhttpd.git Add a compatibility note for the 'ldap' function. (r1898219 in trunk) [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index c7329d12471..dbe5ac2d4e7 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -525,7 +525,8 @@ listfunction ::= listfuncname "(" word ")" regular file)restricted ldap Escape characters as required by LDAP distinguished name escaping - (RFC4514) and LDAP filter escaping (RFC4515). + (RFC4514) and LDAP filter escaping (RFC4515).
+ (Available in httpd 2.4.53 and later)