diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-02-03 23:07:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:43 -0500 |
commit | 1d9ffbbe67b280542bb70de34753e55fc9128718 (patch) | |
tree | fe17103857a579fcf1c3d626452ecdf9a6c4b052 | |
parent | 34aa19cafe8d19412123d92b735e8afda5e0a87d (diff) | |
download | samba-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)
-rw-r--r-- | source4/setup/secrets.ldif | 4 |
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. |