summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/mapping.h7
-rw-r--r--source3/include/rpc_samr.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/mapping.h b/source3/include/mapping.h
index fdaa2b0453..cd213cfc11 100644
--- a/source3/include/mapping.h
+++ b/source3/include/mapping.h
@@ -29,5 +29,12 @@ typedef struct _GROUP_MAP {
enum SID_NAME_USE sid_name_use;
fstring nt_name;
fstring comment;
+
+ /* Here we store SIDs that we can be sure of to be of type
+ * SID_NAME_DOM_GRP, so it's a Domain Group which can not be
+ * represented via /etc/group memberships. */
+
+ int num_member;
+ DOM_SID *alias_members;
} GROUP_MAP;
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index a8ca504c8f..111e62c355 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -1076,6 +1076,7 @@ typedef struct samr_group_info3
typedef struct samr_group_info4
{
+ uint16 level;
UNIHDR hdr_acct_desc;
UNISTR2 uni_acct_desc;