[Dovecot] Auth Issues - Urgent - Help!

Timo Sirainen tss at iki.fi
Fri Nov 21 22:00:41 EET 2008


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20081121/a5e70910/attachment.bin 


More information about the dovecot mailing list