mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5975: Fix pidfile/argsfile doc - they are independent of debug mode.
This commit is contained in:
parent
f735dcc712
commit
5adf46879f
@ -142,10 +142,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed
|
|||||||
(subject to access controls, authorization and other administrative limits).
|
(subject to access controls, authorization and other administrative limits).
|
||||||
.TP
|
.TP
|
||||||
.B olcArgsFile: <filename>
|
.B olcArgsFile: <filename>
|
||||||
The ( absolute ) name of a file that will hold the
|
The (absolute) name of a file that will hold the
|
||||||
.B slapd
|
.B slapd
|
||||||
server's command line options
|
server's command line (program name and options).
|
||||||
if started without the debugging command line option.
|
|
||||||
.TP
|
.TP
|
||||||
.B olcAttributeOptions: <option-name>...
|
.B olcAttributeOptions: <option-name>...
|
||||||
Define tagging attribute options or option tag/range prefixes.
|
Define tagging attribute options or option tag/range prefixes.
|
||||||
@ -631,11 +630,10 @@ versions of crypt(3) to use an MD5 algorithm and provides
|
|||||||
provides 31 characters of salt.
|
provides 31 characters of salt.
|
||||||
.TP
|
.TP
|
||||||
.B olcPidFile: <filename>
|
.B olcPidFile: <filename>
|
||||||
The ( absolute ) name of a file that will hold the
|
The (absolute) name of a file that will hold the
|
||||||
.B slapd
|
.B slapd
|
||||||
server's process ID ( see
|
server's process ID (see
|
||||||
.BR getpid (2)
|
.BR getpid (2)).
|
||||||
) if started without the debugging command line option.
|
|
||||||
.TP
|
.TP
|
||||||
.B olcPluginLogFile: <filename>
|
.B olcPluginLogFile: <filename>
|
||||||
The ( absolute ) name of a file that will contain log
|
The ( absolute ) name of a file that will contain log
|
||||||
|
@ -108,10 +108,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed
|
|||||||
(subject to access controls, authorization and other administrative limits).
|
(subject to access controls, authorization and other administrative limits).
|
||||||
.TP
|
.TP
|
||||||
.B argsfile <filename>
|
.B argsfile <filename>
|
||||||
The ( absolute ) name of a file that will hold the
|
The (absolute) name of a file that will hold the
|
||||||
.B slapd
|
.B slapd
|
||||||
server's command line options
|
server's command line (program name and options).
|
||||||
if started without the debugging command line option.
|
|
||||||
.TP
|
.TP
|
||||||
.B attributeoptions [option-name]...
|
.B attributeoptions [option-name]...
|
||||||
Define tagging attribute options or option tag/range prefixes.
|
Define tagging attribute options or option tag/range prefixes.
|
||||||
@ -765,11 +764,10 @@ versions of crypt(3) to use an MD5 algorithm and provides
|
|||||||
provides 31 characters of salt.
|
provides 31 characters of salt.
|
||||||
.TP
|
.TP
|
||||||
.B pidfile <filename>
|
.B pidfile <filename>
|
||||||
The ( absolute ) name of a file that will hold the
|
The (absolute) name of a file that will hold the
|
||||||
.B slapd
|
.B slapd
|
||||||
server's process ID ( see
|
server's process ID (see
|
||||||
.BR getpid (2)
|
.BR getpid (2)).
|
||||||
) if started without the debugging command line option.
|
|
||||||
.TP
|
.TP
|
||||||
.B referral <url>
|
.B referral <url>
|
||||||
Specify the referral to pass back when
|
Specify the referral to pass back when
|
||||||
|
Loading…
Reference in New Issue
Block a user