Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joe Martin
OpenLDAP
Commits
77c35c2b
Commit
77c35c2b
authored
26 years ago
by
Kurt Spanier
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/man.mk
+1
-0
1 addition, 0 deletions
build/man.mk
doc/man/man8/slapd.8
+36
-1
36 additions, 1 deletion
doc/man/man8/slapd.8
with
37 additions
and
1 deletion
build/man.mk
+
1
−
0
View file @
77c35c2b
...
...
@@ -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
)
%'
\
...
...
This diff is collapsed.
Click to expand it.
doc/man/man8/slapd.8
+
36
−
1
View file @
77c35c2b
...
...
@@ -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 .
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment