diff options
author | Adam Young <ayoung@redhat.com> | 2010-10-18 17:07:01 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-10-19 14:51:25 -0400 |
commit | 68f727e4650ac174217b462723090ad95bb090e9 (patch) | |
tree | c5431556f08f37d19353480230059dc2debd1408 /install/share/bootstrap-template.ldif | |
parent | 091b07790eef4223b007a0ad1635c036db87c9a8 (diff) | |
download | freeipa-68f727e4650ac174217b462723090ad95bb090e9.tar.gz freeipa-68f727e4650ac174217b462723090ad95bb090e9.tar.xz freeipa-68f727e4650ac174217b462723090ad95bb090e9.zip |
Default search limit to 100
Diffstat (limited to 'install/share/bootstrap-template.ldif')
-rw-r--r-- | install/share/bootstrap-template.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
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 |