mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
(ITS#5828) Some slap* man pages only talk about slapd.conf
This commit is contained in:
parent
537c07dde0
commit
8ec15dd39c
5 changed files with 19 additions and 10 deletions
|
|
@ -24,8 +24,10 @@ according to ACLs, as specified in
|
|||
.BR slapd.access (5).
|
||||
It opens the
|
||||
.BR slapd.conf (5)
|
||||
configuration file, reads in the
|
||||
.B access
|
||||
configuration file or the
|
||||
.BR slapd-config (5)
|
||||
backend, reads in the
|
||||
.B access/olcAccess
|
||||
directives, and then parses the
|
||||
.B attr
|
||||
list given on the command-line; if none is given, access to the
|
||||
|
|
|
|||
|
|
@ -24,10 +24,12 @@ for authentication and authorization purposes, as specified in
|
|||
.BR slapd.conf (5).
|
||||
It opens the
|
||||
.BR slapd.conf (5)
|
||||
configuration file, reads in the
|
||||
.B authz-policy
|
||||
configuration file or the
|
||||
.BR slapd-config (5)
|
||||
backend, reads in the
|
||||
.B authz-policy/olcAuthzPolicy
|
||||
and
|
||||
.B authz-regexp
|
||||
.B authz-regexp/olcAuthzRegexp
|
||||
directives, and then parses the
|
||||
.B ID
|
||||
list given on the command-line.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ and that loaded via
|
|||
.BR slapd.conf (5).
|
||||
It opens the
|
||||
.BR slapd.conf (5)
|
||||
configuration file, reads in the schema definitions, and then
|
||||
configuration file or the slapd-config (5) backend, reads in the schema definitions, and then
|
||||
parses the
|
||||
.B DN
|
||||
list given on the command-line.
|
||||
|
|
|
|||
|
|
@ -19,11 +19,14 @@ slappasswd \- OpenLDAP password utility
|
|||
.B Slappasswd
|
||||
is used to generate an userPassword value
|
||||
suitable for use with
|
||||
.BR ldapmodify (1)
|
||||
or
|
||||
.BR ldapmodify (1),
|
||||
.BR slapd.conf (5)
|
||||
.I rootpw
|
||||
configuration directive or the
|
||||
.BR slapd-config (5)
|
||||
.I olcRootPW
|
||||
configuration directive.
|
||||
.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-v
|
||||
|
|
|
|||
|
|
@ -21,8 +21,10 @@ is used to check the conformance of the
|
|||
configuration file.
|
||||
It opens the
|
||||
.BR slapd.conf (5)
|
||||
configuration file, and parses it according to the general
|
||||
and the backend-specific rules, checking its sanity.
|
||||
configuration file or the
|
||||
.BR slapd-config (5)
|
||||
backend, and parses it according to the general and the backend-specific
|
||||
rules, checking its sanity.
|
||||
.LP
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Reference in a new issue