Hello
can any one help me out where to increase the ldapseach size limit.In 2.4.23 there was no issue when i used to search 100000 records but in 2.4.40 it gives me a error
[root@localhost ~]# ldapsearch -x -LLL -b "dc=example,dc=com" -s one "objectclass" | grep ^dn: | wc -l Size limit exceeded (4) 500
On Fri, 15 May 2015, PRATIK SINGAL wrote:
Hello can any one help me out where to increase the ldapseach size limit.In 2.4.23 there was no issue when i used to search 100000 records but in 2.4.40 it gives me a error
See the slapd.conf(5) man page, sizelimit/timelimit/limits directives.
[root@localhost ~]# ldapsearch -x -LLL -b "dc=example,dc=com" -s one "objectclass" | grep ^dn: | wc -l Size limit exceeded (4) 500
hello
I have set the sizelimit to unlimited but still the same issue.
After editing slapd.conf i have restarted the ldap service too.
On Fri, May 15, 2015 at 5:03 PM, Aaron Richton richton@nbcs.rutgers.edu wrote:
On Fri, 15 May 2015, PRATIK SINGAL wrote:
Hello can any one help me out where to increase the ldapseach size
limit.In 2.4.23 there was no issue when i used to search 100000 records but in 2.4.40 it gives me a error
See the slapd.conf(5) man page, sizelimit/timelimit/limits directives.
[root@localhost ~]# ldapsearch -x -LLL -b "dc=example,dc=com" -s one
"objectclass" | grep ^dn: | wc -l Size limit exceeded (4) 500
openldap-technical@openldap.org