From 47761fdc302897d608d36b75cf9180c0c46ab040 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 6 May 2007 19:46:03 +0000 Subject: r22708: disable saving the trusted domain list as we want to the parent daemon to manage the complete trusted domain cache (This used to be commit 3a9152a2acfc7b615a5c6b8764ea9462443f00d1) --- source3/nsswitch/winbindd_cache.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/nsswitch/winbindd_cache.c') diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c index 727c5c74df..7538cddbdf 100644 --- a/source3/nsswitch/winbindd_cache.c +++ b/source3/nsswitch/winbindd_cache.c @@ -2021,6 +2021,10 @@ do_query: status = NT_STATUS_OK; } + +#if 0 /* Disabled as we want the trust dom list to be managed by + the main parent and always to make the query. --jerry */ + /* and save it */ refresh_sequence_number(domain, False); @@ -2041,6 +2045,8 @@ do_query: centry_free(centry); skip_save: +#endif + return status; } -- cgit