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

Re: LDAP_SIZELIMIT_EXCEEDED in slapd/back-passwd/search.c



I've implemented the suggested fix and committed it to -devel.

Kurt

At 01:15 PM 10/15/98 +0200, Frank Strauss wrote:
>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
>
>
>