s4-param: use "state directory" and "cache directory" options
[Samba/gebeck_regimport.git] / source4 / setup / provision_dns_add_samba.ldif
blob6c664d910b32f4842d8b1a3bab211b4900908eec
1 # NOTE: This account is SAMBA4 specific!
2 # we have it to avoid the need for the bind daemon to
3 # have access to the whole secrets.keytab for the domain,
4 # otherwise bind could impersonate any user
5 dn: CN=dns-${HOSTNAME},CN=Users,${DOMAINDN}
6 objectClass: top
7 objectClass: person
8 objectClass: organizationalPerson
9 objectClass: user
10 description: DNS Service Account for ${HOSTNAME}
11 userAccountControl: 512
12 accountExpires: 9223372036854775807
13 sAMAccountName: dns-${HOSTNAME}
14 servicePrincipalName: DNS/${DNSNAME}
15 servicePrincipalName: DNS/${DNSDOMAIN}
16 clearTextPassword:: ${DNSPASS_B64}
17 isCriticalSystemObject: TRUE