Does this patch help? Index: nss/common.c =================================================================== --- nss/common.c (revision 735) +++ nss/common.c (working copy) @@ -41,7 +41,7 @@
/* buffer sizes for I/O */ #define READBUFFER_MINSIZE 1024 -#define READBUFFER_MAXSIZE 32*1024 +#define READBUFFER_MAXSIZE 64*1024 #define WRITEBUFFER_MINSIZE 32 #define WRITEBUFFER_MAXSIZE 32 I have a similar problem, and this patch bring the read buffer in nss up to the same size as the write buffer in nslcd. No idea why it helps. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]