summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-10 10:39:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:03 -0500
commit1757f8355cc54dc4ff9a075787543ef7ebb1dd5e (patch)
tree5f28df480fe697f931f3d43b396d800d65bf5a68 /source4/librpc/idl
parent869ae3b7a05a3840756bb92eaec93933eaa6cc2c (diff)
downloadsamba-1757f8355cc54dc4ff9a075787543ef7ebb1dd5e.tar.gz
samba-1757f8355cc54dc4ff9a075787543ef7ebb1dd5e.tar.bz2
samba-1757f8355cc54dc4ff9a075787543ef7ebb1dd5e.zip
r10145: Allow a variable length signature, so we can support signing with
other than arcfour-hmac-md5. Currently we still fail to verify other signatures however. Andrew Bartlett (This used to be commit 2e5884fc2472c6bcc7e6e083c28a4da6b2f72af1)
Diffstat (limited to 'source4/librpc/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 7a975946d7..ff920b61bf 100644
--- a/source4/librpc/idl/krb5pac.idl
+++ b/source4/librpc/idl/krb5pac.idl
@@ -20,7 +20,7 @@ interface krb5pac
typedef [flag(NDR_PAHEX)] struct {
uint32 type;
- uint8 signature[16];
+ [flag(NDR_REMAINING)] DATA_BLOB signature;
} PAC_SIGNATURE_DATA;
typedef [gensize] struct {