From: Christophe Jaillet Date: Sat, 19 Feb 2022 13:58:04 +0000 (+0000) Subject: Add a compatibility note for the 'ldap' function. X-Git-Tag: 2.5.0-alpha2-ci-test-only~489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574eedc98a4a064969e49328d2524cf9a0134265;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 8c11c96ccea..450ee0eb394 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -599,7 +599,8 @@ DIGIT ::= <any US-ASCII digit "0".."9"> 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) replace replace(string, "from", "to") replaces all occurrences of "from" in the string with "to". The first parameter must not be a literal string.