2009-09-17 23:19:24 +04:00
# Accounts for selfjoin (joins DC to itself)
2007-07-05 10:15:40 +04:00
2009-09-17 23:19:24 +04:00
# Object under "Domain Controllers"
2007-07-10 17:26:10 +04:00
dn: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
2009-06-30 15:52:39 +04:00
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
2007-07-05 10:15:40 +04:00
objectClass: computer
accountExpires: 9223372036854775807
2009-09-17 23:19:24 +04:00
dNSHostName: ${DNSNAME}
2010-02-20 13:15:25 +03:00
# "MSDFSR-ComputerReferenceBL" doesn't exist since we still miss DFSR support
2010-10-07 10:24:29 +04:00
# "isCritcalSystemObject" is now filled in by the samldb LDB module
2009-09-17 23:19:24 +04:00
localPolicyFlags: 0
2015-07-22 13:44:32 +03:00
operatingSystem: ${OPERATING_SYSTEM}
operatingSystemVersion: ${OPERATING_SYSTEM_VERSION}
2009-09-17 23:19:24 +04:00
sAMAccountName: ${NETBIOSNAME}$
userAccountControl: 532480
2010-11-09 15:22:00 +03:00
clearTextPassword:: ${MACHINEPASS_B64}
2010-11-09 15:27:57 +03:00
objectSid: ${DOMAINSID}-${DCRID}
2021-10-27 23:45:36 +03:00
# While some "servicePrincipalName" updates might be handled by the
# "samba_spnupdate" script, we need to get the basics in here before
# we add any others.
servicePrincipalName: HOST/${DNSNAME}
servicePrincipalName: HOST/${NETBIOSNAME}
servicePrincipalName: HOST/${DNSNAME}/${DNSNAME}
2011-08-25 13:15:13 +04:00
dn: CN=RID Set,CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
objectClass: rIDSet
rIDAllocationPool: ${RIDALLOCATIONSTART}-${RIDALLOCATIONEND}
rIDPreviousAllocationPool: ${RIDALLOCATIONSTART}-${RIDALLOCATIONEND}
rIDUsedPool: 0
rIDNextRID: ${RIDALLOCATIONSTART}