[dovecot-cvs] dovecot/src/auth auth-client-interface.h, 1.11, 1.11.2.1

tss at dovecot.org tss at dovecot.org
Sat Nov 25 11:56:08 UTC 2006


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv17100

Modified Files:
      Tag: branch_1_0
	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.11.2.1
diff -u -d -r1.11 -r1.11.2.1
--- auth-client-interface.h	24 Feb 2006 10:24:15 -0000	1.11
+++ auth-client-interface.h	25 Nov 2006 11:56:05 -0000	1.11.2.1
@@ -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