Skip to content
Snippets Groups Projects
Commit 6359f7d2 authored by Goik Martin's avatar Goik Martin
Browse files

Syncrepl, part1

parent 614b157a
No related branches found
No related tags found
No related merge requests found
...@@ -667,10 +667,30 @@ modifying entry "olcDatabase={0}config,cn=config"</programlisting> ...@@ -667,10 +667,30 @@ modifying entry "olcDatabase={0}config,cn=config"</programlisting>
<para>Depending on your database backend choice you may have to alter <para>Depending on your database backend choice you may have to alter
the <link the <link
xlink:href="https://help.ubuntu.com/lts/serverguide/openldap-server.html#openldap-provider-configuration">installation xlink:href="http://www.zytrax.com/books/ldap/ch7/#ol-syncrepl-rap-olc">installation
procedure</link> by replacing <quote>hdb</quote> with <quote>mdb</quote> procedure</link> by replacing <quote>bdb</quote> with <quote>mdb</quote>
accordingly both on the provider and the consumer side.</para> accordingly both on the provider and the consumer side.</para>
<para>Hints:</para>
<orderedlist>
<listitem>
<para>Activating the syncprov overlay requires an additional
<property>olcModuleLoad</property> value:</para>
<programlisting language="none">dn: cn=module{0},cn=config
objectClass: olcModuleList
cn: module{0}
olcModuleLoad: {0}back_mdb
<emphasis role="bold">olcModuleLoad: {1}syncprov</emphasis>
olcModulePath: /usr/lib/ldap</programlisting>
</listitem>
<listitem>
<para/>
</listitem>
</orderedlist>
<para>Check for provider changes being propagated to the <para>Check for provider changes being propagated to the
consumer.</para> consumer.</para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment