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

Ang. slurpd fails to add to replica




if slurpd (binding with cn=Manager...) fails to add an entry to a slave with:

"ERROR: Constraint violation: structuralObjectClass: no user modification allowed"

but at the same time, I am able to add that entry from the master to the slave with ldapadd just fine (binding with cn=Manager...)

- what could possibly be wrong?

(I am using openldap 2.2.10, master is solaris9, slave is solaris8)

thanks for any insight you might have



Frank Hoffsummer <frank.hoffsummer@svt.se>
Sänt av: owner-openldap-software@OpenLDAP.org

04-05-05 19.45

Till
openldap-software@OpenLDAP.org
Kopia
Ärende
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