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_rpc.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_rpc.c')
-rw-r--r-- | source/nsswitch/winbindd_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nsswitch/winbindd_rpc.c b/source/nsswitch/winbindd_rpc.c index e0d1b69c605..cc1d3b54570 100644 --- a/source/nsswitch/winbindd_rpc.c +++ b/source/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, |