diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-04 16:07:01 -0400 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-05 03:21:25 -0400 |
commit | 1dc1ac00512a28bdc025b00fbfa676b0f5b15751 (patch) | |
tree | 5f84b6351c3fb3f8a1248bc8bdf4d792dbb95a43 /source3/librpc/idl | |
parent | 718a26fd29036cc200cdc1c320733eafe84d2337 (diff) | |
download | samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.tar.gz samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.tar.bz2 samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.zip |
s3:winbind: Add async wb_lookupusergroups
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index 571c212ecd..f994126711 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -83,4 +83,9 @@ interface wbint [in] wbint_SidArray *sids, [out] wbint_RidArray *rids ); + + NTSTATUS wbint_LookupUserGroups( + [in] dom_sid *sid, + [out] wbint_SidArray *sids + ); }
\ No newline at end of file |