summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-05-20 14:16:35 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-06-30 07:16:45 +0200
commit4406cf792a599724f55777a45efb6367a9bd92b2 (patch)
treef82b290bca8622faae6873d85ac27315daa2cf00 /librpc
parent0fd4943ea150ecc499fb4b49e836c86ec59ec714 (diff)
downloadsamba-4406cf792a599724f55777a45efb6367a9bd92b2.tar.gz
krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groups
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 30 07:16:45 CEST 2016 on sn-devel-144
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/krb5pac.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/librpc/idl/krb5pac.idl b/librpc/idl/krb5pac.idl
index 1590dbf6ada..e6ebe359ddd 100644
--- a/librpc/idl/krb5pac.idl
+++ b/librpc/idl/krb5pac.idl
@@ -26,9 +26,13 @@ interface krb5pac
} PAC_SIGNATURE_DATA;
typedef struct {
+ dom_sid2 *domain_sid;
+ samr_RidWithAttributeArray groups;
+ } PAC_DOMAIN_GROUP_MEMBERSHIP;
+
+ typedef struct {
netr_SamInfo3 info3;
- dom_sid2 *res_group_dom_sid;
- samr_RidWithAttributeArray res_groups;
+ PAC_DOMAIN_GROUP_MEMBERSHIP resource_groups;
} PAC_LOGON_INFO;
typedef [bitmap32bit] bitmap {