Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
ecd7c785
Commit
ecd7c785
authored
Nov 17, 2006
by
Howard Chu
Browse files
More tweaks
parent
d3deed61
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
ecd7c785
...
...
@@ -404,9 +404,9 @@ the authentication identity must have "auth" access in the subject.
Multiple
.B olcAuthzRegexp
values can be
given in the configuration file
to allow for multiple matching
values can be
specified
to allow for multiple matching
and replacement patterns. The matching patterns are checked in the order they
appear in the
fil
e, stopping at the first successful match.
appear in the
attribut
e, stopping at the first successful match.
.\".B Caution:
.\"Because the plus sign + is a character recognized by the regular expression engine,
...
...
@@ -588,11 +588,11 @@ as a list of integers (that are ORed internally),
or as a list of the names that are shown between brackets, such that
.LP
.nf
olcLogLevel 129
olcLogLevel 0x81
olcLogLevel 128 1
olcLogLevel 0x80 0x1
olcLogLevel acl trace
olcLogLevel
:
129
olcLogLevel
:
0x81
olcLogLevel
:
128 1
olcLogLevel
:
0x80 0x1
olcLogLevel
:
acl trace
.fi
.LP
are equivalent.
...
...
@@ -602,8 +602,8 @@ can be used as a shortcut to enable logging at all levels (equivalent to -1).
The keyword
.BR none ,
or the equivalent integer representation, causes those messages
that are logged regardless of the configured
l
og
l
evel to be logged.
In fact, if no
l
og
l
evel (or a 0 level) is defined, no logging occurs,
that are logged regardless of the configured
olcL
og
L
evel to be logged.
In fact, if no
olcL
og
L
evel (or a 0 level) is defined, no logging occurs,
so at least the
.B none
level is required to have high priority messages logged.
...
...
@@ -836,8 +836,11 @@ Specifies the file that contains the
.B slapd
server private key that matches the certificate stored in the
.B olcTLSCertificateFile
file. Currently, the private key must not be protected with a password, so
it is of critical importance that it is protected carefully.
file. If the private key is protected with a password, the password must
be manually typed in when slapd starts. Usually the private key is not
protected with a password, to allow slapd to start without manual
intervention, so
it is of critical importance that the file is protected carefully.
.TP
.B olcTLSDHParamFile: <filename>
This directive specifies the file that contains parameters for Diffie-Hellman
...
...
@@ -1588,10 +1591,10 @@ only exist in some of these databases. In general, all of the glued
databases should be configured as similarly as possible, since the intent
is to provide the appearance of a single directory.
Note that the
\fI
subordinate
\fP
functionality is implemented internally
Note that the subordinate functionality is implemented internally
by the \fIglue\fP overlay and as such its behavior will interact with other
overlays in use. By default, the glue overlay is automatically configured as
the last overlay on the superior
backend
. Its position on the
backend
the last overlay on the superior
database
. Its position on the
database
can be explicitly configured by setting an \fBoverlay glue\fP directive
at the desired position. This explicit configuration is necessary e.g.
when using the \fIsyncprov\fP overlay, which needs to follow \fIglue\fP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment