winbindd: implement wb_irpc_lsa_{LookupNames4,LookupSids3}()
commit3ffebee3de4aa313027779bc98cb6326fa17be85
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Jan 2018 12:19:37 +0000 (23 13:19 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 21 Feb 2018 13:19:19 +0000 (21 14:19 +0100)
treed9d70f6d38e25688c2fde89ea2a40fc483cd69f4
parent3801c417db5891ee4a45b09e8841d8f1ff4500f9
winbindd: implement wb_irpc_lsa_{LookupNames4,LookupSids3}()

This will be used by the LSA Server on an AD DC to request remote views
from trusts.

In future we should implement wb_lookupnames_send/recv similar to
wb_lookupsids_send/recv, but for now using wb_lookupname_send/recv in a loop
works as a first step.

We also need to make use of req->in.level and req->in.client_revision
once we want to support more than one domain within our own forest.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13286

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/winbindd/winbindd_irpc.c