diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 427c1588..966b9728 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2017,7 +2017,7 @@ class machine(base_classes_crans) : if self.__typ == 'wifi' : if self.proprietaire().__class__ == invite : net = config.NETs['wifi-invite'] - elif self.proprietaire().etudes(0) == "ENS" and self.proprietaire().etudes(1) == "Pers": + elif self.proprietaire().etudes(0) == "ENS Cachan" and self.proprietaire().etudes(1) == "Pers": # Personnel ENS net = config.NETs['wifi-ens'] else :