News
download FreeRADIUS 1.x regex patch
Realms regular expression patch for FreeRADIUS
[Attention] Use of FreeRADIUS 1.x is deprecated due to security and stability issues.Since regex is supported on the recent versions, FreeRADIUS 2.x should be used now.
This patch adds a regular expression matching support to FreeRADIUS,enabling use of regular expressions in proxy.conf .See proxy.conf (patched) for configurations using regex.
- Realms regular expression patch for FreeRADIUS 1.1.6 (Jun 29, 2007, by H.Goto)
- Realms regular expression patch for FreeRADIUS 1.1.3 (Oct 2, 2006, by H.Goto)
This patch is based on the one distributed at
and adapted to the recent FreeRADIUS distributions.Some modifications have been made.
The author is not responsible for any damage caused by this patch.
usage
Apply the patch and build the FreeRADIUS as follows.
% bzcat freeradius-1.1.6.tar.bz2 | tar xf - % cd freeradius-1.1.6 % patch -p0 < ../freeradius-1.1.6-regex_realms.patch (configure and make as usual)