mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
6635bb70d3
To do this we need to reorganise a lot of the provision code, so that we can create the framework for the inbound replicaton of the config and schema partitions and then add in the new subdomain locally. Andrew Bartlett
23 lines
764 B
Plaintext
23 lines
764 B
Plaintext
# Accounts for selfjoin (joins DC to itself)
|
|
|
|
# Object under "Domain Controllers"
|
|
dn: CN=${NETBIOSNAME},OU=Domain Controllers,${DOMAINDN}
|
|
objectClass: top
|
|
objectClass: person
|
|
objectClass: organizationalPerson
|
|
objectClass: user
|
|
objectClass: computer
|
|
accountExpires: 9223372036854775807
|
|
dNSHostName: ${DNSNAME}
|
|
# "MSDFSR-ComputerReferenceBL" doesn't exist since we still miss DFSR support
|
|
# "isCritcalSystemObject" is now filled in by the samldb LDB module
|
|
localPolicyFlags: 0
|
|
operatingSystem: Samba
|
|
operatingSystemVersion: ${SAMBA_VERSION_STRING}
|
|
sAMAccountName: ${NETBIOSNAME}$
|
|
# The "servicePrincipalName" updates are now handled by the "samba_spnupdate"
|
|
# script
|
|
userAccountControl: 532480
|
|
clearTextPassword:: ${MACHINEPASS_B64}
|
|
objectSid: ${DOMAINSID}-${DCRID}
|