From 1d9ffbbe67b280542bb70de34753e55fc9128718 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 3 Feb 2006 23:07:58 +0000 Subject: 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) --- source4/setup/secrets.ldif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/setup/secrets.ldif') 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. -- cgit