summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-09-24 12:53:40 -0700
committerAndrew Bartlett <abartlet@samba.org>2008-09-29 22:34:35 -0700
commit15b686198120cca0aaa305edc0a5e3242b4fa869 (patch)
treeae7e8557fa5ef66085576bb39b74fbc05261cb84
parent6ad78f01a5982666c83025a94ce4ff3729d5db6f (diff)
downloadsamba-15b686198120cca0aaa305edc0a5e3242b4fa869.tar.gz
samba-15b686198120cca0aaa305edc0a5e3242b4fa869.tar.bz2
samba-15b686198120cca0aaa305edc0a5e3242b4fa869.zip
Use the new 'samba4' name for our internal hdb plugin.
-rw-r--r--source4/setup/secrets_dc.ldif2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/secrets_dc.ldif b/source4/setup/secrets_dc.ldif
index abc5860cf7..8ae5578e6b 100644
--- a/source4/setup/secrets_dc.ldif
+++ b/source4/setup/secrets_dc.ldif
@@ -22,7 +22,7 @@ realm: ${REALM}
sAMAccountName: krbtgt
objectSid: ${DOMAINSID}
servicePrincipalName: kadmin/changepw
-krb5Keytab: HDB:ldb:${SAM_LDB}:
+krb5Keytab: HDB:samba4:${SAM_LDB}:
#The trailing : here is a HACK, but it matches the Heimdal format.
# A hook from our credentials system into HDB, as we must be on a KDC,