summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 13:38:52 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commit153ae58d7d37daffc7c5547ef9174baf64f9aaa7 (patch)
tree42121bbd65ca97f832be253b4330a07bc0874aac /source3/librpc/idl
parentfb7150f23b154fe53a91f3433ea33cf680d4fa93 (diff)
downloadsamba-153ae58d7d37daffc7c5547ef9174baf64f9aaa7.tar.gz
samba-153ae58d7d37daffc7c5547ef9174baf64f9aaa7.tar.bz2
samba-153ae58d7d37daffc7c5547ef9174baf64f9aaa7.zip
s3:winbind: Add async wb_sid2gid
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wbint.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index ce0329cc61..da437fe2c2 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -35,4 +35,10 @@ interface wbint
[in] dom_sid *sid,
[out] hyper *uid
);
+
+ NTSTATUS wbint_Sid2Gid(
+ [in,unique,string,charset(UTF8)] char *dom_name,
+ [in] dom_sid *sid,
+ [out] hyper *gid
+ );
} \ No newline at end of file