doc-xml/smbdotconf: fix server [min|max] protocol documentation
[Samba/gebeck_regimport.git] / source4 / setup / provision_dns_add_samba.ldif
blob7fb2e7896158dee181e66411811c11ac3100f067
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