Results 1 to 1 of 1
Hello all,
I am new to openldap and am just getting starting with it. I have edited the slapd.conf and created a ldif file according to the documentation provided at ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-22-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 19
openldap: ldap_add: Naming violation (64)
Hello all,
I am new to openldap and am just getting starting with it. I have edited the slapd.conf and created a ldif file according to the documentation provided at openldap.org. But when I tried to execute ldapadd, an error occured. This is the error message i got.:
My configuration is as follows:[root@triveni ~]# ldapadd -x -D "cn=root,dc=ejyothi,dc=net" -W -f ejyothi.ldif
Enter LDAP Password:
adding new entry "dc=ejyothi,dc=net"
ldap_add: Naming violation (64)
additional info: naming attribute 'dc' is not present in entry
Distro: Fedora Core 4
openldap-servers-2.2.23-5
openldap-clients-2.2.23-5
openldap-devel-2.2.23-5
openldap-2.2.23-5
/etc/openldap/slapd.conf:
The ldif file I tried is :database bdb
suffix "dc=ejyothi,dc=net"
rootdn "cn=root,dc=ejyothi,dc=net"
rootpw xxxxxx
I can't get what had gonw wrong with it. please advice.dn: dc=ejyothi,dc=net
objectclass: dcObject
objectclass: organization
o: Example Company
dc: ejyothi
dn: cn=root,dc=ejyothi,dc=net
objectclass: organizationalRole
cn: root
regards
libregeek



