mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#5076
This commit is contained in:
parent
2e3aa39a91
commit
7bb3496462
4 changed files with 5 additions and 5 deletions
|
|
@ -171,7 +171,7 @@ must be compiled with LDAP_DEBUG defined for this option to have any effect.
|
|||
Read a series of lines from \fIfile\fP, performing one LDAP search for
|
||||
each line. In this case, the \fIfilter\fP given on the command line
|
||||
is treated as a pattern where the first and only occurrence of \fB%s\fP
|
||||
is replaced with a line from \fIfile\fP. Any other occurence of the
|
||||
is replaced with a line from \fIfile\fP. Any other occurrence of the
|
||||
the \fB%\fP character in the pattern will be regarded as an error.
|
||||
Where it is desired that the search filter include a \fB%\fP character,
|
||||
the character should be encoded as \fB\\25\fP (see RFC 4515).
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ The \fBbdb\fP backend to
|
|||
is the recommended primary backend for a normal
|
||||
.B slapd
|
||||
database.
|
||||
It uses the Sleepycat Berkeley DB (BDB) package to store data.
|
||||
It uses the Oracle Berkeley DB (BDB) package to store data.
|
||||
It makes extensive use of indexing and caching to speed data access.
|
||||
.LP
|
||||
\fBhdb\fP is a variant of the \fBbdb\fP backend that uses a
|
||||
|
|
|
|||
|
|
@ -417,7 +417,7 @@ disables simple (bind) authentication.
|
|||
disables forcing session to anonymous status (see also
|
||||
.BR tls_authc ) upon StartTLS operation receipt.
|
||||
.B tls_authc
|
||||
dissallow the StartTLS operation if authenticated (see also
|
||||
disallow the StartTLS operation if authenticated (see also
|
||||
.BR tls_2_anon ).
|
||||
.HP
|
||||
.hy 0
|
||||
|
|
@ -1683,7 +1683,7 @@ manual pages.
|
|||
.B bdb
|
||||
This is the recommended primary backend for a normal slapd database.
|
||||
It takes care to configure it properly.
|
||||
It uses the transactional database interface of the Sleepycat Berkeley
|
||||
It uses the transactional database interface of the Oracle Berkeley
|
||||
DB (BDB) package to store data.
|
||||
.TP
|
||||
.B config
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ data.
|
|||
|
||||
The value
|
||||
.B <URL-ad>
|
||||
is the name of the attributeDescription that cointains the URI that is
|
||||
is the name of the attributeDescription that contains the URI that is
|
||||
expanded by the overlay; if none is present, no expansion occurs.
|
||||
If the intersection of the attributes requested by the search operation
|
||||
(or the asserted attribute for compares) and the attributes listed
|
||||
|
|
|
|||
Loading…
Reference in a new issue