From ddffc922dfdc2572dc622d5fdb89095d356a83e9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 30 Jun 2005 01:04:51 +0000 Subject: r8001: Also fill in the krbtgt checksum, and make sure to put the right checksum in the right place... Andrew Bartlett (This used to be commit 90d0f502da20add6784c883b2085cde519604933) --- source4/librpc/idl/krb5pac.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl index e3395f8961..71acfd79bd 100644 --- a/source4/librpc/idl/krb5pac.idl +++ b/source4/librpc/idl/krb5pac.idl @@ -19,7 +19,7 @@ interface krb5pac [value(0)] uint32 _pad; } PAC_LOGON_NAME; - typedef [flag(NDR_PAHEX)] struct { + typedef [public,flag(NDR_PAHEX)] struct { uint32 type; uint8 signature[16]; [value(0)] uint32 _pad; -- cgit