[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: top-level data entries not replicating, 2.4.15, now 2.4.17
- To: openldap-technical@openldap.org, Quanah Gibson-Mount <quanah@zimbra.com>
- Subject: Re: top-level data entries not replicating, 2.4.15, now 2.4.17
- From: Brian Neu <proclivity76@yahoo.com>
- Date: Fri, 28 Aug 2009 10:21:44 -0700 (PDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1251480104; bh=3J89BlRnGks0SEczm58MPKNf0MT9lqQmdNGLDe6owM0=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bEI65P8aX325FVvdFfwtFkVOiLtb2q2xwfL/cS1QVZk8qZa18egx1A9OYuPy8ThCcoK1Kino5ttorYxgnifZZh1OBBEopAm5YA28XM13bDgI23LECmISF53ZC4eWEIAef/5+OuyQlvQ6XvZ3yDryi3oJQIxFHC1oE5qzl4Jfvec=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=pakLa+5qhBjWNXYJXe5HXmjtVuR6GtB3zYzTxcw5jmNWaajGgyX8HeObP8qeKgZH4XqvudLFjSBtYfT8zL1A1q9hxVANKdTWi8vUCJg14e9QFLO7UP6lGx0p93SNjgG+KkGkByoZoKclzIhFR9OjiDEemv3Yf/q7V9koK8mkvM4=;
- In-reply-to: <5559A349D57669ED944F1B9B@[192.168.1.199]>
--- On Fri, 8/28/09, Quanah Gibson-Mount <quanah@zimbra.com> wrote:
> From: Quanah Gibson-Mount <quanah@zimbra.com>
> Subject: Re: top-level data entries not replicating, 2.4.15, now 2.4.17
> To: "Brian Neu" <proclivity76@yahoo.com>, openldap-technical@openldap.org
> Date: Friday, August 28, 2009, 12:18 PM
> --On Friday, August 28, 2009 8:58 AM
> -0700 Brian Neu <proclivity76@yahoo.com>
> wrote:
>
> > On the consumer, victory3, I'm running this:
> > /etc/init.d/ldap stop && rm -fr
> /var/lib/ldap/*.* /var/lib/ldap/alock &&
> > /etc/init.d/ldap start
> 2>/var/lib/ldap/debug-trace.txt
> >
> > Then on the provider, I'm running an ldapadd on this
> file:
> > <test9.ldif>
> > dn:cn=test9,dc=srg,dc=com
> > objectclass: top
> > objectclass: person
> > userpassword:{MD5}HaaaTaaaaaaaaaaaaaJzaaaaaMg==
> > sn:test9
> > cn:test9
> >
> >
> > Then back to the consumer, I <CTRL+C> to stop
> slapd. I vim
> > /var/lib/ldap/debug-trace.txt and /test9
> . No instance of test9 in the
> > file. No instance of any of the top-level data
> entries, though it's a
> > 643MB file.
> >
> > I'm at a loss.
>
> Can you please bind as the replicator credentials to the
> master, and verify it can see these entries?
>
> I.e.,
>
> ldapsearch -x -H ldap://victory2.srg.com:389 -D
> "cn=replicator,dc=srg,dc=com" -W -b "dc=srg,dc=com"
> cn=test9
Worked fine.
> Also, search the accesslog db:
>
> ldapsearch -x -H ldap://victory2.srg.com:389 -D
> "cn=replicator,dc=srg,dc=com" -W -b "cn=accesslog"
Appears to also work fine, see below results.
> And see if it can see the add operation for that entry in
> there too.
>
> Also, make sure the add operation for that entry exists in
> the accesslog db either way (using the rootdn credentials if
> you can't see it with the replicator ones).
>
> --Quanah
queried as replicator from the consumer . . . .
# extended LDIF
#
# LDAPv3
# base <cn=accesslog> with scope subtree
# filter: (objectclass=*)
# requesting: ALL
#
# accesslog
dn: cn=accesslog
objectClass: auditContainer
cn: accesslog
# 20090828143237.000001Z, accesslog
dn: reqStart=20090828143237.000001Z,cn=accesslog
objectClass: auditAdd
reqStart: 20090828143237.000001Z
reqEnd: 20090828143237.000002Z
reqType: add
reqSession: 1417
reqAuthzID: cn=Manager,dc=srg,dc=com
reqDN: cn=test9,dc=srg,dc=com
reqResult: 0
reqMod: objectClass:+ top
reqMod: objectClass:+ person
reqMod: userPassword:+ {MD5}blah
reqMod: sn:+ test9
reqMod: cn:+ test9
reqMod: structuralObjectClass:+ person
reqMod: entryUUID:+ bce8a427-6d66-491d-b790-e80afc6f0112
reqMod: creatorsName:+ cn=Manager,dc=srg,dc=com
reqMod: createTimestamp:+ 20090828143237Z
reqMod: entryCSN:+ 20090828143237.174926Z#000000#000#000000
reqMod: modifiersName:+ cn=Manager,dc=srg,dc=com
reqMod: modifyTimestamp:+ 20090828143237Z
# search result
search: 2
result: 0 Success
# numResponses: 3
# numEntries: 2