diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-10 06:05:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-10 06:05:21 +0000 |
commit | 217c39f23282e20f96a61a0d5a2434b3f5f66a86 (patch) | |
tree | b44e8710fafc61ddd3095c49de83995cbe8d345a /source/nsswitch/winbindd_ads.c | |
parent | b1d7d800680f77e02185bb237982b284414aac1e (diff) | |
download | samba-217c39f23282e20f96a61a0d5a2434b3f5f66a86.tar.gz samba-217c39f23282e20f96a61a0d5a2434b3f5f66a86.tar.xz samba-217c39f23282e20f96a61a0d5a2434b3f5f66a86.zip |
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
Diffstat (limited to 'source/nsswitch/winbindd_ads.c')
-rw-r--r-- | source/nsswitch/winbindd_ads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/winbindd_ads.c b/source/nsswitch/winbindd_ads.c index 198e6ca92b2..fc04f8932d6 100644 --- a/source/nsswitch/winbindd_ads.c +++ b/source/nsswitch/winbindd_ads.c @@ -694,6 +694,7 @@ done: /* the ADS backend methods are exposed via this structure */ struct winbindd_methods ads_methods = { + True, query_user_list, enum_dom_groups, name_to_sid, |