ITS#3716, add note about -f/-F behavior re: converting formats

This commit is contained in:
Howard Chu 2005-06-09 19:44:02 +00:00
parent 2c8b0f7a49
commit 7b72a9bc99
2 changed files with 14 additions and 1 deletions

View File

@ -135,7 +135,8 @@ config directory format and written to the specified directory.
If neither option is specified, slapd 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.
default config file is ignored. All of the slap tools that
use the config options observe this same behavior.
.TP
.BI \-h " URLlist"
.B slapd

View File

@ -35,6 +35,18 @@ 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, 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.
.TP
.B \-u
enable dryrun mode (i.e. don't fail if databases cannot be opened,