From: Arran Cudbard-Bell Date: Fri, 19 Aug 2011 14:51:02 +0000 (+0200) Subject: Should use 8th capture group for Called-Station-ID rewrite X-Git-Tag: release_2_1_12~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deeecc462333145d1a3cf4ffb57b9d2b9b3f1eda;p=thirdparty%2Ffreeradius-server.git Should use 8th capture group for Called-Station-ID rewrite --- diff --git a/raddb/policy.conf b/raddb/policy.conf index 73b195188a2..8d4c891bc36 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -169,9 +169,9 @@ policy { } # SSID component? - if ("%{7}") { + if ("%{8}") { update request { - Called-Station-Id := "%{Called-Station-Id}:%{7}" + Called-Station-Id := "%{Called-Station-Id}:%{8}" } } updated