diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 189d6125..8a813ed9 100644 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1725,7 +1725,7 @@ class BaseProprietaire(BaseClasseCrans): self.services_to_restart('dns') if isinstance(m, MachineWifi): self.services_to_restart('conf_wifi_ng') - self.services_to_restart('ragnarok-dhcp') + self.services_to_restart('gordon-dhcp') else: self.services_to_restart('sable-dhcp') self.services_to_restart('dyson-dhcp') @@ -2972,7 +2972,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) self.services_to_restart('macip', reconf_ip) self.services_to_restart('classify', reconf_ip) if isinstance(self, MachineWifi): - self.services_to_restart('ragnarok-dhcp') + self.services_to_restart('gordon-dhcp') else: self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre @@ -3039,7 +3039,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3) # Services à redémarrer if isinstance(self, MachineWifi): self.services_to_restart('conf_wifi_ng') - self.services_to_restart('ragnarok-dhcp') + self.services_to_restart('gordon-dhcp') else: self.services_to_restart('sable-dhcp') # TODO : le rendre plus propre