summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.h')
-rw-r--r--source4/librpc/ndr/ndr_lsa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h
index 3ef03516ae..21060b6058 100644
--- a/source4/librpc/ndr/ndr_lsa.h
+++ b/source4/librpc/ndr/ndr_lsa.h
@@ -133,9 +133,15 @@ struct lsa_AuditEventsInfo {
struct lsa_AuditSettings *settings;
};
+struct lsa_PrimaryDomainInfo {
+ struct lsa_Name name;
+ struct dom_sid2 *sid;
+};
+
union lsa_PolicyInformation {
/* [case(1)] */ struct lsa_AuditLogInfo audit_log;
/* [case(2)] */ struct lsa_AuditEventsInfo audit_events;
+/* [case(3)] */ struct lsa_PrimaryDomainInfo domain;
};
struct lsa_QueryInfoPolicy {