From 7c31860dacfb8dc2d9fcf6109b6625353cfb5c3a Mon Sep 17 00:00:00 2001 From: pessoles Date: Sat, 3 Sep 2005 21:09:43 +0200 Subject: [PATCH] Comme ca raffik est content darcs-hash:20050903190943-6d78a-87c7094778960f7bba3bfe57a21dc050aa3d4b43.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 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 :