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

abartlet at samba.org abartlet at samba.org
Fri Sep 22 19:39:28 GMT 2006


Author: abartlet
Date: 2006-09-22 19:39:27 +0000 (Fri, 22 Sep 2006)
New Revision: 18827

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

Log:
I forgot to commit this:

Make kpasswdd use the new prototype for
_krb5_principalname2krb5_principal()

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/kdc/kpasswdd.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/kpasswdd.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/kpasswdd.c	2006-09-22 18:39:49 UTC (rev 18826)
+++ branches/SAMBA_4_0/source/kdc/kpasswdd.c	2006-09-22 19:39:27 UTC (rev 18827)
@@ -280,7 +280,8 @@
 							reply);
 		}
 		if (chpw.targname && chpw.targrealm) {
-			if (_krb5_principalname2krb5_principal(&principal, *chpw.targname, 
+			if (_krb5_principalname2krb5_principal(kdc->smb_krb5_context->krb5_context,
+							       &principal, *chpw.targname, 
 							       *chpw.targrealm) != 0) {
 				free_ChangePasswdDataMS(&chpw);
 				return kpasswdd_make_error_reply(kdc, mem_ctx, 



More information about the samba-cvs mailing list