[dovecot-cvs] dovecot/src/auth auth-client-interface.h,1.11,1.12
tss at dovecot.org
tss at dovecot.org
Sat Nov 25 11:56:10 UTC 2006
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv17098
Modified Files:
auth-client-interface.h
Log Message:
Auth request timeout needs to be larger than login process timeout, which
was just increased.
Index: auth-client-interface.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-client-interface.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- auth-client-interface.h 24 Feb 2006 10:24:15 -0000 1.11
+++ auth-client-interface.h 25 Nov 2006 11:56:07 -0000 1.12
@@ -7,7 +7,8 @@
#define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 0
#define AUTH_CLIENT_MAX_LINE_LENGTH 8192
-#define AUTH_REQUEST_TIMEOUT 120
+/* Use a bit larger than login process timeout */
+#define AUTH_REQUEST_TIMEOUT (3*60 + 30)
enum mech_security_flags {
/* Don't advertise this as available SASL mechanism (eg. APOP) */
More information about the dovecot-cvs
mailing list