Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
5adf4687
Commit
5adf4687
authored
Apr 17, 2009
by
Hallvard Furuseth
Browse files
ITS#5975: Fix pidfile/argsfile doc - they are independent of debug mode.
parent
f735dcc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
5adf4687
...
...
@@ -142,10 +142,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed
(subject to access controls, authorization and other administrative limits).
.TP
.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
server's command line options
if started without the debugging command line option.
server's command line (program name and options).
.TP
.B olcAttributeOptions: <option-name>...
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.
.TP
.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
server's process ID ( see
.BR getpid (2)
) if started without the debugging command line option.
server's process ID (see
.BR getpid (2)).
.TP
.B olcPluginLogFile: <filename>
The ( absolute ) name of a file that will contain log
...
...
doc/man/man5/slapd.conf.5
View file @
5adf4687
...
...
@@ -108,10 +108,9 @@ allows unauthenticated (anonymous) proxy authorization control to be processed
(subject to access controls, authorization and other administrative limits).
.TP
.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
server's command line options
if started without the debugging command line option.
server's command line (program name and options).
.TP
.B attributeoptions [option-name]...
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.
.TP
.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
server's process ID ( see
.BR getpid (2)
) if started without the debugging command line option.
server's process ID (see
.BR getpid (2)).
.TP
.B referral <url>
Specify the referral to pass back when
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment