From b5ef1e78f0e57a29c11b1553546ca3a7683c407a Mon Sep 17 00:00:00 2001 From: pauget Date: Thu, 12 May 2005 15:52:02 +0200 Subject: [PATCH] Entree de blacklist pour les deco automatiques darcs-hash:20050512135202-41617-f364df7d1300f5508fc84775a2e60a720f8245dd.gz --- gestion/ldap_crans.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 5cf4b833..33053a7d 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -55,6 +55,7 @@ random.seed() # On initialise le g blacklist_items = { u'bloq' : u'Bloquage total de tout services' , u'virus' : u'Bloquage sur squid', u'upload' : u'Bloquage total accès extérieur', + u'autodisc' : u'Autodiconnect pour upload', u'warez' : u'Bloquage sur squid' } ##################################################################################