winbindd backends can now be marked "consistent" or "inconsistent"
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Dec 2001 06:05:21 +0000 (06:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Dec 2001 06:05:21 +0000 (06:05 +0000)
commit217c39f23282e20f96a61a0d5a2434b3f5f66a86
treeb44e8710fafc61ddd3095c49de83995cbe8d345a
parentb1d7d800680f77e02185bb237982b284414aac1e
winbindd backends can now be marked "consistent" or "inconsistent"

consistent backends (like ADS) always give correct primary group
info, so we can play cache tricks to speed things up a lot

inconsistent backends (like MSRPC) need to fetch stuff more often
source/nsswitch/winbindd.h
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_cache.c
source/nsswitch/winbindd_rpc.c