[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Error code 32 - No Such Object
Has any body experienced this error? I've installed openldap in the past
with success. This time I keep getting the No Such Object found error
when I try to connect to my ldap server. I try to add entries to the
rootdn o=wcomnet.com, but it will not let me. I'm running openldap
2.0.7. Below is by slapd.conf. The entry that I'm trying to add is
dn:ou=test,o=wcomnet.com.
Thanks for the help!
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.4 2000/08/26
17:06:18 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /opt/etc/openldap/schema/core.schema
include /opt/etc/openldap/schema/worldcom.schema
# Define global ACLs to disable default read access.
# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral ldap://root.openldap.org
pidfile /opt/var/slapd.pid
argsfile /opt/var/slapd.args
# Load dynamic backend modules:
# modulepath /opt/openldap/libexec/openldap
# moduleload back_ldap.la
# moduleload back_ldbm.la
# moduleload back_passwd.la
# moduleload back_shell.la
#######################################################################
# ldbm database definitions
#######################################################################
schemacheck on
database ldbm
suffix o=wcomnet.com
rootdn "cn=Manager,o=wcomnet.com"
rootpw secret
directory /opt/var/openldap-ldbm
index objectClass eq