[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapcat vs. ldapsearch



Tim Nelson writes:
> # slapcat
> ...
> dn: cn=sync,ou=Rpc,dc=webalive,dc=biz
> (...)
>  	If I do an ldapsearch, I don't seem to be able to get this 
> information out:
> --------------------------------
> # ldapsearch -x -LLL -b '' -s base  -D 'cn=sync,ou=Rpc,dc=webalive,dc=biz'
> dn:
> (...)

-b '' -s base asked ldapsearch to show you the special object with name
'', and ldapsearch did so.  Use -b 'cn=sync,ou=Rpc,dc=webalive,dc=biz'
instead.

-- 
Hallvard