diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 76ba2397..d5003977 100644 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1718,7 +1718,7 @@ class BaseProprietaire(BaseClasseCrans): self.services_to_restart('conf_wifi_ng') self.services_to_restart('ragnarok-dhcp') else: - self.services_to_restart('rouge-dhcp') + self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre self.services_to_restart('titanic-dhcp') @@ -2958,7 +2958,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) if isinstance(self, MachineWifi): self.services_to_restart('ragnarok-dhcp') else: - self.services_to_restart('rouge-dhcp') + self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre self.services_to_restart('titanic-dhcp') if 'portTCPin' in self.modifs or 'portTCPout' in self.modifs or \ @@ -3025,7 +3025,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) self.services_to_restart('conf_wifi_ng') self.services_to_restart('ragnarok-dhcp') else: - self.services_to_restart('rouge-dhcp') + self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre self.services_to_restart('titanic-dhcp')