From 621e854a17afe7cd2ca0661ff42465125f889615 Mon Sep 17 00:00:00 2001 From: pauget Date: Sun, 12 Dec 2004 23:56:12 +0100 Subject: [PATCH] Reconfigugration de conf_wifi aussi en cas de modif adresse mac. darcs-hash:20041212225612-41617-544ad25a096986e8b2400d584960a095eceddd83.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index d804564b..a7745621 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2072,7 +2072,7 @@ class machine(base_classes_crans) : self.services_to_restart('bornes_wifi',[self.nom()]) # Reconfiguration clients wifi ? - if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs ) : + if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) : self.services_to_restart('conf_wifi') # Regénération blackliste nécessaire ?