summaryrefslogtreecommitdiff
path: root/source4/setup/secrets_dns.ldif
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-09-19 20:40:17 -0700
committerAndrew Bartlett <abartlet@samba.org>2009-09-20 16:29:37 -0700
commit509a2bb97c5ccb13c4c2f885f3961f2880aceb91 (patch)
treea5f84fafb1447ad505adf41920ef32c6121ff844 /source4/setup/secrets_dns.ldif
parent11bfbc516077d1cead94d0bc70ef24267b9014e7 (diff)
downloadsamba-509a2bb97c5ccb13c4c2f885f3961f2880aceb91.tar.gz
samba-509a2bb97c5ccb13c4c2f885f3961f2880aceb91.tar.bz2
samba-509a2bb97c5ccb13c4c2f885f3961f2880aceb91.zip
s4:provision split provision of DNS zone and self join keytab
Diffstat (limited to 'source4/setup/secrets_dns.ldif')
-rw-r--r--source4/setup/secrets_dns.ldif11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/setup/secrets_dns.ldif b/source4/setup/secrets_dns.ldif
new file mode 100644
index 0000000000..8a19733d19
--- /dev/null
+++ b/source4/setup/secrets_dns.ldif
@@ -0,0 +1,11 @@
+#Update a keytab for the external DNS server to use
+dn: servicePrincipalName=DNS/${DNSDOMAIN},CN=Principals
+objectClass: top
+objectClass: secret
+objectClass: kerberosSecret
+realm: ${REALM}
+servicePrincipalName: DNS/${DNSDOMAIN}
+msDS-KeyVersionNumber: 1
+privateKeytab: ${DNS_KEYTAB}
+secret:: ${DNSPASS_B64}
+