freeradius/auth.py: préparation à l'auth filaire
This commit is contained in:
parent
5446bb8142
commit
77e0b1daad
4 changed files with 159 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue