svn commit: samba r7765 - in branches/SAMBA_4_0/source/kdc: .

abartlet at samba.org abartlet at samba.org
Sun Jun 19 22:46:12 GMT 2005


Author: abartlet
Date: 2005-06-19 22:46:12 +0000 (Sun, 19 Jun 2005)
New Revision: 7765

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

Log:
Thanks to Maurice Massar <massar at unix-ag.uni-kl.de> for spotting that
I missed one spot in moving from hdb_ent_type to the
internal-to-hdb-ldb hdb_ldb_ent_type, which results in a

Kerberos: Server has invalid flag set -- krbtgt/.... at ....

on kinit. 

Andrew Bartlett


Modified:
   branches/SAMBA_4_0/source/kdc/hdb-ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2005-06-19 22:34:28 UTC (rev 7764)
+++ branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2005-06-19 22:46:12 UTC (rev 7765)
@@ -820,7 +820,7 @@
 	}
 	if (ret == 0) {
 		ret = LDB_message2entry(context, db, mem_ctx, 
-					principal, ent_type, 
+					principal, ldb_ent_type, 
 					realm_msg[0], msg[0], entry);
 		if (ret != 0) {
 			krb5_warnx(context, "LDB_fetch: message2entry failed\n");	



More information about the samba-cvs mailing list