- fixed the bug that forced us not to use the winbindd cache when we
commitcdd9b60a078b63e22f543d4c8d0956ff536f4d89
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Jun 2003 03:50:38 +0000 (10 03:50 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 10 Jun 2003 03:50:38 +0000 (10 03:50 +0000)
tree323cbe7ea79f714d4feced788713c1bb10402d5e
parent082084042307f5f7d532b28debdeac11753a05f9
- 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.
source/nsswitch/winbindd.h
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_cache.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_util.c