From fa21989249b8d13f06254318c2c37bdbe7d6ac07 Mon Sep 17 00:00:00 2001 From: chove Date: Mon, 11 Apr 2005 22:06:48 +0200 Subject: [PATCH] on peut rechercher les machines par exemptation darcs-hash:20050411200648-4ec08-3cc45b0819ce8ee7cf635f959233a3321e4f72ce.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 7e6bb972..2a198a2f 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -198,7 +198,7 @@ class crans_ldap : # Champs de recherche pour la recherche manuelle (en plus de la recherche auto) non_auto_search_champs = { 'adherent' : [ 'etudes', 'paiement', 'carteEtudiant', 'aid' , 'postalAddress', 'historique' ,'blacklist', 'droits', 'uidNumber', 'uid', 'info' ], \ - 'machine' : [ 'mid' , 'ipsec', 'historique', 'blacklist' , 'puissance', 'canal', 'portTCPin', 'portTCPout', 'portUDPin', 'portUDPout', 'prise' , 'info' ] , + 'machine' : [ 'mid' , 'ipsec', 'historique', 'blacklist' , 'puissance', 'canal', 'portTCPin', 'portTCPout', 'portUDPin', 'portUDPout', 'prise' , 'info', 'exempt' ] , 'club' : [ 'cid' , 'responsable', 'paiement', 'historique', 'blacklist', 'mailAlias', 'info'] } # Scope des différentes recherches