Hi, Is it possible to send or execute a script to a user when he authenticated thru wi-fi connection with particular NAS. 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. Currently I have Freeradius 2.0 with authentification on a mssql database and it work and give an ip address to the client when is authenticated. Guillaume
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.
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.
How would this "Welcome message" be transported to the client device? Certainly out of RADIUS and 802.1X, right? Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
participants (3)
-
Alan DeKok -
Guillaume Chartrand -
Stefan Winter