winbind: Add wbint_UnixIDs2Sids
authorVolker Lendecke <vl@samba.org>
Thu, 20 Aug 2015 15:07:19 +0000 (17:07 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 22 Feb 2016 19:29:15 +0000 (20:29 +0100)
commit24929ee08151da2c437e2949fd079141c45fe827
treea43da7fe5a3552515f3c08a7512e1592d8f2fa5e
parent4d5680e9ae531c6dc4d0a6687abe6293b5d4f4f2
winbind: Add wbint_UnixIDs2Sids

The idmap backend function is doing multiple conversions in one run, but this
is not used so far. First step in exposing plural xid2sid. This is a fake
routine in that it does the one-element calls, but you have to start somewhere.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
librpc/idl/winbind.idl
source3/winbindd/winbindd_dual_srv.c