On Sun, 29 Jan 2012 17:10:00 +0100, Hallvard B Furuseth
<[email protected]> wrote:
ldapsearch -x -h localhost -b "dc=example,dc=com" -s base
"(objectClass=*)" 1.1
(...)
Ok, here's the debug output from the above ldapsearch query:
(...)
conn=1000 op=1 SRCH base="dc=chalmers,dc=se" scope=2 deref=0
filter="(objectClass=*)"
conn=1000 op=1 SRCH attr=1.1
Strange. Did you include -s base? scope=2 in the log is subtree.
It automatically changed to scope=2 when I appended 1.1.
Anyway, I suggest you answer in the ITS instead.
A crash is certainly a bug which needs fixing.
Ok, I'll post a bug report. Btw, I'm using slapd 2.4.25 (Nov 14 2011
21:34:11).
Mattias