diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 6fc8c0c6..8af4ec16 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2643,6 +2643,7 @@ class Machine(BaseClasseCrans): ret += coul(u'Clef IPsec de la machine : %s\n' % self.ipsec(), 'cyan') self.services_to_restart('conf_wifi_ng') + # Reconfiguration firewalls et dhcps if reconf_ip: self.services_to_restart('macip', reconf_ip) @@ -2666,7 +2667,7 @@ class Machine(BaseClasseCrans): # Reconfiguration clients wifi ? if isinstance(self, MachineWifi) or isinstance(self, BorneWifi) \ - and ('ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs): + and ('ipHostNumber' in self.modifs or 'host' in self.modifs or 'macAddress' in self.modifs or 'nvram' in self.modifs or 'hotspot' in self.modifs): self.services_to_restart('conf_wifi_ng') # Regénération blackliste nécessaire ?