My ODmaster has this error showing up in Server Admin:
Address Result
IP.of.OD.rep ERROR (See /var/run/openldap-slurp/replica/IP.of.OD.rep.rej)
When I look at the .rej file, there are many “ERROR: No such object” for various users. This was working fine a few days ago when I demoted the replica and repromoted it to replica.
The reason for the demotion and repromotion was this:
http://docs.info.apple.com/article.html?path=ServerAdmin/10.4/en/c8od13.html
I had to trim out a great many orphaned/duplicate user password slots from our password database and decided the best way to handle the replica was to start fresh.
There are 17 seperate dn entries in the .rej file, but some are duplicates… 7 affected accounts in total (6 of which were deleted a day ago)
Here is an example:
ERROR: No such object
replica: IP.of.OD.rep:389
time: 1177715709.1
dn: uid=user1,cn=users,dc=host,dc=example,dc=com
changetype: modify
delete: apple-mcxflags
ERROR: No such object
replica: IP.of.OD.rep:389
time: 1178062036.6
dn: uid=user2,cn=users,dc=host,dc=example,dc=com
changetype: delete
I’m assuming that it’s logging the error because it can’t find the specified DN on the replica? Am I correct to assume that only the DNs listed in the error file are failing to be sync’d?
Many regards!
Comments are closed