Thanks Jason, I resolved this issue by adding: olcSizeLimit: -1 to the etc/ldap/slapd.d/cn=config.ldif file. and then restarting slapd. Now works!
From: Jason Brandt [mailto:jbrandt@fsmail.bradley.edu]
Note that this will replace any existing limits you have set. On Thu, Dec 12, 2013 at 1:24 PM, Jason Brandt <jbrandt@fsmail.bradley.edu> wrote: Global size limit modification ldif file (using cn=config): dn: cn=config changetype: modify replace: olcSizeLimit olcSizeLimit: size.soft=100 size.hard=500 Per user size limit changes: dn: olcDatabase={1}hdb,cn=config changetype: modify replace: olcLimits olcLimits: dn.exact="uid=user,ou=people,dc=example,dc=com" size=unlimited On Thu, Dec 12, 2013 at 1:16 PM, Clint Petty <cpetty@luthresearch.com> wrote: My ldapsearch command is only returning a max of 500 entries, while I know I have over 9,000 entries in the database. If I do not have a slapd.conf file, how can I increase the sizelimit, to display all my
entries?
-- Jason K. Brandt Systems Administrator Bradley University
-- Jason K. Brandt Systems Administrator Bradley University |