Re: Wifi with Welcome message?

2008-03-20 Thread Stefan Winter
  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: [EMAIL PROTECTED]     Tel.:     +352 424409-1
http://www.restena.lu                Fax:      +352 422473


signature.asc
Description: This is a digitally signed message part.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Wifi with Welcome message?

2008-03-19 Thread Guillaume Chartrand
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

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Wifi with Welcome message?

2008-03-19 Thread Alan DeKok
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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html