freeradius: 'paiement' est une blacklist bloquante
This commit is contained in:
parent
14167847db
commit
af0e971764
1 changed files with 6 additions and 3 deletions
|
@ -70,10 +70,13 @@ BL_REJECT = [u'bloq']
|
|||
BL_ISOLEMENT = [u'virus', u'autodisc_virus', u'autodisc_p2p', u'ipv6_ra']
|
||||
|
||||
#: place sur accueil
|
||||
BL_ACCUEIL = []
|
||||
BL_ACCUEIL = [u'paiement']
|
||||
|
||||
# Ces blacklists ont des effets soft (portail captif port 80)
|
||||
#BL_ACCUEIL = [u'carte_etudiant', u'chambre_invalide', u'paiement']
|
||||
# À classer:
|
||||
# [u'carte_etudiant', u'chambre_invalide', ]
|
||||
# TODO: mettre ça dans config.py en explicitant un peu comment ça marche
|
||||
# et en trouvant moyen de refresh en fonction de la période de l'année
|
||||
# (bl soft/hard parefeu ou pas)
|
||||
|
||||
#: chambre qui n'en sont pas vraiment. Il s'agit de prises en libre accès,
|
||||
# pour lequelles il est donc idiot d'activer la protection antisquattage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue