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

Re: No such object



I attempted:
 ldapsearch -b "dc=alservices, dc=com" -s base "objectclass=*"

and still received:
ldap_search: No such object

>>> Michael Ströder <michael.stroeder@inka.de> 01/25/00 04:59PM >>>
Julian Sitkewich wrote:
> 
> The first test is this:
> /usr/local/bin/ldapsearch -h 127.0.0.1 'objectclass=*'
> Yields this error:
> ldap_search: No such object

You have to provide parameter -b which should contain the same base
DN like suffix in your slapd.conf.

Ciao, Michael.