Supporting EAP-PWD with a whitelist
Alan DeKok
aland at deployingradius.com
Thu Feb 21 14:21:38 CET 2019
On Feb 21, 2019, at 8:15 AM, Richter, Jan <richter at itc.rwth-aachen.de> wrote:
> eap {
> ok = return
> }
> if (EAP-PWD) { <- How does this condition look like?
if (EAP-Type == EAP-PWD) {
> files_whitelist # <- whitelist
> } else { noop }
>
> Has someone already used EAP-PWD together with a whitelist? What is the preferred solution? Or am I just using the configuration wrong?
The above should work. Some of the magic here is that different EAP methods do different things, and it's hard to create a simple solution that works for them all.
Alan DeKok.
More information about the Freeradius-Users
mailing list