summaryrefslogtreecommitdiff
path: root/source4/setup/cn=replicator.ldif
diff options
context:
space:
mode:
authorOliver Liebel <oliver@itc.li>2008-09-08 14:39:54 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-09-08 14:39:54 +1000
commitb76f383eefe961e8a2f42ac782031e3e09ff7192 (patch)
tree61660ccf360213e6e4609b308726b31cfb13c9f2 /source4/setup/cn=replicator.ldif
parenta33eaf564fed201994e799c0f724cd41a3848dc5 (diff)
downloadsamba-b76f383eefe961e8a2f42ac782031e3e09ff7192.tar.gz
Use DIGEST-MD5 authentication for OpenLDAP replication
This avoids passing rootdn passwords or replicated data in cleartext across the network. Signed-of-by: Andrew Bartlett <abartlet@samba.org> (This used to be commit 67373c143a1d8a9f310fd116dbf81c1dd123b75f)
Diffstat (limited to 'source4/setup/cn=replicator.ldif')
-rw-r--r--source4/setup/cn=replicator.ldif12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/setup/cn=replicator.ldif b/source4/setup/cn=replicator.ldif
new file mode 100644
index 00000000000..e7c5a2408c4
--- /dev/null
+++ b/source4/setup/cn=replicator.ldif
@@ -0,0 +1,12 @@
+dn: cn=replicator
+objectClass: top
+objectClass: person
+cn: replicator
+userPassword:: ${LDAPADMINPASS_B64}
+structuralObjectClass: person
+entryUUID: ${UUID}
+creatorsName:
+createTimestamp: ${LDAPTIME}
+entryCSN: 20080714010529.241039Z#000000#000#000000
+modifiersName:
+modifyTimestamp: ${LDAPTIME}