fix for bug 680 (heads up). This gist is to map the
authorGerald Carter <jerry@samba.org>
Fri, 7 Nov 2003 14:41:08 +0000 (14:41 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 7 Nov 2003 14:41:08 +0000 (14:41 +0000)
commite9bd28d0a7b0fd667e52683013404dc4b1e03673
tree9c1599d3f70a7246bc4657e21c7827fa8840a403
parent178a4635245c2c433b9a510282ad5c49a2ffe804
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.
(This used to be commit cac4723e206bd001882011c9e12327064d032268)
source3/nsswitch/winbindd_sid.c
source3/passdb/lookup_sid.c
source3/sam/idmap_ldap.c