s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2UnixIDs()
authorMichael Adam <obnox@samba.org>
Sun, 25 Nov 2012 01:13:15 +0000 (02:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Dec 2012 07:48:23 +0000 (08:48 +0100)
commit27f88ba2deeec8b5b0a72ef97ae84c1016532a3c
tree5c7c0cd96423fb0a234fb8a9ce72fbc21489bb5f
parent370d62578dd171c6f898f4868f382cdddb908bcf
s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2UnixIDs()

This is the way the singular calls work and how they should (currently) work.
The two code paths need to give the same results. It is important to use
the passdb backend, otherwise groups don't work.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/winbindd_dual_srv.c