[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: top-level data entries not replicating, 2.4.15
- To: Jonathan Clarke <jonathan@phillipoux.net>
- Subject: Re: top-level data entries not replicating, 2.4.15
- From: Brian Neu <proclivity76@yahoo.com>
- Date: Thu, 20 Aug 2009 05:39:43 -0700 (PDT)
- Cc: openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1250771983; bh=cdsyZqj9wKsnxK6Xo3aHockqE3/0j9QIDSDu6wM32Bk=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Mu34ft4urekSiL8aMAEE1P8qzJ7ZPQ0Q5K0HXLTimB8Bz8OjRHChNUAAQfwtD+cxvc4cefYPNx7j3Xf8K55RQhu1yvmSeSVLB3FFnmT0IQLeBJIvC5EtEJQYgjHfn0y7M90tSRIcnuR4tsNWQYSxHS1qQUk6DklhdNZP9kQD8vg=
- 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:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Chg0R/ak7rgYsBPqH7a+A8M+5NxpU9VBPXo0zYyone9dFbXwtbzhVaaLqs0KHGjW0GlXBaPpRHnpcetK71+36IVF1LD6ZFr/1yLIM5wwhkLtSgx1z/Xd8azchMFPKft+J16aqU17/MwAdN98Q6JjNQ6A7CwY36if4JDDvcHsXmE=;
- In-reply-to: <4A8D3B61.8070907@phillipoux.net>
Forgive me if pasting here is bad etiquette.
<consumer slapd.conf>
include /etc/openldap/schema/corba.schema
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/duaconf.schema
include /etc/openldap/schema/dyngroup.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/java.schema
include /etc/openldap/schema/misc.schema
include /etc/openldap/schema/nis.schema
include /etc/openldap/schema/openldap.schema
include /etc/openldap/schema/ppolicy.schema
include /etc/openldap/schema/collective.schema
include /etc/openldap/schema/samba.schema
allow bind_v2
pidfile /var/run/openldap/slapd.pid
argsfile /var/run/openldap/slapd.args
TLSCACertificateFile /etc/openldap/cacerts/cavictory2.crt
TLSCertificateFile /etc/openldap/keys/victory3cert.pem
TLSCertificateKeyFile /etc/openldap/keys/victory3key.pem
database hdb
suffix "dc=srg,dc=com"
checkpoint 1024 15
rootdn "cn=Manager,dc=srg,dc=com"
rootpw {MD5}blah
directory /var/lib/ldap
index objectClass eq,pres
index ou,cn,mail,surname,givenname eq,pres,sub
index uidNumber,gidNumber,loginShell eq,pres
index uid,memberUid eq,pres,sub
index nisMapName,nisMapEntry eq,pres,sub
syncrepl rid=0
provider=ldap://victory2.srg.com:389
bindmethod=simple
starttls=critical
binddn="cn=replicator,dc=srg,dc=com"
credentials=blah
searchbase="dc=srg,dc=com"
logbase="cn=accesslog"
schemachecking=on
type=refreshAndPersist
retry="60 +"
syncdata=accesslog
updateref ldaps://victory2.srg.com
database monitor
access to *
by dn.exact="cn=Manager,dc=srg,dc=com" write
by * none
</consumer slapd.conf>
--- On Thu, 8/20/09, Jonathan Clarke <jonathan@phillipoux.net> wrote:
> From: Jonathan Clarke <jonathan@phillipoux.net>
> Subject: Re: top-level data entries not replicating, 2.4.15
> To: "Brian Neu" <proclivity76@yahoo.com>
> Cc: openldap-technical@openldap.org
> Date: Thursday, August 20, 2009, 8:02 AM
> On 19/08/2009 19:29, Brian Neu
> wrote:
> > Even with no logfilter on the consumer,
> >
> cn=replicator,dc=domain,dc=com&
> >
> sambaDomainName=SRG,dc=domain,dc=com
> >
> > don't replicate, even after wiping the database and
> restarting. Everything else seems to replicate fine.
> >
> > How do I get top-level data entries to replicate?
>
> This really depends on your syncrepl configuration on the
> consumer.
> If you provide it here, maybe we can take a look.
>
> Aside from that, the latest version, 2.4.17, contains a few
> fixes that
> might help with this problem.
>
> Jonathan
>