mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
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)
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
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}
|