19 Jan
2012
19 Jan
'12
11:23 p.m.
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