mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
1cc770fc58
that we had the wrong objectClass for OU=Domain
Controllers,${DOMAINDN} (was CN=Domain Controllers,${DOMAINDN})
This fixes both the SAMR server and the LDIF templates.
Andrew Bartlett
(This used to be commit 625a9e6c04
)
24 lines
721 B
Plaintext
24 lines
721 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}
|
|
servicePrincipalName: HOST/${DNSNAME}
|
|
servicePrincipalName: HOST/${NETBIOSNAME}
|
|
servicePrincipalName: HOST/${DNSNAME}/${REALM}
|
|
servicePrincipalName: HOST/${NETBIOSNAME}/${REALM}
|
|
servicePrincipalName: HOST/${DNSNAME}/${DOMAIN}
|
|
servicePrincipalName: HOST/${NETBIOSNAME}/${DOMAIN}
|
|
${HOSTGUID_ADD}
|