21 Feb
2019
21 Feb
'19
9:04 a.m.
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