> I'm sorry to Bring this up again... somehow I'm not getting this to work.
> I have this in the huntgroup and users file.
> When I check off either of the 2 nas's I get an good authentication but no
> Attributes back.???
> This is all I have in each file Nothing else.
>
>
>
> Huntgoup File
> ################################################
> group1 NAS-IP-Address == 1.2.3.4
> group2 NAS-IP-Address == 1.2.3.5
> #################################################
>
>
>
> Users File
>
> ###############################################################
> test Auth-Type := "Local", Password == "test"
> pork Auth-Type := "Local", Password =="pork"
>
> DEFAULT Huntgroup-Name == group2, Auth-Type := "Local"
>
> Slipstream-Auth = "true",
> X-Ascend-Data-Filter == "ip in forward tcp est",
> X-Ascend-Data-Filter == "ip in forward dstip ,
> X-Ascend-Data-Filter == "ip in drop tcp dstport = 25",
> X-Ascend-Data-Filter == "ip in forward",
>
> DEFAULT Huntgroup-Name == group1, Auth-Type := "Local"
> RB-Context-Name = local,
> X-Ascend-Data-Filter == "ip in forward tcp est",
> X-Ascend-Data-Filter == "ip in forward dstip,
> X-Ascend-Data-Filter == "ip in drop tcp dstport = 25",
> X-Ascend-Data-Filter == "ip in forward",
> Fall-Through = yes
> ###################################################################
>
>
This is described in the users file comments. Look around the section
that says "Note that by setting "Fall-Through", other attributes will be
added from the following DEFAULT entries"
If you don't define Fall-Through = yes, then freeradius will assume that
Fall-Through = no.
So, in your example above, the user and password will match and the users
file will stop being processed, so the DEFAULT setting will never be read.
So, add Fall-Through = yes to your user entries.
test Auth-Type := "Local", Password == "test"
Fall-Through = yes
pork Auth-Type := "Local", Password =="pork"
Fall-Through = yes
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html