Displaying 1 result from an estimated 1 matches for "login_max_outbuf_size".
2012 Jan 02
1
Small LOGIN_MAX_INBUF_SIZE for GSSAPI with samba4 (AD)
...IMAP: Max. length of a single parameter
POP3: Max. length of a command line (spec says 512 would be enough)
*/
! #define LOGIN_MAX_INBUF_SIZE 1024
/* max. size of output buffer. if it gets full, the client is disconnected.
SASL authentication gives the largest output. */
#define LOGIN_MAX_OUTBUF_SIZE 4096
--- 10,16 ----
IMAP: Max. length of a single parameter
POP3: Max. length of a command line (spec says 512 would be enough)
*/
! #define LOGIN_MAX_INBUF_SIZE 2048
/* max. size of output buffer. if it gets full, the client is disconnected.
SASL authentication gives the largest...