diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-11-04 17:50:13 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-11-04 17:50:13 -0500 |
| commit | 19ac0f4edc9fc3d6d40072d3d040a98340efbcbd (patch) | |
| tree | d5de9aa3d32da5642bbb07820423d8c01e1b7858 /tests | |
| parent | e1ed636684a0528e46eb73f4655f958990587a0b (diff) | |
- drop the default limit on the number of descriptors, to avoid error
messages in cases where a debugging tool has reserved some, so the
limit is more than the current limit
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/config/dse.ldif.initial.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/dse.ldif.initial.in b/tests/config/dse.ldif.initial.in index 1b88386..320f6f0 100644 --- a/tests/config/dse.ldif.initial.in +++ b/tests/config/dse.ldif.initial.in @@ -50,7 +50,7 @@ nsslapd-auditlog-maxlogsize: 100 nsslapd-auditlog-logrotationtime: 1 nsslapd-auditlog-logrotationtimeunit: day nsslapd-rootdn: cn=Directory Manager -nsslapd-maxdescriptors: 1024 +nsslapd-maxdescriptors: 768 nsslapd-max-filter-nest-level: 40 nsslapd-rootpw: {SSHA}I5PjkCi6hBa6qcemk39EqU2lZIdmFYk3JHR0MA== nsslapd-ldapifilepath: @abs_top_builddir@/tests/state/slapd-blade.socket |
