mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
ef9169bfa6
In the future, we might simply randomly generate this, or allow the admin to specify it seperate to the admin password. However, both are highly sensitive, as they imply read access to the krbtgt. Andrew Bartlett (This used to be commit 57d19ad002c523fb9a09694e6710ab7f588d44ec)
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
dn: cn=replicator
|
|
objectClass: top
|
|
objectClass: person
|
|
cn: replicator
|
|
userPassword:: ${MMR_PASSWORD_B64}
|
|
structuralObjectClass: person
|
|
entryUUID: ${UUID}
|
|
creatorsName:
|
|
createTimestamp: ${LDAPTIME}
|
|
entryCSN: 20080714010529.241039Z#000000#000#000000
|
|
modifiersName:
|
|
modifyTimestamp: ${LDAPTIME}
|