summaryrefslogtreecommitdiff
path: root/source4/setup/mmr_syncrepl.conf
diff options
context:
space:
mode:
authorOliver Liebel <oliver@itc.li>2008-08-19 12:03:04 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-08-19 12:03:04 +1000
commit805dd85291fa55695ee7ae2b8f6d3c168d9186e8 (patch)
treeac6da150bdf5b0f09351ea16e25d2166c452bc36 /source4/setup/mmr_syncrepl.conf
parent4bdb752cc51c9f41859f1a43bf5721ae616fa230 (diff)
downloadsamba-805dd85291fa55695ee7ae2b8f6d3c168d9186e8.tar.gz
samba-805dd85291fa55695ee7ae2b8f6d3c168d9186e8.tar.bz2
samba-805dd85291fa55695ee7ae2b8f6d3c168d9186e8.zip
Generate Multi-Master Replication configuration for OpenLDAP
This patches provision-backend and the related scripts to generate the correct configuration blobs for N-way multi-master replication using OpenLDAP. Signed-off-by: Andrew Bartlett <abartlet@samba.org> (This used to be commit 6ed0b3f2475022288f636605492ca27fde97cd52)
Diffstat (limited to 'source4/setup/mmr_syncrepl.conf')
-rw-r--r--source4/setup/mmr_syncrepl.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/setup/mmr_syncrepl.conf b/source4/setup/mmr_syncrepl.conf
new file mode 100644
index 0000000000..857f044ccd
--- /dev/null
+++ b/source4/setup/mmr_syncrepl.conf
@@ -0,0 +1,10 @@
+syncrepl rid=${RID}
+ provider="${LDAPSERVER}:9000"
+ searchbase="${MMRDN}"
+ type=refreshAndPersist
+ retry="10 +"
+ bindmethod=simple
+ binddn="CN=Manager,${MMRDN}"
+ credentials="linux"
+
+