diff options
author | Ralph Boehme <slow@samba.org> | 2017-09-25 15:39:39 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2017-10-10 15:51:27 +0200 |
commit | 71f99cb132f4c26f9febac6cb7dcd79f4940216a (patch) | |
tree | 6b1887eac957a7fc60d11e1d1b57dea66aca0a12 /librpc | |
parent | 59438bfd3d3551195582cf88bd1109c3cbc7e12a (diff) | |
download | samba-71f99cb132f4c26f9febac6cb7dcd79f4940216a.tar.gz |
winbindd: pass domain SID to wbint_UnixIDs2Sids
This makes the domain SID available to the idmap child for
wbint_UnixIDs2Sids mapping request. It's not used yet anywhere, this
comes in the next commit.
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13052
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/winbind.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/winbind.idl b/librpc/idl/winbind.idl index 737d66abe70..f5e3507bff5 100644 --- a/librpc/idl/winbind.idl +++ b/librpc/idl/winbind.idl @@ -58,6 +58,7 @@ interface winbind NTSTATUS wbint_UnixIDs2Sids( [in,string,charset(UTF8)] char *domain_name, + [in] dom_sid domain_sid, [in] uint32 num_ids, [in,out] unixid xids[num_ids], [out] dom_sid sids[num_ids] |