[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Interesting erroneous results
Try doing the following,
ldapsearch -z -p 636 -h ... -b ... cn=...
and see what the results are!
YES - I know (now) that '-z' expects/requires a paramenter - I was REALLY
trying to use '-x' but mistakingly chose '-z' instead.
The interesting response resulted in:
# base <> with scope sub
# filter: (objectclass=*)
# requesting: 636 -h ... -b ... cn=...
which led to every object being returned (not surprisingly with the filter
set to "objectclass=*"), up to the server size limit.