summaryrefslogtreecommitdiff
path: root/source4/libcli/ndr/ndr_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/ndr/ndr_lsa.h')
-rw-r--r--source4/libcli/ndr/ndr_lsa.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/libcli/ndr/ndr_lsa.h b/source4/libcli/ndr/ndr_lsa.h
index cfdd98e24e..0cc43b5f86 100644
--- a/source4/libcli/ndr/ndr_lsa.h
+++ b/source4/libcli/ndr/ndr_lsa.h
@@ -57,3 +57,16 @@ struct lsa_OpenPolicy2 {
NTSTATUS status;
} out;
};
+
+struct lsa_EnumSids {
+ struct {
+ struct policy_handle *handle;
+ uint32 start_at;
+ uint32 num_entries;
+ } in;
+ struct {
+ uint32 num_entries;
+ struct dom_sid **sids;
+ NTSTATUS status;
+ } out;
+};