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

no such object



Hi!

Sorry to bother you, but I'm rather new in this topic. 
I've just downloaded openldap from www.openldap.org,
Did anything as I should, but now I'm getting only "no such object" 
out of my slapd.

Thank you for any reply!

Yours, woifi.
PS.:

If anyone is interested here is my slapd.conf:

include         /usr/local/ldap/etc/openldap/slapd.at.conf
include         /usr/local/ldap/etc/openldap/slapd.oc.conf
schemacheck     off
#referral       ldap://ldap.itd.umich.edu

pidfile         /usr/local/ldap/var/slapd.pid
argsfile        /usr/local/ldap/var/slapd.args

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

database        ldbm
#suffix         "dc=company, dc=com"
suffix          "o=company, c=AT"
directory       /usr/local/ldap/db
rootdn          "cn=root, dc=it-austria, dc=com"
#rootdn         "cn=root, o=Your Organization Name, c=US"
rootpw          secret


and here is the output from ldbmcat:

1
     dn: o=Company, c=AT
     o: Company
     objectclass: organization

2
     dn: cn=Viola Weber, o=Company, c=AT
     cn: Viola Weber
     sn: Weber
     mail: x@company.com
     objectclass: person

     dn: cn=Wolfgang Weber, o=Company, c=AT
     cn: Wolfgang Weber
     sn: Weber
     mail: wolfgang.weber@company.com
     objectclass: person