attr_filter issue

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Thu Nov 27 10:51:57 CET 2008


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



More information about the Freeradius-Users mailing list