Supporting EAP-PWD with a whitelist
Richter, Jan
richter at itc.rwth-aachen.de
Thu Feb 21 15:04:22 CET 2019
Hello alan,
thanks for the quick answer! Now our configuration is working.
Just as a small addition if someone also encounters this problem:
> if (EAP-Type == EAP-PWD) {
This did not work for me. After a short debug of the attributes I ended up with this condition:
if (&request:EAP-Type == "PWD") {
With this condition I can successfully enable the whitelist only for EAP-PWD in our outer tunnel.
Kind regards,
Jan Niklas Richter
More information about the Freeradius-Users
mailing list