Hi,

hmm, I'm not sure at all that you can have multi line
attr filter matches... ie if you have seperate entries
for each allowed type - i think that the very last defined 
one is the one taken....what you need to do is have
a REGEX for the accetped types eg


       Trapeze-VLAN-Name == VISITEUR,
       Trapeze-VLAN-Name == SIRC,
       Tunnel-Private-Group-Id == VISITEUR,
       Tunnel-Private-Group-Id == SIRC

should be something like

       Trapeze-VLAN-Name =~ VISITEUR||SIRC
       Tunnel-Private-Group-Id =~ VISITEUR||SIRC


or somesuch

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

Reply via email to