mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4026 add -F description for all tools
This commit is contained in:
parent
5fd0e53b15
commit
a51cf20cea
@ -8,6 +8,7 @@ slapacl \- Check access to a list of attributes.
|
||||
.B [\-v]
|
||||
.B [\-d level]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-D authcDN | \-U authcID]
|
||||
.B \-b DN
|
||||
.B [\-u]
|
||||
@ -46,6 +47,19 @@ specify an alternative
|
||||
.BR slapd.conf (5)
|
||||
file.
|
||||
.TP
|
||||
.BI \-F " confdir"
|
||||
specify a config directory.
|
||||
If both
|
||||
.B -f
|
||||
and
|
||||
.B -F
|
||||
are specified, the config file will be read and converted to
|
||||
config directory format and written to the specified directory.
|
||||
If neither option is specified, an attempt to read the
|
||||
default config directory wll be made before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored.
|
||||
.TP
|
||||
.BI \-D " authcDN"
|
||||
specify a DN to be used as identity through the test session
|
||||
when selecting appropriate
|
||||
|
@ -15,6 +15,7 @@ slapadd \- Add entries to a SLAPD database
|
||||
.B [\-b suffix]
|
||||
.B [\-n dbnum]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-l ldif-file]
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
@ -85,6 +86,20 @@ specify an alternative
|
||||
.BR slapd.conf (5)
|
||||
file.
|
||||
.TP
|
||||
.BI \-F " confdir"
|
||||
specify a config directory.
|
||||
If both
|
||||
.B -f
|
||||
and
|
||||
.B -F
|
||||
are specified, the config file will be read and converted to
|
||||
config directory format and written to the specified directory.
|
||||
If neither option is specified, an attempt to read the
|
||||
default config directory wll be made before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored. If dryrun mode is also specified,
|
||||
no conversion will occur.
|
||||
.TP
|
||||
.BI \-l " ldif-file"
|
||||
Read LDIF from the specified file instead of standard input.
|
||||
.SH LIMITATIONS
|
||||
|
@ -8,6 +8,7 @@ slapauth \- Check a list of string-represented IDs for authc/authz.
|
||||
.B [\-v]
|
||||
.B [\-d level]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-M mech]
|
||||
.B [\-R realm]
|
||||
.B [\-U authcID]
|
||||
@ -44,6 +45,19 @@ specify an alternative
|
||||
.BR slapd.conf (5)
|
||||
file.
|
||||
.TP
|
||||
.BI \-F " confdir"
|
||||
specify a config directory.
|
||||
If both
|
||||
.B -f
|
||||
and
|
||||
.B -F
|
||||
are specified, the config file will be read and converted to
|
||||
config directory format and written to the specified directory.
|
||||
If neither option is specified, an attempt to read the
|
||||
default config directory wll be made before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored.
|
||||
.TP
|
||||
.BI \-M " mech"
|
||||
specify a mechanism.
|
||||
.TP
|
||||
|
@ -14,6 +14,7 @@ slapcat \- SLAPD database to LDIF utility
|
||||
.B [\-a filter]
|
||||
.B [\-s subtree-dn]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B [\-l ldif-file]
|
||||
.B
|
||||
.LP
|
||||
@ -87,6 +88,19 @@ Specify an alternative
|
||||
.BR slapd.conf (5)
|
||||
file.
|
||||
.TP
|
||||
.BI \-F " confdir"
|
||||
specify a config directory.
|
||||
If both
|
||||
.B -f
|
||||
and
|
||||
.B -F
|
||||
are specified, the config file will be read and converted to
|
||||
config directory format and written to the specified directory.
|
||||
If neither option is specified, an attempt to read the
|
||||
default config directory wll be made before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored.
|
||||
.TP
|
||||
.BI \-l " ldif-file"
|
||||
Write LDIF to specified file instead of standard output.
|
||||
.SH LIMITATIONS
|
||||
|
@ -41,6 +41,19 @@ specify an alternative
|
||||
.BR slapd.conf (5)
|
||||
file.
|
||||
.TP
|
||||
.BI \-F " confdir"
|
||||
specify a config directory.
|
||||
If both
|
||||
.B -f
|
||||
and
|
||||
.B -F
|
||||
are specified, the config file will be read and converted to
|
||||
config directory format and written to the specified directory.
|
||||
If neither option is specified, an attempt to read the
|
||||
default config directory wll be made before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored.
|
||||
.TP
|
||||
.BI \-N
|
||||
only output a normalized form of the DN, suitable to be used
|
||||
in a normalization tool; incompatible with
|
||||
|
@ -13,6 +13,7 @@ slapindex \- SLAPD index to LDIF utility
|
||||
.B [\-b suffix]
|
||||
.B [\-n dbnum]
|
||||
.B [\-f slapd.conf]
|
||||
.B [\-F confdir]
|
||||
.B
|
||||
.LP
|
||||
.SH DESCRIPTION
|
||||
@ -63,6 +64,19 @@ option.
|
||||
specify an alternative
|
||||
.BR slapd.conf (5)
|
||||
file.
|
||||
.TP
|
||||
.BI \-F " confdir"
|
||||
specify a config directory.
|
||||
If both
|
||||
.B -f
|
||||
and
|
||||
.B -F
|
||||
are specified, the config file will be read and converted to
|
||||
config directory format and written to the specified directory.
|
||||
If neither option is specified, an attempt to read the
|
||||
default config directory wll be made before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored.
|
||||
.SH LIMITATIONS
|
||||
Your
|
||||
.BR slapd (8)
|
||||
|
@ -45,8 +45,7 @@ If neither option is specified, slaptest will attempt to read the
|
||||
default config directory before trying to use the default
|
||||
config file. If a valid config directory exists then the
|
||||
default config file is ignored. If dryrun mode is also specified,
|
||||
no conversion will occur. All of the slap tools that
|
||||
use the config options observe this same behavior.
|
||||
no conversion will occur.
|
||||
.TP
|
||||
.B \-u
|
||||
enable dryrun mode (i.e. don't fail if databases cannot be opened,
|
||||
|
Loading…
Reference in New Issue
Block a user