Skip to content
Snippets Groups Projects
Commit 77c35c2b authored by Kurt Spanier's avatar Kurt Spanier
Browse files

Description of the '-l syslog-local-user' option in the slapd manpage;

also description of .pid and .args files.
parent de8c07c6
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ install-common: FORCE
for page in *.$(MANSECT); do \
$(SED) -e "s%LDVERSION%$$VERSION%" \
-e 's%ETCDIR%$(sysconfdir)%' \
-e 's%LOCALSTATEDIR%$(localstatedir)%' \
-e 's%SYSCONFDIR%$(sysconfdir)%' \
-e 's%DATADIR%$(datadir)%' \
-e 's%SBINDIR%$(sbindir)%' \
......
......@@ -4,7 +4,7 @@ slapd \- Stand-alone LDAP Daemon
.SH SYNOPSIS
.B LIBEXECDIR/slapd [\-d debug\-level]
.B [\-f slapd\-config\-file] [\-p port\-number]
.B [\-s syslog\-level] [\-i]
.B [\-s syslog\-level] [\-l syslog\-local\-user] [\-i]
.B
.SH DESCRIPTION
.LP
......@@ -18,6 +18,26 @@ is typically invoked at boot time, usually out of
Upon startup,
.B slapd
normally forks and disassociates itself from the invoking tty.
In this case, the
.B slapd
process will print its process ID to a
.B .pid
file ( see
.BR getpid (2)
), as well as the command line options during invocation to an
.B .args
file. By default, these files are located in the directory
.B LOCALSTATEDIR.
The files' base names are derived from the
.B slapd
binary name, making it possible to run several
.B slapd
servers with differet names on the same machine, with each having
its own
.B .pid/.args
files. (Those
.B slapd
names might be obtained via symbolic links to one binary file.)
If the
.B \-d
flag is given and debugging is set to some non-zero
......@@ -55,6 +75,21 @@ at what level debugging statements should be logged to the
.BR syslog (8)
facility.
.TP
.BI \-l " syslog\-local\-facility"
Selects the local user of the
.BR syslog (8)
facility. Values can be
.BR LOCAL0 ,
.BR LOCAL1 ,
and so on, up to
.BR LOCAL7 .
The default is
.BR LOCAL4 .
However, this option is only permitted on systems that support
local users with the
.BR syslog (8)
facility.
.TP
.BI \-f " slapd\-config\-file"
Specifies the slapd configuration file. The default is
.BR ETCDIR/slapd.conf .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment