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

Re: slurpd replication, "entryCSN: no user modification allowed"



At 04:13 AM 6/4/2004, Gavin White wrote:


>Frank Swasey wrote:
>
>>Today at 8:34am, Gavin White wrote:
>>
>>>This doesn't really make sense - can anyone shed some light?
>>
>>- What version of openldap are you running?
>>- What OS are you running it on?
>>- Please show us the replica stanza from your master slapd.conf file
>>- Please show us the updatedn value from your replica (slave) slapd.conf
>>file(s)
>
>Snipped, from an earlier post:
>
>on the server, my slapd.conf has:
>rootdn          "uid=root,dc=mydomain,dc=com"
>replica         host=ldap://ldap2.mydomain.com:389
>                binddn="uid=root,dc=domain,dc=com"
>                bindmethod=simple credentials=mypassword
>
>On the slave (ldap2), it has:
>rootdn          "uid=root,dc=mydomain,dc=com"
>updatedn        "uid=root,dc=mydomain,dc=com"

Note that your binddn != updatedn.  (Note as well that
the updatedn of the slave should not be same as the
rootdn of the master.)

Kurt