summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-08-24 14:00:58 +1000
committerKarolin Seeger <kseeger@samba.org>2008-09-08 11:25:47 +0200
commitb6729d624129a122efe9c61293abb75e5abc923c (patch)
tree24e2ba990704f363acee8e3dd05d7b92c71475e5 /source/librpc
parentda5cfd914492240b01269daeee314524680de817 (diff)
downloadsamba-b6729d624129a122efe9c61293abb75e5abc923c.tar.gz
samba-b6729d624129a122efe9c61293abb75e5abc923c.tar.xz
samba-b6729d624129a122efe9c61293abb75e5abc923c.zip
Handle arbitrary new PAC types
When MS introduces a new PAC type, we should just ignore it, not generate a parse error. New PAC info structures are supposed to be backwards compatible with old ones (cherry picked from commit 2971b926c835412b02c93ad1e30f1471bc0a3612) (cherry picked from commit 843e9ebbf63f84270f8638a8e79538523b2148a8)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/krb5pac.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/librpc/idl/krb5pac.idl b/source/librpc/idl/krb5pac.idl
index 7c2f72d3cb9..c039502d239 100644
--- a/source/librpc/idl/krb5pac.idl
+++ b/source/librpc/idl/krb5pac.idl
@@ -70,7 +70,7 @@ interface krb5pac
[case(PAC_TYPE_SRV_CHECKSUM)] PAC_SIGNATURE_DATA srv_cksum;
[case(PAC_TYPE_KDC_CHECKSUM)] PAC_SIGNATURE_DATA kdc_cksum;
[case(PAC_TYPE_LOGON_NAME)] PAC_LOGON_NAME logon_name;
- [case(PAC_TYPE_UNKNOWN_12)] [subcontext(0)] DATA_BLOB_REM unknown;
+ [default] [subcontext(0)] DATA_BLOB_REM unknown;
/* [case(PAC_TYPE_UNKNOWN_12)] PAC_UNKNOWN_12 unknown; */
} PAC_INFO;