summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/krb5pac.idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-30 01:04:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:57 -0500
commitddffc922dfdc2572dc622d5fdb89095d356a83e9 (patch)
tree6bc48bfb6a905a6654ea05ae029daeb92a865403 /source4/librpc/idl/krb5pac.idl
parent0a8d694e806a770395f5a165d56b9b8ea9ce94b8 (diff)
downloadsamba-ddffc922dfdc2572dc622d5fdb89095d356a83e9.tar.gz
samba-ddffc922dfdc2572dc622d5fdb89095d356a83e9.tar.bz2
samba-ddffc922dfdc2572dc622d5fdb89095d356a83e9.zip
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)
Diffstat (limited to 'source4/librpc/idl/krb5pac.idl')
-rw-r--r--source4/librpc/idl/krb5pac.idl2
1 files changed, 1 insertions, 1 deletions
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;