Ussing many MAC Address wih one user

Omri Bahumi omri.il at gmail.com
Fri Aug 24 11:47:57 CEST 2012


Hello,

Well, there's probably a better way of doing it, but I'm not familiar with one.
The option that comes to my mind is using regular expressions.
Try replacing
AAAA 	Calling-Station-Id == 00:23:8B:7F:47:DD
with
AAAA 	Calling-Station-Id =~
"(00:23:8B:7F:47:DD|00:23:8B:7F:AA:BB|00:23:8B:7F:CC:EE)"

Good luck,
Omri.


More information about the Freeradius-Users mailing list