From 29d23cfef0bec89524d14440d70888773f7b0e09 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 8 Dec 2013 15:32:01 +0100 Subject: [PATCH] =?UTF-8?q?[whos=5Flc]=20Augmentation=20du=20nombre=20de?= =?UTF-8?q?=20r=C3=A9sultat=20affichable=20par=20une=20recherche.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/whos_lc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos_lc.py b/gestion/whos_lc.py index 50e7bfb8..7c5107ae 100755 --- a/gestion/whos_lc.py +++ b/gestion/whos_lc.py @@ -9,7 +9,7 @@ import lc_ldap.filter2 as filter if __name__ == '__main__': if len(sys.argv) >1: conn=lc_ldap.shortcuts.lc_ldap_admin() - result=conn.search(filter.human_to_ldap(sys.argv[1])) + result=conn.search(filter.human_to_ldap(sys.argv[1]), sizelimit=4000) if not result: print "rien trouvé" else: