fix for bug 680 (heads up). This gist is to map the
commitcac4723e206bd001882011c9e12327064d032268
authorGerald Carter <jerry@samba.org>
Fri, 7 Nov 2003 14:41:08 +0000 (7 14:41 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 7 Nov 2003 14:41:08 +0000 (7 14:41 +0000)
treebd00dde9d7dffed5afc2aebec8a745f37f6b58f1
parent1e461f06ec492dc3f139165932c3518a6dd416f9
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