19 Mar
2008
19 Mar
'08
12:03 p.m.
Guillaume Chartrand wrote:
Is it possible to send or execute a script to a user when he authenticated thru wi-fi connection with particular NAS.
$ man unlang You can write a policy that matches any condition you want, and then run a script. See also the "exec" module.
Like when user joe successfully authenticated with the sql database, if he was connected with NAS IP address X, he receive a Welcome message X and if he authenticated with NAS Y, he receive Welcome message Y.
You don't need to run a script to do that. Alan DeKok.