diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-09-24 12:53:40 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-09-29 22:34:35 -0700 |
commit | 15b686198120cca0aaa305edc0a5e3242b4fa869 (patch) | |
tree | ae7e8557fa5ef66085576bb39b74fbc05261cb84 /source4/setup | |
parent | 6ad78f01a5982666c83025a94ce4ff3729d5db6f (diff) | |
download | samba-15b686198120cca0aaa305edc0a5e3242b4fa869.tar.gz samba-15b686198120cca0aaa305edc0a5e3242b4fa869.tar.bz2 samba-15b686198120cca0aaa305edc0a5e3242b4fa869.zip |
Use the new 'samba4' name for our internal hdb plugin.
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/secrets_dc.ldif | 2 |
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, |