fix for bug 680 (heads up). This gist is to map the
commitee272414e9965d7d550ba91d4e83997134dd51e6
authorGerald Carter <jerry@samba.org>
Fri, 7 Nov 2003 14:39:47 +0000 (7 14:39 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 7 Nov 2003 14:39:47 +0000 (7 14:39 +0000)
treeb55f118cec7d694b4132ec708c78a266d20aec53
parente0eea3639425aa6f4b621cce6b33df9e9c67ba6d
fix for bug 680 (heads up).  This gist is to map the
UNIX entity foo to DOMAIN\foo instead of SERVER\foo
on members of a Samba domain when all UNIX accounts
are shared via NIS, et. al.

  * allow winbindd to match local accounts to domain SID
    when 'winbind trusted domains only = yes'

  * remove code in idmap_ldap that searches the user
    suffix and group suffix.  It's not needed and
    provides inconsistent functionality from the tdb backend.

This has been tested.  I'm still waiting on some more feedback
but This needs to be in 3.0.1pre2 for widespread use.
source/nsswitch/winbindd_sid.c
source/passdb/lookup_sid.c
source/sam/idmap_ldap.c