1 # Accounts for selfjoin (joins DC to itself)
3 # Object under "Domain Controllers"
4 dn: CN=$
{NETBIOSNAME
},OU=Domain Controllers
,$
{DOMAINDN
}
7 objectClass: organizationalPerson
10 accountExpires
: 9223372036854775807
11 dNSHostName
: $
{DNSNAME
}
12 # "MSDFSR-ComputerReferenceBL" doesn't exist since we still miss DFSR support
13 # "isCritcalSystemObject" is now filled in by the samldb LDB module
15 operatingSystem
: Samba
16 operatingSystemVersion
: $
{SAMBA_VERSION_STRING
}
17 sAMAccountName
: $
{NETBIOSNAME
}$
18 # The "servicePrincipalName" updates are now handled by the "samba_spnupdate"
20 userAccountControl
: 532480
21 clearTextPassword
:: $
{MACHINEPASS_B64
}
22 objectSid
: $
{DOMAINSID
}-$
{DCRID
}
24 dn: CN=RID Set
,CN=$
{NETBIOSNAME
},OU=Domain Controllers
,$
{DOMAINDN
}
26 rIDAllocationPool
: $
{RIDALLOCATIONSTART
}-$
{RIDALLOCATIONEND
}
27 rIDPreviousAllocationPool
: $
{RIDALLOCATIONSTART
}-$
{RIDALLOCATIONEND
}
29 rIDNextRID
: $
{RIDALLOCATIONSTART
}