summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_samr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/ndr/ndr_samr.h')
-rw-r--r--source4/librpc/ndr/ndr_samr.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/source4/librpc/ndr/ndr_samr.h b/source4/librpc/ndr/ndr_samr.h
index 20b58685de..f24dde1ec5 100644
--- a/source4/librpc/ndr/ndr_samr.h
+++ b/source4/librpc/ndr/ndr_samr.h
@@ -53,24 +53,27 @@ struct samr_Shutdown {
};
+struct samr_Name {
+ uint16 name_len;
+ uint16 name_size;
+ const char *name;
+};
+
struct samr_LookupDomain {
struct {
+ struct policy_handle *handle;
+ struct samr_Name *domain;
} in;
struct {
+ struct dom_sid2 *sid;
NTSTATUS result;
} out;
};
-struct samr_Name {
- uint16 name_len;
- uint16 name_size;
- const char *name;
-};
-
struct samr_SamEntry {
- uint32 rid;
+ uint32 idx;
struct samr_Name name;
};
@@ -645,7 +648,7 @@ struct samr_CONNECT3 {
};
-struct samr_CONNECT4 {
+struct samr_Connect4 {
struct {
const char *system_name;
uint32 unknown;