Re: Antw: Re: Removing Berkeley DB Log Files
by Quanah Gibson-Mount
--On Thursday, August 31, 2017 9:51 AM +0200 Ulrich Windl
<Ulrich.Windl(a)rz.uni-regensburg.de> wrote:
> Also note "olcDbConfig: <DB_CONFIG setting>" is probably the modern way
> to do it.
The "modern" way of doing things is to not use back-{bdb|hdb} at all.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
4 years, 11 months
Re: pwdfailuretime with multi-sync
by Quanah Gibson-Mount
--On Wednesday, August 30, 2017 9:21 AM -0700 Quanah Gibson-Mount
<quanah(a)symas.com> wrote:
> --On Wednesday, August 30, 2017 2:49 PM +0800 Chris Leung
> <chris(a)q-station.net> wrote:
>
>> Sometime, the user password is replicated without problem after switched
>> to REFRESH, however, sometime password can't be sync.
>
> Error 16 means "no such attribute exists". My guess would be you have
> ACLs that block your replica from replicating userPassword. I'd also
> guess that you originally loaded the replica via a slapcat of the other
> master, so some accounts have passwords, and others don't. This is all
> guesswork of course, but it would match the behavior you're seeing.
Also, I would confirm that you have identical overlay configurations
between the two masters. It sounds like on has ppolicy and perhaps the
other one doesn't? Also be sure and read the ppolicy manpage closely on
replication behavior.
--Quanah
--
Quanah Gibson-Mount
Product Architect
Symas Corporation
Packaged, certified, and supported LDAP solutions powered by OpenLDAP:
<http://www.symas.com>
4 years, 11 months
N-Way replication configuration
by rammohan ganapavarapu
Hi,
I have a basic question in N-Way Multi master replication configuration,
For example i have 3 servers and i wanted to setup N-Way replication across
those servers, in the "olcSyncRepl" configuration do i have to include the
Nth server it self?
On each server:
olcSyncRepl: rid=001 provider=$URI1
olcSyncRepl: rid=002 provider=$URI2
olcSyncRepl: rid=003 provider=$URI3
VS
Server1:
olcSyncRepl: rid=002 provider=$URI2
olcSyncRepl: rid=003 provider=$URI3
Server2:
olcSyncRepl: rid=001 provider=$URI1
olcSyncRepl: rid=003 provider=$URI3
Server3:
olcSyncRepl: rid=001 provider=$URI1
olcSyncRepl: rid=002 provider=$URI2
Which one is the right way to do?
Also what is the significance of "olcServerID" do we have keep every
server "olcServerID" in each server?
Thanks,
Ram
4 years, 11 months