From: Nick Porter Date: Mon, 18 Dec 2023 12:13:32 +0000 (+0000) Subject: % is the start of a function - so use %% for literal % X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fbb631b42d22ec6e2d826d72288ffa0ad324dc;p=thirdparty%2Ffreeradius-server.git % is the start of a function - so use %% for literal % --- diff --git a/src/tests/modules/ldap/map.unlang b/src/tests/modules/ldap/map.unlang index 166b2f11c88..06313edb4cf 100644 --- a/src/tests/modules/ldap/map.unlang +++ b/src/tests/modules/ldap/map.unlang @@ -28,7 +28,7 @@ if (!notfound) { test_fail } -map ldapldapi "ldapi://%2Ftmp%2Fldap%2Fsocket/ou=people,dc=example,dc=com??sub?(uid=John)" { +map ldapldapi "ldapi://%%2Ftmp%%2Fldap%%2Fsocket/ou=people,dc=example,dc=com??sub?(uid=John)" { &Tmp-String-2 := 'displayName' }