21 Feb
2019
21 Feb
'19
8:21 a.m.
On Feb 21, 2019, at 8:15 AM, Richter, Jan <richter@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.