svn commit: lorikeet r555 - in trunk/heimdal/lib/hdb: .

abartlet at samba.org abartlet at samba.org
Tue Jun 6 04:52:32 GMT 2006


Author: abartlet
Date: 2006-06-06 04:52:31 +0000 (Tue, 06 Jun 2006)
New Revision: 555

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

Log:
Merge fix for missing hdb flags from Samba4.

Andrew Bartlett

Modified:
   trunk/heimdal/lib/hdb/keytab.c


Changeset:
Modified: trunk/heimdal/lib/hdb/keytab.c
===================================================================
--- trunk/heimdal/lib/hdb/keytab.c	2006-06-02 15:15:03 UTC (rev 554)
+++ trunk/heimdal/lib/hdb/keytab.c	2006-06-06 04:52:31 UTC (rev 555)
@@ -218,7 +218,7 @@
 	(*db->hdb_destroy)(context, db);
 	return ret;
     }
-    ret = (*db->hdb_fetch)(context, db, principal, HDB_F_DECRYPT, &ent);
+    ret = (*db->hdb_fetch)(context, db, principal, HDB_F_DECRYPT|HDB_F_GET_CLIENT|HDB_F_GET_SERVER, &ent);
 
 
     /* Shutdown the hdb on error */



More information about the samba-cvs mailing list