ITS#5975: Fix pidfile/argsfile doc - they are independent of debug mode.

This commit is contained in:
Hallvard Furuseth 2009-04-17 21:08:46 +00:00
parent f735dcc712
commit 5adf46879f
2 changed files with 10 additions and 14 deletions

View File

@ -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

View File

@ -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