From 949eb0f9915c2df3c50628d748009ee10ea0843d Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Thu, 18 Sep 2014 11:47:00 +0200 Subject: [PATCH] ldap_crans: no more classify --- gestion/ldap_crans.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 0578d486..cafc2145 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2029,7 +2029,7 @@ class BaseProprietaire(BaseClasseCrans): if 'paiement' in self.modifs or (config.bl_carte_et_definitif and test_carte): for m in self.machines(): self.services_to_restart('macip', [m.ip()] ) - self.services_to_restart('classify', [m.ip()] ) + #self.services_to_restart('classify', [m.ip()] ) self.services_to_restart('dns') self.services_to_restart('dhcp') @@ -3436,7 +3436,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) # Reconfiguration firewalls et dhcps if reconf_ip: self.services_to_restart('macip', reconf_ip) - self.services_to_restart('classify', reconf_ip) + #self.services_to_restart('classify', reconf_ip) self.services_to_restart('dhcp') if 'portTCPin' in self.modifs or 'portTCPout' in self.modifs or \ 'portUDPin' in self.modifs or 'portUDPout' in self.modifs: @@ -3508,7 +3508,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) self.services_to_restart('dns') self.services_to_restart('macip', [self.ip()]) - self.services_to_restart('classify', [self.ip()]) + #self.services_to_restart('classify', [self.ip()]) def portTCPin(self, ports=None): """ Ports TCP ouverts depuis l'extérieur pour la machine """