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

slurpd fails to add to replica




Hello, I am trying to test a simple replica setup with two solaris 8 machines, using openldap 2.2.10 (and db-4.2.52)

following the admin guide http://www.openldap.org/doc/admin22/replication.html

when I add a new entry to my master database (using some ldif file and ldapadd) the replogfile is written.
when I start slurpd on the master machine, I connects to the slave machine fine but fails to add the entry

the .rejection logfile contains:

ERROR: Constraint violation: structuralObjectClass: no user modification allowed
replica: asimov1:389
time: 1083778717.0
dn: cn=repltest,ou=test,dc=svt,dc=se
changetype: add
objectClass: svtIntPerson
objectClass: svtPreferences
objectClass: svtOperational
sn: repltest
cn: repltest
uid: repltest
structuralObjectClass: svtIntPerson
entryUUID: c89ece4a-3306-1028-9c08-c9ba972c486f
creatorsName: cn=ldapadmin,ou=admins,dc=svt,dc=se
createTimestamp: 20040505173837Z
entryCSN: 20040505173837Z#000001#00#000000
modifiersName: cn=ldapadmin,ou=admins,dc=svt,dc=se
modifyTimestamp: 20040505173837Z


ou=test,dc=svt,dc=se exists, and cn=repltest,ou=test,dc=svt,dc=se does not exist on the slave

what could be the problem?

thanks for any insight you might have
-frank