~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to doc/man/man5/slapd-config.5

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH SLAPD-CONFIG 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2
2
.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
3
3
.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4
 
.\" $OpenLDAP: pkg/ldap/doc/man/man5/slapd-config.5,v 1.13.2.18 2009/06/27 18:45:36 quanah Exp $
 
4
.\" $OpenLDAP: pkg/ldap/doc/man/man5/slapd-config.5,v 1.13.2.19 2009/08/25 22:44:24 quanah Exp $
5
5
.SH NAME
6
6
slapd\-config \- configuration backend to slapd
7
7
.SH SYNOPSIS
747
747
Specify the maximum incoming LDAP PDU size for authenticated sessions.
748
748
The default is 4194303.
749
749
.TP
 
750
.B olcTCPBuffer [listener=<URL>] [{read|write}=]<size>
 
751
Specify the size of the TCP buffer.
 
752
A global value for both read and write TCP buffers related to any listener
 
753
is defined, unless the listener is explicitly specified,
 
754
or either the read or write qualifiers are used.
 
755
See
 
756
.BR tcp (7)
 
757
for details.
 
758
Note that some OS-es implement automatic TCP buffer tuning.
 
759
.TP
750
760
.B olcThreads: <integer>
751
761
Specify the maximum size of the primary thread pool.
752
762
The default is 16; the minimum value is 2.