svn commit: samba r13320 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Fri Feb 3 23:07:58 GMT 2006


Author: abartlet
Date: 2006-02-03 23:07:58 +0000 (Fri, 03 Feb 2006)
New Revision: 13320

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13320

Log:
Fix kpasswd's use of the local HDB.  /dev/null was a bad idea, we want
'no filename' instead.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/secrets.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/setup/secrets.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/secrets.ldif	2006-02-03 22:43:16 UTC (rev 13319)
+++ branches/SAMBA_4_0/source/setup/secrets.ldif	2006-02-03 23:07:58 UTC (rev 13320)
@@ -51,5 +51,5 @@
 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. 



More information about the samba-cvs mailing list