]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Should use 8th capture group for Called-Station-ID rewrite
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 19 Aug 2011 14:58:01 +0000 (16:58 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 19 Aug 2011 14:58:01 +0000 (16:58 +0200)
raddb/policy.conf

index d83a532455f30411c266ead375430a502d038a1b..5b8e291e13da32c819b9febdc58ddd391bbbc057 100644 (file)
@@ -285,9 +285,9 @@ policy {
                        }
 
                        # SSID component?
-                       if ("%{7}") {
+                       if ("%{8}") {
                                update request {
-                                       Called-Station-SSID := "%{7}"
+                                       Called-Station-SSID := "%{8}"
                                }
                        }
                        updated