CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2018/05/16 04:08:47
Modified files: usr.sbin/ldapd : search.c Log message: Fix the client search request time and size limits. ldapd failed when the specified limits were reached instead of exceeded. This fixes search queries that define such a limit, for example with "ldapsearch -z 1". Thanks to Christophe Simon for the bug report, analysis, and fix! OK jmatthew@