From 21f285fabb50354d4c3cb34a0d5da9b24c23e87c Mon Sep 17 00:00:00 2001 From: chove Date: Mon, 11 Apr 2005 22:46:47 +0200 Subject: [PATCH] ajout d'un champ de recherche darcs-hash:20050411204647-4ec08-017c97fe71f7a00b1ef6d3211edd295138c5adf0.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 2a198a2f..7a2fefe7 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -197,7 +197,7 @@ 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', 'info' ], \ + non_auto_search_champs = { 'adherent' : [ 'etudes', 'paiement', 'carteEtudiant', 'aid' , 'postalAddress', 'historique' ,'blacklist', 'droits', 'uidNumber', 'uid', 'info', 'solde' ], \ 'machine' : [ 'mid' , 'ipsec', 'historique', 'blacklist' , 'puissance', 'canal', 'portTCPin', 'portTCPout', 'portUDPin', 'portUDPout', 'prise' , 'info', 'exempt' ] , 'club' : [ 'cid' , 'responsable', 'paiement', 'historique', 'blacklist', 'mailAlias', 'info'] }