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 ?