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

despite the faq



I'm still getting ldap_search: no such object

My slapd is this:
include         /etc/openldap/slapd.at.conf
include         /etc/openldap/slapd.oc.conf
schemacheck     off
#referral       ldap://ldap.itd.umich.edu

pidfile         /var/run/slapd.pid
argsfile        /var/run/slapd.args

#######################################################################
# ldbm database definitions
#######################################################################

database        ldbm
suffix          "dc=labnet, dc=edu"
#suffix         "o=Your Organization Name, c=US"
directory       /usr/tmp
rootdn          "cn=root, dc=labnet, dc=edu"
#rootdn         "cn=root, o=Your Organization Name, c=US"
rootpw          topsecret



my ldap_search command line is this:
ldapsearch -b 'dc=labnet, dc=edu' 'o=*

What am I doing wrong here?

-sv