and has a largely similar codebase,
some changes in operation and some new configuration directives have been
added. Some configuration options, such as
-.B conn-ttl,
-.B single-conn
+.B conn\-pool\-max ,
+.B conn\-ttl ,
+.B single\-conn ,
and
-.B use-temporary-conn
+.B use\-temporary\-conn
have been removed, as they are no longer relevant.
.LP
.B New connection handling:
after which the connection will be considered faulty and dropped.
.TP
-.B max-pending-ops <number>
+.B max\-pending\-ops <number>
The maximum number of pending requests stored in a connection's queue.
The default is 128. When this number is exceeded,
.B LDAP_BUSY
will be returned to the client.
.TP
-.B max-target-conns <number>
+.B max\-target\-conns <number>
The maximum number of connections per target. Unlike
.B slapd\-meta(5),
no new connections will be created
.TP
.B acl\-passwd <password>
Password used with the
-.B
-acl\-authcDN
+.B acl\-authcDN
above.
.TP
default slapd configuration file
.SH SEE ALSO
.BR slapd.conf (5),
-.BR slapd\-meta (5),
.BR slapd\-ldap (5),
+.BR slapd\-meta (5),
.BR slapo\-pcache (5),
.BR slapd (8),
.BR regex (7),
underlying libldap, with rebinding eventually performed if the
\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
.B conn\-ttl <time>
This directive causes a cached connection to be dropped and recreated
.SH EXAMPLES
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
These
.B slapd.conf
to all backends.
They are:
+.TP
+.B conn\-pool\-max <int>
+This directive defines the maximum size of the privileged connections pool.
+
.TP
.B conn\-ttl <time>
This directive causes a cached connection to be dropped an recreated
.BR yes ,
causes the authentication to the remote servers with the pseudo-root
identity (the identity defined in each
-.B idassert-bind
+.B idassert\-bind
directive) to be deferred until actually needed by subsequent operations.
Otherwise, all binds as the rootdn are propagated to the targets.
.TP
.B acl\-passwd <password>
Password used with the
-.B
-acl\-authcDN
+.B acl\-authcDN
above.
.TP
irrespective of the client's request.
When set to a numeric value, Paged Results control is always
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
for compatibility with broken remote DSAs.
The client is not exposed to paged results handling
.I local
identities are authorized to exploit the identity assertion feature.
The string
-.B <authz-regexp>
+.B <authz\-regexp>
follows the rules defined for the
.I authzFrom
attribute.
default slapd configuration file
.SH SEE ALSO
.BR slapd.conf (5),
+.BR slapd\-asyncmeta (5),
.BR slapd\-ldap (5),
.BR slapo\-pcache (5),
.BR slapd (8),