From: Alan T. DeKok Date: Mon, 10 Sep 2012 14:43:31 +0000 (+0200) Subject: Use %{%{...}:-...} everywhere in examples X-Git-Tag: release_2_2_1~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a3f1c2ab95a7e256d58db14d4a91de8a9d48cf;p=thirdparty%2Ffreeradius-server.git Use %{%{...}:-...} everywhere in examples --- diff --git a/raddb/modules/files b/raddb/modules/files index 55546caf843..e0198d85b2d 100644 --- a/raddb/modules/files +++ b/raddb/modules/files @@ -8,7 +8,7 @@ files { # The default key attribute to use for matches. The content # of this attribute is used to match the "name" of the # entry. - #key = "%{Stripped-User-Name:-%{User-Name}}" + #key = "%{%{Stripped-User-Name}:-%{User-Name}}" usersfile = ${confdir}/users acctusersfile = ${confdir}/acct_users @@ -33,7 +33,7 @@ files { # "second_files" - this is a named configuration, which isn't # the default configuration. files second_files { - #key = "%{Stripped-User-Name:-%{User-Name}}" + #key = "%{%{Stripped-User-Name}:-%{User-Name}}" # The names here don't matter. They just need to be different # from the names for the "files" configuration above. If they