summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 14:19:03 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:22 -0400
commit292f3f896fa5bc381c88526fc73a6224b8d286f0 (patch)
tree2a90bbb7b15f749aaecbdb38434aa71d7ad4cadb /source3/librpc/gen_ndr/wbint.h
parent9b369ffcf0f113871b00de4229432a74fe436834 (diff)
downloadsamba-292f3f896fa5bc381c88526fc73a6224b8d286f0.tar.gz
samba-292f3f896fa5bc381c88526fc73a6224b8d286f0.tar.bz2
samba-292f3f896fa5bc381c88526fc73a6224b8d286f0.zip
s3:winbind: Add async wb_gid2sid
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 03f58c813f..d6f344e5c9 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -93,4 +93,18 @@ struct wbint_Uid2Sid {
};
+
+struct wbint_Gid2Sid {
+ struct {
+ const char *dom_name;/* [unique,charset(UTF8)] */
+ uint64_t gid;
+ } in;
+
+ struct {
+ struct dom_sid *sid;/* [ref] */
+ NTSTATUS result;
+ } out;
+
+};
+
#endif /* _HEADER_wbint */