mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
a6b842f963
This reworks our LDAP backend code to move from anonymous access to a
shared-secret SASL-protected connection. (SASL selects NTLM or
DIGEST-MD5 on my system).
To get this working, we must pre-populate the LDAP backend with a DN
to store ths SASL secret on, and we use back-ldif for this.
This gives us a reasonable basis to deploy a replicated OpenLDAP
backend solution.
Andrew Bartlett
(This used to be commit cd0745253c
)
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
dn: cn=Samba
|
|
objectClass: top
|
|
objectClass: container
|
|
cn: Samba
|
|
structuralObjectClass: container
|
|
entryUUID: b1d4823a-e58c-102c-9f74-51b6d59a1b68
|
|
creatorsName:
|
|
createTimestamp: 20080714010529Z
|
|
entryCSN: 20080714010529.194412Z#000000#000#000000
|
|
modifiersName:
|
|
modifyTimestamp: 20080714010529Z
|