Wowa, that's easy enough. I will do that the next time that I upgrade in a few weeks.

Dave

Quoting Timo Sirainen <[EMAIL PROTECTED]>:

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) {





Reply via email to