Hi All,
Can someone just confirm whether I can override the module codes in the eap auth module?
I’m trying
Auth-Type eap {
eap {
reject = 1
invalid = 1
ok = 1
}
if (!ok) {
update control {
Debug-RejectInformation := "%{Module-Failure-Message}"
}
ok
}
I know it looks odd, but I’m trying to override the reject packet with an accept but with attributes that force the client into a specific remuneration vlan / policy on the wireless controller.
Maybe this is by design. I can override all the other modules ok just not eap.
Thanks
Andy