dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source4 / setup / provision_dns_add_samba.ldif
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 clearTextPassword:: ${DNSPASS_B64}
16 isCriticalSystemObject: TRUE