diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-04 13:52:39 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-05 03:21:21 -0400 |
commit | 3eff8e93e283828afdb3413aec2dae5c01b101b3 (patch) | |
tree | 2b026feb68c2fb3060d3fdfa0747fbc88b288033 /source3/librpc/idl | |
parent | 5db561a608a11895d8a9a038a98a9fcc7c867d59 (diff) | |
download | samba-3eff8e93e283828afdb3413aec2dae5c01b101b3.tar.gz samba-3eff8e93e283828afdb3413aec2dae5c01b101b3.tar.bz2 samba-3eff8e93e283828afdb3413aec2dae5c01b101b3.zip |
s3:winbind: Add async wb_uid2sid
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index da437fe2c2..bc10b23f56 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -41,4 +41,10 @@ interface wbint [in] dom_sid *sid, [out] hyper *gid ); + + NTSTATUS wbint_Uid2Sid( + [in,unique,string,charset(UTF8)] char *dom_name, + [in] hyper uid, + [out] dom_sid *sid + ); }
\ No newline at end of file |