[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Tutorial to start ldap replication ?
- To: openldap-technical@openldap.org
- Subject: Re: Tutorial to start ldap replication ?
- From: Pieter Baele <pieter.baele@gmail.com>
- Date: Mon, 16 Jul 2012 09:42:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yW6iIofh82pyMcNbQ74jpzPyn9PZ+FNcPMJ1Bg8Emiw=; b=eg2okSQcH1SMWCcnz1o2SOyEEDcYhN50Jx2hgdBTCaZCPU2wgJNzjsHN3GEv8FQ2Fs PYwiTCPI6fdkPJ6qPZjQsNFekSDZPCrnM3ud13tMFpCXDOxMEaMWyTjmJybG+1R9K5Et J0M4ZGAmFu4DbvqM5xEIavJZ79PWTQTbDTvAIh1tRDq09T3lvI8r1VWJ+YOACl9lh2mV 0COAU/lmSvUa7o/WIXg9hQfu1FwrUnrc6VELr5hpI2Uq+Cv/eZU2SUAe5GfcLlMTG/aE oCR/xeE+Qg4CFCdrex2aPxehFluTq3CJiK0fb6cHeiSC/HIp0u+IzqEgTqEAqSp8bbEV 6Weg==
- In-reply-to: <5003BF2F.2040506@esiee.fr>
- References: <5003BF2F.2040506@esiee.fr>
On Mon, Jul 16, 2012 at 9:13 AM, Frank Bonnet <f.bonnet@esiee.fr> wrote:
>
> Hello
>
> All is in the subject ! I need to start a replication server.
> Actually I run only one server and would like to start
> another one just in case the main stop/crash.
>
> Both machines runs FreeBSD , slapd is installed from
> FreeBSD ports on both machines, OpenLDAPversion is the same.
>
> Thanks for any pointers/links.
>
1) Understand difference between old style config and cn=config
2) Read and learn about different replication topologies.
Master-Slave, Multi-Master, Proxy.... What you need is syncrepl.
Admin guide: http://www.openldap.org/doc/admin24/replication.html
Replication overview: search for suretec slides: OpenLDAP replication
strategies, Gavin Henry
3) Man pages. Google...
A good book: Mastering OpenLDAP (Packt publishing)
Don't trust on 'Zytrax' documentation!