[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapsearch problem!
Try the following instead for your ldapsearch
ldapsearch -x -b "dc=sharif,dc=edu" "(objectclass=*)"
You didnt specify your search base, also I believe anything after
the filter is treated as a list of attributes to be returned so you
need to put the -x at the begining.
Good luck,
Ian
On Mon, Apr 29, 2002 at 05:26:06PM -0700, Mehdi Jabal Ameli wrote:
> when I run slapcat it return
> dn: dc=sharif, dc=edu
> objectClass: top
> but when i run ldapsearch -b "objectclass=*" -x
>
> Does anyone know how I can resovle this problem?