Run a module only during the first EAP-TLS handshake
Victor Tangendjaja
victor.tangendjaja at vividwireless.com.au
Fri Jan 20 05:23:36 CET 2012
Hi everyone,
Is there a way to run a module only during the first EAP-TLS handshake?
for example:
authorize {
preprocess
if (??? == ???) {
echo
}
...
}
I simply want the 'echo' module to run once during thr first auth.
The reason being the 'echo' module may return an OK or a reject. But in
the event of the 'echo' module returns ok, I don't want it to stress the
module by running it multiple times during the complete TLS handshake.
please advise.
Thanks,
Victor
More information about the Freeradius-Users
mailing list