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

LDAPADD



I am trying to add an entry into OpenLDAP on Red Hat Linux 7.3.

I created a file 4i.ldif as instructed with the following contents:

dn: dc=localhost,dc=localdomain
objectclass: dcObject
objectclass: organization
o: 4i dotCom
dc: localhost

dn: cn=Manager,dc=localhost,dc=localdomain
objectclass: organizationalRole
cn: Manager

I then started Apache and Slapd then entered:

[root@localhost openldap]# ldapadd -x -D 
"cn=Manager,dc=localhost,dc=localdomain" -W -f /root/4i.ldif

I got

Enter LDAP Password: (I just entered)

adding new entry "dc=localhost,dc=localdomain"
ldap_add: Insufficient access
ldif_record() = 50

Can anyone help?

Regards

Scott