Hello,

I recently downloaded and installed the FreeRADIUS server, and I am currently in the process of having a look at the documentation for the configuration.

There are a few questions I would like to ask those more experienced with the use of the huntgroups file.

1) First of all I cannot quite understand what is the semantic use of the huntgroups file. Can't one simply specify the NAS-IP-Address atribute with an entry in the users file, to match all the requests coming from a terminal server?

2) Does the configuration of the huntgroups file follow the same rules as the users file? If "yes" then in the default provided sample:

business       NAS-IP-Address == 192.168.2.5, NAS-Port-Id == 0-7
               User-Name = rogerl,
               User-Name = henks,
               Group = business,
               Group = staff

what does the entries for User-Name and Group signify? Do they mean:

 A) "A match is found IF
      NAS-IP-Address is 192.168.2.5, AND
      the NAS-Port-Id is 0 through 7, AND
      the User-Name is either rogerl OR henks, AND
      the Group Name is either business OR staff"

   In this case shouldn't the "=" instead be "==", and also have a comma
   after NAS-Port-Id attribute?

 B) "A match is found IF
      NAS-IP-Address is 192.168.2.5, AND
      the NAS-Port-Id is 0 through 7
    THEN
      set User-Name to rogerl OR henks, AND
      set Group to business OR staff"

   In this case are the Use-Name and Group used later in the users file
   to match a specific user?

3) Are there any other attributes supported in the huntgroups configuration apart from the User-Name and Group ?.



Thanks in advance for any replies .. and help

Regards

-- Manolis.


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to