freeradius/auth.py: préparation à l'auth filaire

This commit is contained in:
Daniel STAN 2014-07-22 19:49:06 +02:00
parent 5446bb8142
commit 77e0b1daad
4 changed files with 159 additions and 68 deletions

View file

@ -8,12 +8,12 @@ python crans_wifi {
# Spécifique au WiFi : rempli le mdp
mod_authorize = freeradius.auth
func_authorize = wifi_authorize
func_authorize = authorize_wifi
# Renseigne le vlan
# remplacer par dummy_fun pour ignorer le tagging de vlan
mod_post_auth = freeradius.auth
func_post_auth = post_auth
func_post_auth = post_auth_wifi
# Que faire avant de quitter
mod_detach = freeradius.auth