freeradius/auth filaire: small typos
une typo, des typi ?
This commit is contained in:
parent
6dd9f6b9b5
commit
0bd4461930
2 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ def post_auth_fil(data):
|
||||||
"""Idem, mais en filaire.
|
"""Idem, mais en filaire.
|
||||||
Pas testé."""
|
Pas testé."""
|
||||||
|
|
||||||
port, vlan_name, reason = decide_vlan(data, True)
|
port, vlan_name, reason = decide_vlan(data, False)
|
||||||
mac = data.get('Calling-Station-Id', None)
|
mac = data.get('Calling-Station-Id', None)
|
||||||
|
|
||||||
log_message = '(fil) %s -> %s [%s%s]' % \
|
log_message = '(fil) %s -> %s [%s%s]' % \
|
||||||
|
|
|
@ -6,7 +6,7 @@ python crans_fil {
|
||||||
mod_instantiate = freeradius.auth
|
mod_instantiate = freeradius.auth
|
||||||
func_instantiate = instantiate
|
func_instantiate = instantiate
|
||||||
|
|
||||||
# Spécifique au WiFi : rempli le mdp
|
# Spécifique au filaire: accepte direct
|
||||||
mod_authorize = freeradius.auth
|
mod_authorize = freeradius.auth
|
||||||
func_authorize = authorize_fil
|
func_authorize = authorize_fil
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue