[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Quick Start Guide - newbie question
> ---
> I think the author thought that it would be obvious...
>
> ldapsearch -x -b 'dc=example,dc=com' '(objectclass=*)'
>
> should be
>
> ldapsearch -x -b 'dc=bakerbates,dc=com' '(objectclass=*)'
>
> and just to be on the safe side... I always toss in the hostspec
>
> ldapsearch -x -h localhost -b 'dc=bakerbates,dc=com' '(objectclass=*)'
>
> Craig
Thanks for the reply.
So with ldapsearch -x -h localhost -b 'dc=bakerbates,dc=com'
'(objectclass=*)' I get:
version: 2
#
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 0 Success
# numResponses: 1
So... does that mean I'm working? Or not? "Result: 0 Success" - is that
what's meant by "returning all matches" then?
Jonathan