summaryrefslogtreecommitdiff
path: root/source4/setup/secrets.ldif
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-02-03 23:07:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:43 -0500
commit1d9ffbbe67b280542bb70de34753e55fc9128718 (patch)
treefe17103857a579fcf1c3d626452ecdf9a6c4b052 /source4/setup/secrets.ldif
parent34aa19cafe8d19412123d92b735e8afda5e0a87d (diff)
downloadsamba-1d9ffbbe67b280542bb70de34753e55fc9128718.tar.gz
samba-1d9ffbbe67b280542bb70de34753e55fc9128718.tar.bz2
samba-1d9ffbbe67b280542bb70de34753e55fc9128718.zip
r13320: Fix kpasswd's use of the local HDB. /dev/null was a bad idea, we want
'no filename' instead. Andrew Bartlett (This used to be commit 7de385dca4c40e98a40ef1e769826de8bff64323)
Diffstat (limited to 'source4/setup/secrets.ldif')
-rw-r--r--source4/setup/secrets.ldif4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/secrets.ldif b/source4/setup/secrets.ldif
index 8c3c6917ae..6254ef3b0c 100644
--- a/source4/setup/secrets.ldif
+++ b/source4/setup/secrets.ldif
@@ -51,5 +51,5 @@ whenCreated: ${LDAPTIME}
whenChanged: ${LDAPTIME}
objectSid: ${DOMAINSID}
servicePrincipalName: kadmin/changepw
-krb5Keytab: HDB:ldb:sam.ldb:/dev/null
-#The /dev/null here is a HACK, but it matches the Heimdal format.
+krb5Keytab: HDB:ldb:sam.ldb:
+#The trailing : here is a HACK, but it matches the Heimdal format.