From 2bbc91978b7d0b18191acb650a96f5e39d538c1c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Dec 2001 06:05:21 +0000 Subject: 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 (This used to be commit 217c39f23282e20f96a61a0d5a2434b3f5f66a86) --- source3/nsswitch/winbindd_rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nsswitch/winbindd_rpc.c') diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c index e0d1b69c60..cc1d3b5457 100644 --- a/source3/nsswitch/winbindd_rpc.c +++ b/source3/nsswitch/winbindd_rpc.c @@ -506,6 +506,7 @@ done: /* the rpc backend methods are exposed via this structure */ struct winbindd_methods msrpc_methods = { + False, query_user_list, enum_dom_groups, name_to_sid, -- cgit