#6695 Can not list more than 2000 items in the web ui
Closed: invalid by rcritten. Opened by darix.

from my 6850 dns entries i can only see 2000 in the web ui. with pagination it should be possible to access all.


You hit directory server size limit (there are multiple sizelimits).

It is configured per replica in cn=config entry. Attribute nsslapd-sizelimit. Following ldif changes the value to 10000. But note that changing it might have some performance impact.

dn: cn=config
changetype: modify
replace: nsslapd-sizelimit
nsslapd-sizelimit: 10000
-

Metadata Update from @darix:
- Issue assigned to someone
- Issue set to the milestone: 0.0 NEEDS_TRIAGE

Metadata Update from @pvoborni:
- Custom field affects_doc reset
- Custom field tester adjusted to wanted
- Issue close_status updated to: None
- Issue set to the milestone: Future Releases (was: 0.0 NEEDS_TRIAGE)

Metadata Update from @rcritten:
- Issue close_status updated to: invalid
- Issue status updated to: Closed (was: Open)

Metadata