Browse Source

Merge branch 'feature_pre_subscribtion_vlan' of https://gitlab.federez.net/federez/re2o into feature_pre_subscribtion_vlan

feature_pre_subscribtion_vlan
Hugo LEVY-FALK 7 years ago
parent
commit
e0b920c3d6
  1. 2
      freeradius_utils/auth.py

2
freeradius_utils/auth.py

@ -514,7 +514,7 @@ def decide_vlan_switch(nas_machine, nas_type, port_number,
# Enfin on laisse passer sur le vlan pertinent
else:
room = port.room
if interface.machine.user.is_banned():
if interface.machine.user.is_ban():
return (
sw_name,
room,

Loading…
Cancel
Save