summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/idl/krb5pac.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl
index 50a4c42423..7b4543a3cc 100644
--- a/source4/librpc/idl/krb5pac.idl
+++ b/source4/librpc/idl/krb5pac.idl
@@ -14,11 +14,13 @@ interface krb5pac
typedef struct {
NTTIME logon_time;
[flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name;
+ uint32 _pad;
} UNKNOWN_TYPE_10;
typedef [flag(NDR_PAHEX)] struct {
uint32 type;
- uint8 signature[20];
+ uint8 signature[16];
+ uint32 _pad;
} PAC_SIGNATURE_DATA;
typedef struct {