mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Add notes about -F config dir option
This commit is contained in:
parent
a1570f9185
commit
48fba4a894
@ -10,6 +10,7 @@ slapd \- Stand-alone LDAP Daemon
|
||||
.B [\-T {acl|add|auth|cat|dn|index|passwd|test}]
|
||||
.B [\-d debug\-level]
|
||||
.B [\-f slapd\-config\-file]
|
||||
.B [\-F slapd\-config\-directory]
|
||||
.B [\-h URLs]
|
||||
.B [\-n service\-name] [\-s syslog\-level] [\-l syslog\-local\-user]
|
||||
.B [\-r directory]
|
||||
@ -27,8 +28,7 @@ is typically invoked at boot time, usually out of
|
||||
Upon startup,
|
||||
.B slapd
|
||||
normally forks and disassociates itself from the invoking tty.
|
||||
If configured in
|
||||
.BR ETCDIR/slapd.conf ,
|
||||
If configured in the config file (or config directory),
|
||||
the
|
||||
.B slapd
|
||||
process will print its process ID (see
|
||||
@ -123,6 +123,20 @@ facility.
|
||||
Specifies the slapd configuration file. The default is
|
||||
.BR ETCDIR/slapd.conf .
|
||||
.TP
|
||||
.BI \-F " slapd\-config\-directory"
|
||||
Specifies the slapd configuration file. The default is
|
||||
.BR ETCDIR/slapd.d .
|
||||
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, 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.
|
||||
.TP
|
||||
.BI \-h " URLlist"
|
||||
.B slapd
|
||||
will by default serve
|
||||
|
Loading…
Reference in New Issue
Block a user