From 86b61e33c8dcff840f58c81334222f638868b1c3 Mon Sep 17 00:00:00 2001 From: chove Date: Thu, 10 Mar 2005 19:32:12 +0100 Subject: [PATCH] ajout de l'info dans les champs possible de recherche darcs-hash:20050310183212-4ec08-8e5b8f2aaf3cdf98a6ae9ae630d0b9906289f7ca.gz --- gestion/ldap_crans.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 95f45d3f..726a0266 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -197,9 +197,9 @@ class crans_ldap : 'club' : [ 'nom', 'chbre' ] } # 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' ], \ - 'machine' : [ 'mid' , 'ipsec', 'historique', 'blacklist' , 'puissance', 'canal', 'portTCPin', 'portTCPout', 'portUDPin', 'portUDPout' , 'prise' ] , - 'club' : [ 'cid' , 'responsable', 'paiement', 'historique', 'blacklist', 'mailAlias'] } + 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' ] , + 'club' : [ 'cid' , 'responsable', 'paiement', 'historique', 'blacklist', 'mailAlias', 'info'] } # Scope des différentes recherches scope = { 'adherent' : 1 , 'machine' : 2 , 'club' : 1 }