[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Message "not mine" in Slurpd
Hello,
I'm problem with Slurpd.
My file slapd.conf in master is:
...
replica host=slave.test.com:389
binddn="cn=Manager,o=univates,c=br"
bindmethod=simple credentials=secret
replogfile /var/log/slurpd.log
database ldbm
suffix "o=univates,c=br"
rootdn "cn=Manager,o=univates,c=br"
rootpw secret
...
And the slapd in slave.test.com:
....
database ldbm
suffix "o=univates,c=br"
rootdn "cn=Manager,o=univates,c=br"
updatedn "cn=Manager,o=univates,c=br"
rootpw secret
....
When I modify one entry in master......
#slurpd -d -1
new work in /var/log/slurpd.log
copy replog "/var/log/slurpd.log" to
"/usr/local/var/openldap-slurp/replica/slurpd.replog"
Replica slave.test.com:389, skip repl record for
uid=marcone,ou=People,o=univates,c=br (not mine)
And not modify in slave. What is this message "not mine" ?
The database in master and slave is the same.
Thank's.