From: nolade Date: Thu, 13 Mar 2025 16:10:24 +0000 (-0400) Subject: Remove & from &outer attribute X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a27f77d806c4094493aab1bc385e1909dbca9c7;p=thirdparty%2Ffreeradius-server.git Remove & from &outer attribute perl -p -i -e 's/\&outer/outer/g' $(git grep -lE '&[a-zA-Z0-9]' doc/antora | egrep -v 'raddb|developers|interpreter|assets') --- diff --git a/doc/antora/modules/howto/pages/eduroam_config.adoc b/doc/antora/modules/howto/pages/eduroam_config.adoc index ac7ca460636..09a13bbad4e 100644 --- a/doc/antora/modules/howto/pages/eduroam_config.adoc +++ b/doc/antora/modules/howto/pages/eduroam_config.adoc @@ -444,7 +444,7 @@ server eduroam-inner { # Make the user's real identity available to anything that needs # it in the outer server. - if (&outer.session-state:) + if (outer.session-state:) update { outer.session-state:Stripped-User-Name := &Stripped-User-Name }