mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
b76f383eef
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 67373c143a
)
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
# Generated from template mmr_syncrepl.conf
|
|
|
|
syncrepl rid=${RID}
|
|
provider="${LDAPSERVER}"
|
|
searchbase="${MMRDN}"
|
|
type=refreshAndPersist
|
|
retry="10 +"
|
|
bindmethod=sasl
|
|
saslmech=DIGEST-MD5
|
|
authcid="replicator"
|
|
credentials="${MMR_PASSWORD}"
|
|
|