Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
23565fca
Commit
23565fca
authored
25 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Update slapd(8) with new -h option.
parent
b2937bee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man8/slapd.8
+31
-23
31 additions, 23 deletions
doc/man/man8/slapd.8
with
31 additions
and
23 deletions
doc/man/man8/slapd.8
+
31
−
23
View file @
23565fca
...
...
@@ -2,16 +2,20 @@
.SH NAME
slapd \- Stand-alone LDAP Daemon
.SH SYNOPSIS
.B LIBEXECDIR/slapd [\-d debug\-level]
.B [\-f slapd\-config\-file] [\-a address] [\-p port\-number]
.B [\-s syslog\-level] [\-l syslog\-local\-user] [\-i]
.B LIBEXECDIR/slapd
.B [\-f slapd\-config\-file]
.B [\-h URLs]
.B [\-d debug\-level]
.B [\-p port\-number]
.B [\-P tls\-port\-number]
.B [\-s syslog\-level] [\-l syslog\-local\-user]
.B [\-u user] [\-g group]
.B
.SH DESCRIPTION
.LP
.B Slapd
is the stand-alone LDAP daemon. It listens for LDAP connections on
por
t 389, responding
any number of ports (defaul
t 389
)
, responding
to the LDAP operations it receives over these connections.
.B slapd
is typically invoked at boot time, usually out of
...
...
@@ -88,24 +92,35 @@ facility.
Specifies the slapd configuration file. The default is
.BR ETCDIR/slapd.conf .
.TP
.BI \-
a
"
address
"
.BI \-
h
"
URLlist
"
.B slapd
will listen on all addresses (INADDR_ANY) unless this option
is given to override the default. The address is expected in
Internet standard '.' format.
will serve
.B ldap:///
(LDAP over TCP on all interfaces on default LDAP port). As such,
it will bind to INADDR_ANY, port 389.
The
.B \-h
option may be used to specify LDAP (and LDAPS) URLs to serve.
For example, if slapd is given
.B \-h " ldap://127.0.0.1:9009/ ldaps:///",
It will bind 127.0.0.1:9009 for LDAP and INADDR_ANY:636 for LDAP over TLS.
A space separated list of URLs is expected. The URLS should be of
LDAP (ldap://) or, if supported, LDAP over TLS (ldaps://) type without
a DN or other optional parameters. Hosts may be specified in either
Internet '.' format (preferred) or by name. Ports, if specfied,
must be numeric.
.TP
.BI \-p " port\-number"
.B slapd
will listen on the default LDAP port (389) unless this option is given
to override the default. A numeric port number is expected.
will use on the default port (389) for LDAP URLs unless this
option is given to override the default.
A numeric port number is expected.
.TP
.BI \-T
If
.BI \-P " tls\-port\-number"
.B slapd
is built with support for Transport Layer Security and this option is
given, it will bind on an additional port for TLS/SSL connections.
Notice that this is LDAP over raw TLS, not TLS with SASL that works
on the normal port.
will use on the default port (636) for LDAPS (LDAP over TLS) URLs
unless this option is given to override the default. A numeric port
number is expected.
.TP
.BI \-P " port\-number"
Changes the port where
...
...
@@ -124,13 +139,6 @@ override.
.BI \-g " group"
.B slapd
will run with the specified group name or id.
.TP
.B \-i
This option tells
.B slapd
that it is being run from
.BR inetd(8) ,
the Internet protocol daemon.
.LP
Note that on some systems, running as a non-privileged user will prevent
passwd back-ends from accessing the encrypted passwords. Note also that
...
...
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