]> git.sur5r.net Git - openldap/blobdiff - tests/data/slapd.conf
Delete unused idl_cache_entry rwlock field
[openldap] / tests / data / slapd.conf
index 0aa46402370f17899e1b70c156d1cfc3dc08d9b6..b4e461fb60515f8e9eef682b165672edcc47a5ac 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2006 The OpenLDAP Foundation.
+## Copyright 1998-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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/