21 Nov
                
                    2008
                
            
            
                21 Nov
                
                '08
                
            
            
            
        
    
                10 p.m.
            
        On Fri, 2008-11-21 at 14:50 -0500, David Cunningham wrote:
Is there any way to force the cache to
check the password for anything that was not previously cached as
being the correct password?
Nope. Hmm. Perhaps there should be a different TTL for that. I don't really like adding new settings though.
For now you can at least do it by modifying sources: src/auth/passdb-cache.c:
	if (ret == 0 && node->last_success) {Change it to:
	if (ret == 0) {