Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
6359f7d2
Commit
6359f7d2
authored
8 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Syncrepl, part1
parent
614b157a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/Sdi/ldap.xml
+22
-2
22 additions, 2 deletions
Doc/Sdi/ldap.xml
with
22 additions
and
2 deletions
Doc/Sdi/ldap.xml
+
22
−
2
View file @
6359f7d2
...
@@ -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=
"http
s
://
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>
h
db
</quote>
with
<quote>
mdb
</quote>
procedure
</link>
by replacing
<quote>
b
db
</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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment