From 68f727e4650ac174217b462723090ad95bb090e9 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 18 Oct 2010 17:07:01 -0400 Subject: Default search limit to 100 --- install/share/bootstrap-template.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/share/bootstrap-template.ldif') diff --git a/install/share/bootstrap-template.ldif b/install/share/bootstrap-template.ldif index b77740d74..fda3ae2ac 100644 --- a/install/share/bootstrap-template.ldif +++ b/install/share/bootstrap-template.ldif @@ -191,7 +191,7 @@ objectClass: ipaConfigObject ipaUserSearchFields: uid,givenname,sn,telephonenumber,ou,title ipaGroupSearchFields: cn,description ipaSearchTimeLimit: 2 -ipaSearchRecordsLimit: 0 +ipaSearchRecordsLimit: 100 ipaHomesRootDir: /home ipaDefaultLoginShell: /bin/sh ipaDefaultPrimaryGroup: ipausers -- cgit