- fixed the bug that forced us not to use the winbindd cache when we
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Jun 2003 03:50:38 +0000 (03:50 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 10 Jun 2003 03:50:38 +0000 (03:50 +0000)
commit057ec70b53c8cf97066fcc6f0673a28d9ccc15ab
tree435f2ec046ebe756271722361be0003d6a86b4e5
parent1d008cd2cb2bf1821bca72328ef33aa76318e282
- fixed the bug that forced us not to use the winbindd cache when we
  have a primary ADS domain and a secondary (trusted) NT4 domain. This
  caused winbindd to be *really* slow for that setup.

- fixed winbindd_getgrgid(), which was calling uid_to_sid instead of
  gid_to_sid(). When you make changes to winbind *PLEASE* test using
  nsstest.
(This used to be commit cdd9b60a078b63e22f543d4c8d0956ff536f4d89)
source3/nsswitch/winbindd.h
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_util.c