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 }