]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Increased AUTH_CLIENT_MAX_LINE_LENGTH.
authorTimo Sirainen <tss@iki.fi>
Mon, 14 Sep 2009 01:40:51 +0000 (21:40 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 14 Sep 2009 01:40:51 +0000 (21:40 -0400)
--HG--
branch : HEAD

src/lib-auth/auth-client-interface.h

index fe1fa42d74c44c2a7ad418adad5ccd21bb7b6fca..db1e220386c969493f7351aecef55a3c30960882 100644 (file)
@@ -6,7 +6,8 @@
 #define AUTH_CLIENT_PROTOCOL_MAJOR_VERSION 1
 #define AUTH_CLIENT_PROTOCOL_MINOR_VERSION 0
 
-#define AUTH_CLIENT_MAX_LINE_LENGTH 8192
+/* GSSAPI can use quite large packets */
+#define AUTH_CLIENT_MAX_LINE_LENGTH 16384
 /* Use a bit smaller than login process timeout */
 #define AUTH_REQUEST_TIMEOUT (3*60 - 30)