https://bugs.openldap.org/show_bug.cgi?id=10105
--- Comment #2 from Howard Chu <[email protected]> --- I've reproduced this adding logfile testrun/logf logfile-format syslog-utc to the test002 config, and sending a search request like so: #!/bin/sh filter="(&(objectclass=person)(|" i=100 while [ $i -lt 600 ]; do filter="$filter(uid=$i)" i=`expr $i + 1` done filter="$filter))" echo $filter ../clients/tools/ldapsearch -x -H ldap://:9011 -b dc=example,dc=com "$filter" The log output is truncated after "(uid=543)(uid=" -- You are receiving this mail because: You are on the CC list for the issue.
