[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Searching Problems
Jason McCormick wrote:
> I still cannot get my database to work correctly. When I issue
> "ldapsearch -h 127.0.0.1 'objectclass=*'" I get "ldap_search: No such
> object". I followed exactly the proceedures outlined in the UMich
> manual.
I got exactly the same results until, out of desparation, I tried adding
the base URL option. In your case, try:
ldapsearch -h 127.0.0.1 -b 'o=SATEC, c=US' 'objectclass=*'
and see what happens.
Craig McClanahan