mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
24 lines
721 B
Plaintext
24 lines
721 B
Plaintext
|
#Join the DC to itself by default
|
||
|
|
||
|
dn: CN=${NETBIOSNAME},CN=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}
|