Hi,
Following is my slapd.conf file
include /etc/openldap/slapd.at.conf
include /etc/openldap/slapd.oc.conf
schemacheck off
#referral ldap://root.openldap.org/
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
database ldbm
suffix \"dc=csasia, dc=com\"
rootdn \"cn=Manager, dc=csasia, dc=com\"
rootpw secret
directory /var/lib/ldap
I could populate my base entry as
dn: dc=csasia,dc=com
dc: csasia
objectClass: top
objectClass: organization
objectClass: dcObject
description: Crystal Solutions Asia
I entered from the command line as
ldapadd -f /tmp/newentry -D \"cn=Manager, dc=csasia, dc=com\" -w password.
How do I enter new organizations. I\'m trying to create yellow pages on ldap. If I try to add a new organiztion, it says ldap_add: No such object, indicating that dn should already exist.