When I execute the following command:
ldapsearch -v -x -b "dc=abmas,dc=biz" -d 5 -h 127.0.0.1
there is a significant lag between hitting return and when I see the
debug output - 6-8 seconds.
I'm pretty sure this is a configuration problem or network problem on my
end as this same command in a different environment executes immediately.
To help me isolate where the problem is, is there another method to
debug what ldapsearch is doing before I see the first lines listed in
the debug output with -d 5? Or is there another utility I could use
than ldapsearch?