When quering the entries through ldapsearch to RHDS, it gives "limit exceeded" results

Solution Verified - Updated -

Issue

  • When quering the entries through ldapsearch with a user it gives "Size limit exceeded (4)" :

    $ ldapsearch -x -h localhost -p PORT -D "uid=testuser,ou=People,dc=example,dc=com" -W -LLL -s one -b "dc=example,dc=com" "(objectclass=*)" dn |  sed '/^$/d' | wc -l
    Enter LDAP Password:
    Size limit exceeded (4)
    4000
    
  • Similarly, ldapsearch gives the result "Administrative limit exceeded(11)" :

    $ ldapsearch -x -h localhost -p PORT -D "uid=testuser,ou=People,dc=example,dc=com" -W -LLL -b "dc=example,dc=com" "(objectclass=*)" dn
    Enter LDAP Password:
    ...snip...
    Administrative limit exceeded (11)
    

Environment

  • Red Hat Directory Server (All Verions)

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content