[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAP_SIZELIMIT_EXCEEDED in slapd/back-passwd/search.c



Hi!

The search function in the passwd backend (and probably others?)
limits the number of entries to be scanned. It's my understanding that
the number of entries to be returned should be limited.

Solution: move slimit decrementation down to the place where
test_filter() matched the entry.

 Frank