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
Quanah Gibson-Mount
OpenLDAP
Commits
33323ee0
Commit
33323ee0
authored
Sep 27, 2021
by
Quanah Gibson-Mount
Browse files
ITS#9706 - Fix typos and align slapd configuration documentation
parent
42fc772c
Pipeline
#3572
passed with stage
in 48 minutes and 31 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/admin/backends.sdf
View file @
33323ee0
...
...
@@ -54,7 +54,7 @@ the whole of the {{slapd-ldap(5)}} options.
For example, the {{SECT: Translucent Proxy}}, which retrieves entries from a
remote LDAP server that can be partially overridden by the defined database, has
only four specific {{translucent-}} directives, but can be configured using any
of the normal {{slapd-ldap(5)}} options. See {
[
slapo-translucent(5)}} for details.
of the normal {{slapd-ldap(5)}} options. See {
{
slapo-translucent(5)}} for details.
Other {{SECT: Overlays}} allow you to tag directives in front of a normal
{{slapd-ldap(5)}} directive. For example, the {{slapo-chain(5)}} overlay does
...
...
doc/guide/admin/monitoringslapd.sdf
View file @
33323ee0
...
...
@@ -20,7 +20,7 @@ returns objects in response to search requests in the {{cn=Monitor}}
subtree. Each object contains information about a particular aspect
of the server. The information is held in a combination of user
applications and operational attributes. This information can be
access with {{ldapsearch(1)}}, with any general-purpose LDAP browser,
access
ed
with {{ldapsearch(1)}}, with any general-purpose LDAP browser,
or with specialized monitoring tools. The {{SECT:Accessing Monitoring
Information}} section provides a brief tutorial on how to use
{{ldapsearch}}(1) to access monitoring information, while the
...
...
@@ -210,9 +210,9 @@ trimmed to show only key information.
H3: Backends
The {{EX:cn=Backends,cn=Monitor}} object
, itself,
provides a list
of available
backends. The list of available backends all builtin
backends,
as well as backends loaded by modules. For example:
The {{EX:cn=Backends,cn=Monitor}} object provides a list
of available
backends. The list of available backends
includes
all builtin
backends,
as well as
those
backends loaded by modules. For example:
> dn: cn=Backends,cn=Monitor
> monitoredInfo: config
...
...
doc/guide/admin/security.sdf
View file @
33323ee0
...
...
@@ -290,7 +290,7 @@ Note: This is not the same as using a SASL mechanism to
authenticate the LDAP session.
Pass-Through authentication works only with plaintext passwords, as
used in the "simple bind" and "SASL PLAIN" authentication mechanisms.
}}
used in the "simple bind" and "SASL PLAIN" authentication mechanisms.
Pass-Through authentication is selective: it only affects users whose
{{userPassword}} attribute has a value marked with the "{SASL}"
...
...
doc/guide/admin/slapdconf2.sdf
View file @
33323ee0
...
...
@@ -543,6 +543,7 @@ H4: olcSyncrepl
> [filter=<filter str>]
> [scope=sub|one|base]
> [attrs=<attr list>]
> [exattrs=<attr list>]
> [attrsonly]
> [sizelimit=<limit>]
> [timelimit=<limit>]
...
...
@@ -597,7 +598,7 @@ The content of the syncrepl consumer is defined using a search
specification as its result set. The consumer slapd will
send search requests to the provider slapd according to the search
specification. The search specification includes {{EX:searchbase}},
{{EX:scope}}, {{EX:filter}}, {{EX:attrs}}, {{EX:attrsonly}},
{{EX:scope}}, {{EX:filter}}, {{EX:attrs}},
{{EX:exattrs}},
{{EX:attrsonly}},
{{EX:sizelimit}}, and {{EX:timelimit}} parameters as in the normal
search specification. The {{EX:searchbase}} parameter has no
default value and must always be specified. The {{EX:scope}} defaults
...
...
@@ -605,7 +606,8 @@ to {{EX:sub}}, the {{EX:filter}} defaults to {{EX:(objectclass=*)}},
{{EX:attrs}} defaults to {{EX:"*,+"}} to replicate all user and operational
attributes, and {{EX:attrsonly}} is unset by default. Both {{EX:sizelimit}}
and {{EX:timelimit}} default to "unlimited", and only positive integers
or "unlimited" may be specified.
or "unlimited" may be specified. The {{EX:exattrs}} option may also be used
to specify attributes that should be omitted from incoming entries.
The {{TERM[expand]LDAP Sync}} protocol has two operation
types: {{EX:refreshOnly}} and {{EX:refreshAndPersist}}.
...
...
Write
Preview
Supports
Markdown
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