From bac528186cca4fe46dc29366fe46376530464dd6 Mon Sep 17 00:00:00 2001 From: pessoles Date: Sat, 3 Sep 2005 21:39:32 +0200 Subject: [PATCH] Retour en arrier darcs-hash:20050903193932-6d78a-a1199ab9374d27285da7d13c932c25a12a3927cb.gz --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 966b9728..427c1588 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 Cachan" and self.proprietaire().etudes(1) == "Pers": + elif self.proprietaire().etudes(0) == "ENS" and self.proprietaire().etudes(1) == "Pers": # Personnel ENS net = config.NETs['wifi-ens'] else :