Local User with multiple passwords (or RegEX passwords) possible?
Phil Mayers
p.mayers at imperial.ac.uk
Thu Jul 7 14:45:30 CEST 2011
On 07/07/11 13:18, Equin Nix wrote:
> Hi Phil,
>
> thanks a lot for the fast answer! Unfortunatelly your radius-skills seem
> to be far far from mine, but I think I get the point.
>
> I tried to add the following to /sites-enabled/default/ (int authorize
> section) (Its not a full copy of your text, I wanted to start step by step):
>
> [...]
> #
> # Read the 'users' file
> files {
> # compare them
No, that's wrong. As per my original email, it should be:
authorize {
files
if (...) {
}
You've got:
authorize {
files {
...
}
}
...which is wrong.
More information about the Freeradius-Users
mailing list