28 Sep
2015
28 Sep
'15
3:38 a.m.
On Mon, Sep 28, 2015 at 2:23 PM, Kev Pearce <email.me@kevp.com> wrote:
Maybe even a more minimalistic format would be better for MAC address: all lowercase, no separators: aabbccddeeff. A simple regex could discard anything that's not 0123456789abcdef, and then convert to lowercase.
I'd do this but of course you need tolower first before the regex...
BEFORE regex? Not really. Just add "i". http://wiki.freeradius.org/guide/mac-auth -- Fajar