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