mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
ITS#9260 - Reference conn-pool-max option in related man pages
This commit is contained in:
parent
539e810530
commit
d41b35b8c0
3 changed files with 22 additions and 14 deletions
|
|
@ -36,10 +36,11 @@ maintains the functionality of
|
||||||
and has a largely similar codebase,
|
and has a largely similar codebase,
|
||||||
some changes in operation and some new configuration directives have been
|
some changes in operation and some new configuration directives have been
|
||||||
added. Some configuration options, such as
|
added. Some configuration options, such as
|
||||||
.B conn-ttl,
|
.B conn\-pool\-max ,
|
||||||
.B single-conn
|
.B conn\-ttl ,
|
||||||
|
.B single\-conn ,
|
||||||
and
|
and
|
||||||
.B use-temporary-conn
|
.B use\-temporary\-conn
|
||||||
have been removed, as they are no longer relevant.
|
have been removed, as they are no longer relevant.
|
||||||
.LP
|
.LP
|
||||||
.B New connection handling:
|
.B New connection handling:
|
||||||
|
|
@ -126,14 +127,14 @@ Specify the number of consecutive timed out requests,
|
||||||
after which the connection will be considered faulty and dropped.
|
after which the connection will be considered faulty and dropped.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B max-pending-ops <number>
|
.B max\-pending\-ops <number>
|
||||||
The maximum number of pending requests stored in a connection's queue.
|
The maximum number of pending requests stored in a connection's queue.
|
||||||
The default is 128. When this number is exceeded,
|
The default is 128. When this number is exceeded,
|
||||||
.B LDAP_BUSY
|
.B LDAP_BUSY
|
||||||
will be returned to the client.
|
will be returned to the client.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B max-target-conns <number>
|
.B max\-target\-conns <number>
|
||||||
The maximum number of connections per target. Unlike
|
The maximum number of connections per target. Unlike
|
||||||
.B slapd\-meta(5),
|
.B slapd\-meta(5),
|
||||||
no new connections will be created
|
no new connections will be created
|
||||||
|
|
@ -242,8 +243,7 @@ check permissions.
|
||||||
.TP
|
.TP
|
||||||
.B acl\-passwd <password>
|
.B acl\-passwd <password>
|
||||||
Password used with the
|
Password used with the
|
||||||
.B
|
.B acl\-authcDN
|
||||||
acl\-authcDN
|
|
||||||
above.
|
above.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -511,8 +511,8 @@ ETCDIR/slapd.conf
|
||||||
default slapd configuration file
|
default slapd configuration file
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR slapd.conf (5),
|
.BR slapd.conf (5),
|
||||||
.BR slapd\-meta (5),
|
|
||||||
.BR slapd\-ldap (5),
|
.BR slapd\-ldap (5),
|
||||||
|
.BR slapd\-meta (5),
|
||||||
.BR slapo\-pcache (5),
|
.BR slapo\-pcache (5),
|
||||||
.BR slapd (8),
|
.BR slapd (8),
|
||||||
.BR regex (7),
|
.BR regex (7),
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,10 @@ enable/disable automatic referral chasing, which is delegated to the
|
||||||
underlying libldap, with rebinding eventually performed if the
|
underlying libldap, with rebinding eventually performed if the
|
||||||
\fBrebind\-as\-user\fP directive is used. The default is to chase referrals.
|
\fBrebind\-as\-user\fP directive is used. The default is to chase referrals.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B conn\-pool\-max <int>
|
||||||
|
This directive defines the maximum size of the privileged connections pool.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B conn\-ttl <time>
|
.B conn\-ttl <time>
|
||||||
This directive causes a cached connection to be dropped and recreated
|
This directive causes a cached connection to be dropped and recreated
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ the same connection.
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
There are examples in various places in this document, as well as in the
|
There are examples in various places in this document, as well as in the
|
||||||
slapd/back\-meta/data/ directory in the OpenLDAP source tree.
|
slapd/back-meta/data/ directory in the OpenLDAP source tree.
|
||||||
.SH CONFIGURATION
|
.SH CONFIGURATION
|
||||||
These
|
These
|
||||||
.B slapd.conf
|
.B slapd.conf
|
||||||
|
|
@ -94,6 +94,10 @@ should be defined first for clarity, including those that are common
|
||||||
to all backends.
|
to all backends.
|
||||||
They are:
|
They are:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B conn\-pool\-max <int>
|
||||||
|
This directive defines the maximum size of the privileged connections pool.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B conn\-ttl <time>
|
.B conn\-ttl <time>
|
||||||
This directive causes a cached connection to be dropped an recreated
|
This directive causes a cached connection to be dropped an recreated
|
||||||
|
|
@ -174,7 +178,7 @@ This directive, when set to
|
||||||
.BR yes ,
|
.BR yes ,
|
||||||
causes the authentication to the remote servers with the pseudo-root
|
causes the authentication to the remote servers with the pseudo-root
|
||||||
identity (the identity defined in each
|
identity (the identity defined in each
|
||||||
.B idassert-bind
|
.B idassert\-bind
|
||||||
directive) to be deferred until actually needed by subsequent operations.
|
directive) to be deferred until actually needed by subsequent operations.
|
||||||
Otherwise, all binds as the rootdn are propagated to the targets.
|
Otherwise, all binds as the rootdn are propagated to the targets.
|
||||||
|
|
||||||
|
|
@ -284,8 +288,7 @@ check permissions.
|
||||||
.TP
|
.TP
|
||||||
.B acl\-passwd <password>
|
.B acl\-passwd <password>
|
||||||
Password used with the
|
Password used with the
|
||||||
.B
|
.B acl\-authcDN
|
||||||
acl\-authcDN
|
|
||||||
above.
|
above.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -317,7 +320,7 @@ search operations with a specific target,
|
||||||
irrespective of the client's request.
|
irrespective of the client's request.
|
||||||
When set to a numeric value, Paged Results control is always
|
When set to a numeric value, Paged Results control is always
|
||||||
used with \fIsize\fP as the page size.
|
used with \fIsize\fP as the page size.
|
||||||
When set to \fIaccept-unsolicited\fP, unsolicited Paged Results
|
When set to \fIaccept\-unsolicited\fP, unsolicited Paged Results
|
||||||
control responses are accepted and honored
|
control responses are accepted and honored
|
||||||
for compatibility with broken remote DSAs.
|
for compatibility with broken remote DSAs.
|
||||||
The client is not exposed to paged results handling
|
The client is not exposed to paged results handling
|
||||||
|
|
@ -356,7 +359,7 @@ if defined, selects what
|
||||||
.I local
|
.I local
|
||||||
identities are authorized to exploit the identity assertion feature.
|
identities are authorized to exploit the identity assertion feature.
|
||||||
The string
|
The string
|
||||||
.B <authz-regexp>
|
.B <authz\-regexp>
|
||||||
follows the rules defined for the
|
follows the rules defined for the
|
||||||
.I authzFrom
|
.I authzFrom
|
||||||
attribute.
|
attribute.
|
||||||
|
|
@ -1354,6 +1357,7 @@ ETCDIR/slapd.conf
|
||||||
default slapd configuration file
|
default slapd configuration file
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR slapd.conf (5),
|
.BR slapd.conf (5),
|
||||||
|
.BR slapd\-asyncmeta (5),
|
||||||
.BR slapd\-ldap (5),
|
.BR slapd\-ldap (5),
|
||||||
.BR slapo\-pcache (5),
|
.BR slapo\-pcache (5),
|
||||||
.BR slapd (8),
|
.BR slapd (8),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue