[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
openldap addressbook problem==nubie here
- To: OpenLDAP-software@OpenLDAP.org
- Subject: openldap addressbook problem==nubie here
- From: Muhammad Reza <reza@infosaham.com>
- Date: Sat, 01 Nov 2003 12:56:43 +0700
- User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524
dear list,
i have problem to create addressbook directory with openldap-2.0.27 at
RH-9.0
this my slapd.conf
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
#pidfile //var/run/slapd.pid
#argsfile //var/run/slapd.args
database ldbm
suffix "dc=infosaham, dc=com"
rootdn "dc=infosaham, dc=com"
rootpw secret
index objectClass eq
and my directory.ldif
dn: dc=infosaham, dc=com
objectClass: top
objectClass: dcObject
objectClass: organization
dc: infosaham
o: InfoSaham Inc.
dn: ou=addressbook, dc=infosaham ,dc=com
objectClass: top
objectClass: organizationalUnit
ou: addressbook
the error when i try to add ldif file
#ldapadd -D 'dc=infosaham, dc=com' -f directory.ldif -W -x
ldap error with info :DN invalid Syntax
how my remedy ? any kkind of help will apreciate
regards
reza