diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b34ad17f..89bfe54a 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -1180,7 +1180,7 @@ class base_proprietaire(base_classes_crans) : self.services_to_restart('nectaris-dhcp') else : self.services_to_restart('switch',[self.chbre()]) - self.services_to_restart('zamok-dhcp') + self.services_to_restart('rouge-dhcp') # Vérification si changement de bât, ce qui obligerai un changement d'IP if 'chbre' in self.modifs and self.chbre()!='????' : @@ -2260,7 +2260,7 @@ class machine(base_classes_crans) : if self.__typ == 'wifi' : self.services_to_restart('nectaris-dhcp') else: - self.services_to_restart('zamok-dhcp') + self.services_to_restart('rouge-dhcp') if 'ports' in self.modifs : self.services_to_restart('komaz-ports', [ self.ip() ] ) self.services_to_restart('mail_modif',['ip=%s' % self.ip()]) @@ -2311,7 +2311,7 @@ class machine(base_classes_crans) : self.services_to_restart('conf_wifi') self.services_to_restart('nectaris-dhcp') else: - self.services_to_restart('zamok-dhcp') + self.services_to_restart('rouge-dhcp') self.services_to_restart('dns') self.services_to_restart('macip',[self.ip()] )