summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wbint.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 05bd7b1fb3..642d7f6636 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -146,4 +146,16 @@ interface wbint
NTSTATUS wbint_CheckMachineAccount(
);
+
+ typedef [public] enum {
+ WBINT_ID_TYPE_NOT_SPECIFIED,
+ WBINT_ID_TYPE_UID,
+ WBINT_ID_TYPE_GID
+ } wbint_IdType;
+
+ NTSTATUS wbint_SetMapping(
+ [in] dom_sid *sid,
+ [in] wbint_IdType type,
+ [in] hyper id
+ );
} \ No newline at end of file