on met en place la sanction bloq
- bloquage total du firewall de komaz - refus d'authentification radius - bloquage sur squid (le temps que le switch jette la machine) => délai de réauthentification de radius darcs-hash:20060609134849-4ec08-97373756f9c143adc33ea5b08d228fc1f0a3ca97.gz
This commit is contained in:
parent
8689fb905c
commit
b03c53eeae
4 changed files with 17 additions and 2 deletions
|
@ -86,6 +86,11 @@ class squid_warez(squid) :
|
|||
FICHIER = "/etc/squid/blacklist_warez"
|
||||
chaine = "warez"
|
||||
|
||||
class squid_bloq(squid) :
|
||||
""" Genère le fichier blacklist-bloq pour squid """
|
||||
FICHIER = "/etc/squid/blacklist_bloq"
|
||||
chaine = "bloq"
|
||||
|
||||
class squid_carte(squid) :
|
||||
""" Genère le fichier blacklist-carte pour squid """
|
||||
actif = bl_carte_et_actif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue