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

Re: (ITS#6186) sizelimit broken



Christian.Fischer@fischundfischer.com writes:
> Args debugging showed me ors_slimit of 500 in all cases 
> (servers/slapd/search.c:do_search():123)

Note that at this point the fields have just been parsed from the
protocol message.  So that's the limit as it was sent by the client.
(From SIZELIMIT in ldap.conf, maybe?)
If the client sends 500, limits_check() should not reset it.

-- 
Hallvard