r23048: Simo is correct in that winbind_lookup{sid,name}_async() needs
authorGerald Carter <jerry@samba.org>
Mon, 21 May 2007 20:36:22 +0000 (20:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:17 +0000 (12:22 -0500)
commit224239d8e3cbf579977e669b28629919d9b4f3b1
treeff81f3e551d52714f421938b8fcde9e7211a1b7a
parent53719c6d7d155e6e61ee67341cbc058a3fa52295
r23048: Simo is correct in that winbind_lookup{sid,name}_async() needs
to be able to handle SIDs in the S-1-22-{1,2} domain in order
for winbindd_sid_to_uid(), et. al. to succeed.  For 3.0.25a,
we will short circuit in the sid_to_uid() family of functions
so that smbd is ok.

For 3.0.26, we need to allow winbindd to handle all types of SIDs.
(This used to be commit d70cec31965de41d3296c9b585ff0aea4f2bcffe)
source3/nsswitch/idmap.c
source3/nsswitch/winbindd_passdb.c
source3/nsswitch/winbindd_util.c