summaryrefslogtreecommitdiff
path: root/source4/setup/slapd.conf
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/slapd.conf
parenta33eaf564fed201994e799c0f724cd41a3848dc5 (diff)
downloadsamba-b76f383eefe961e8a2f42ac782031e3e09ff7192.tar.gz
samba-b76f383eefe961e8a2f42ac782031e3e09ff7192.tar.bz2
samba-b76f383eefe961e8a2f42ac782031e3e09ff7192.zip
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/slapd.conf')
-rw-r--r--source4/setup/slapd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/setup/slapd.conf b/source4/setup/slapd.conf
index 141c0cd27a..b64d581e0d 100644
--- a/source4/setup/slapd.conf
+++ b/source4/setup/slapd.conf
@@ -1,5 +1,8 @@
loglevel 0
+### needed for initial content load ###
+sizelimit unlimited
+
### Multimaster-ServerIDs and URLs ###
${MMR_SERVERIDS_CONFIG}
@@ -36,7 +39,7 @@ access to dn.subtree="cn=samba"
by anonymous auth
access to dn.subtree="${DOMAINDN}"
- by dn=cn=samba-admin,cn=samba manage
+ by dn=cn=samba-admin,cn=samba manage${REPLICATOR_ACL}
by dn=cn=manager manage
by * none
@@ -62,7 +65,6 @@ rootdn cn=Manager,cn=Samba
database hdb
suffix ${SCHEMADN}
rootdn cn=Manager,${SCHEMADN}
-rootpw "${MMR_PASSWORD}"
directory ${LDAPDIR}/db/schema
index objectClass eq
index samAccountName eq
@@ -89,7 +91,6 @@ ${MIRRORMODE}
database hdb
suffix ${CONFIGDN}
rootdn cn=Manager,${CONFIGDN}
-rootpw "${MMR_PASSWORD}"
directory ${LDAPDIR}/db/config
index objectClass eq
index samAccountName eq
@@ -118,7 +119,6 @@ ${MIRRORMODE}
database hdb
suffix ${DOMAINDN}
rootdn cn=Manager,${DOMAINDN}
-rootpw "${MMR_PASSWORD}"
directory ${LDAPDIR}/db/user
index objectClass eq
index samAccountName eq