mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
f681306335
provision failures when some of the random password values are illigal
LDIF.
Andrew Bartlett
(This used to be commit 876003f6c6
)
24 lines
726 B
Plaintext
24 lines
726 B
Plaintext
#Join the DC to itself by default
|
|
|
|
dn: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
|
|
objectClass: computer
|
|
cn: ${NETBIOSNAME}
|
|
userAccountControl: 532480
|
|
localPolicyFlags: 0
|
|
primaryGroupID: 516
|
|
accountExpires: 9223372036854775807
|
|
sAMAccountName: ${NETBIOSNAME}$
|
|
sAMAccountType: 805306369
|
|
operatingSystem: Samba
|
|
operatingSystemVersion: 4.0
|
|
dNSHostName: ${DNSNAME}
|
|
isCriticalSystemObject: TRUE
|
|
sambaPassword:: ${MACHINEPASS_B64}
|
|
servicePrincipalName: HOST/${DNSNAME}
|
|
servicePrincipalName: HOST/${NETBIOSNAME}
|
|
servicePrincipalName: HOST/${DNSNAME}/${REALM}
|
|
servicePrincipalName: HOST/${NETBIOSNAME}/${REALM}
|
|
servicePrincipalName: HOST/${DNSNAME}/${DOMAIN}
|
|
servicePrincipalName: HOST/${NETBIOSNAME}/${DOMAIN}
|
|
${HOSTGUID_ADD}
|