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 ?