The no-cache option is disabled. With or without the command-line option set, the cache is always on.
Created attachment 435 [details] Corrects the default value when the -n option is present. The no-cache option defaults to a "use cache" setting. Due to an incorrect True/False setting in winbindd.c, using -n would turn "use cache" on, not off. This patch changes that behavior so -n turns the cache off.
Created attachment 436 [details] Prevents net_samlogon_cache.tdb from being used at logon if no-cache option set The net_samlogon_cache.tdb was used at logon, regardless of the no-cache option. This patch adds a check before using that cache. This and previous attachment based off of 3.0.1 release.
Looks good. Applying both changes now. Thanks.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.