From bd4e952af8e91b2f8824def573f7d5016b1aff58 Mon Sep 17 00:00:00 2001 From: pauget Date: Sun, 5 Dec 2004 13:40:02 +0100 Subject: [PATCH] Recherche sur les prises darcs-hash:20041205124002-41617-f9061503d6abd9137f90358dabb0e9ef72218794.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 0ab1a239..8fe746c8 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' ], \ - 'machine' : [ 'mid' , 'ipsec', 'historique', 'blacklist' , 'puissance', 'canal', 'portTCPin', 'portTCPout', 'portUDPin', 'portUDPout' ] , + 'machine' : [ 'mid' , 'ipsec', 'historique', 'blacklist' , 'puissance', 'canal', 'portTCPin', 'portTCPout', 'portUDPin', 'portUDPout' , 'prise' ] , 'club' : [ 'cid' , 'responsable', 'paiement', 'historique', 'blacklist'] } # Scope des différentes recherches