From 4f5b9f7a4ebb09ec5516eb0d7098d56a57444c37 Mon Sep 17 00:00:00 2001 From: pauget Date: Sun, 2 Oct 2005 15:40:12 +0200 Subject: [PATCH] On redmarre aussi conf_wifi_ng lors des modifs sur les bornes. darcs-hash:20051002134012-41617-74a0101b9b9183c7cae7793cd28b033c4f3b165e.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 62e1809a..c127aac2 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2365,7 +2365,7 @@ class machine(base_classes_crans) : self.services_to_restart('conf_wifi_ng') # Reconfiguration clients wifi ? - if self.__typ == 'wifi' and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) : + if self.__typ in ('wifi','borne') and ( 'ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs ) : self.services_to_restart('conf_wifi_ng') # Regénération blackliste nécessaire ?