summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/wbint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/idl/wbint.idl')
-rw-r--r--source3/librpc/idl/wbint.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 40a4545a3a..d0611e8a1b 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -1,3 +1,6 @@
+#include "idl_types.h"
+import "lsa.idl";
+
[
uuid("bf09192c-ed60-4928-9dff-d0d7bcb03ed8"),
endpoint("ncalrpc:"),
@@ -11,4 +14,11 @@ interface wbint
[in] uint32 in_data,
[out] uint32 *out_data
);
+
+ NTSTATUS wbint_LookupSid(
+ [in] dom_sid *sid,
+ [out] lsa_SidType *type,
+ [out,string,charset(UTF8)] char **domain,
+ [out,string,charset(UTF8)] char **name
+ );
} \ No newline at end of file