From 797bd0d5f9bf2e637df3deb4d7405784cf5db26f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Sat, 11 Mar 2017 10:50:05 -0500 Subject: [PATCH] port ranges haven't been supported for years --- raddb/mods-config/preprocess/huntgroups | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/raddb/mods-config/preprocess/huntgroups b/raddb/mods-config/preprocess/huntgroups index a937c8b..da28dba 100644 --- a/raddb/mods-config/preprocess/huntgroups +++ b/raddb/mods-config/preprocess/huntgroups @@ -1,13 +1,10 @@ # # huntgroups This file defines the `huntgroups' that you have. A # huntgroup is defined by specifying the IP address of -# the NAS and possibly a port range. Port can be identified -# as just one port, or a range (from-to), and multiple ports -# or ranges of ports must be separated by a comma. For -# example: 1,2,3-8 +# the NAS and possibly a port. # # Matching is done while RADIUS scans the user file; if it -# includes the selection criterium "Huntgroup-Name == XXX" +# includes the selection criteria "Huntgroup-Name == XXX" # the huntgroup is looked up in this file to see if it # matches. There can be multiple definitions of the same # huntgroup; the first one that matches will be used. @@ -32,15 +29,15 @@ #delft NAS-IP-Address == 198.51.100.5 # -# Ports 0-7 on the first terminal server in Alphen are connected to +# Port 0 on the first terminal server in Alphen are connected to # a huntgroup that is for business users only. Note that only one # of the username or groupname has to match to get access (OR/OR). # # Note that this huntgroup is a subset of the "alphen" huntgroup. # -#business NAS-IP-Address == 198.51.100.5, NAS-Port-Id == 0-7 -# User-Name = rogerl, -# User-Name = henks, -# Group = business, -# Group = staff +#business NAS-IP-Address == 198.51.100.5, NAS-Port-Id == 0 +# User-Name == rogerl, +# User-Name == henks, +# Group == business, +# Group == staff -- 2.1.4