From f1c98ef3c0916f6ec68c33ea65be0096b3f355d1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 16 Feb 2006 05:01:05 +0000 Subject: [PATCH] All big PDUs for PROTOS testing (devel only) --- tests/data/slapd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/data/slapd.conf b/tests/data/slapd.conf index 0aa4640237..84b8a44fd6 100644 --- a/tests/data/slapd.conf +++ b/tests/data/slapd.conf @@ -24,6 +24,9 @@ include @DATADIR@/test.schema pidfile @TESTDIR@/slapd.1.pid argsfile @TESTDIR@/slapd.1.args +# allow big PDUs from anonymous (for testing purposes) +sockbuf_max_incoming 4194303 + #mod#modulepath ../servers/slapd/back-@BACKEND@/ #mod#moduleload back_@BACKEND@.la #monitormod#modulepath ../servers/slapd/back-monitor/ -- 2.39.5