summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 2cc59b3f96..a007b95b18 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -35,4 +35,20 @@ struct wbint_LookupSid {
};
+
+struct wbint_LookupName {
+ struct {
+ const char *domain;/* [ref,charset(UTF8)] */
+ const char *name;/* [ref,charset(UTF8)] */
+ uint32_t flags;
+ } in;
+
+ struct {
+ enum lsa_SidType *type;/* [ref] */
+ struct dom_sid *sid;/* [ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */