1999-09-20 02:12:18 +08:00
|
|
|
.TH SLAPD 8C "19 September 1999" "OpenLDAP LDVERSION"
|
1999-09-12 12:41:47 +08:00
|
|
|
.\" $OpenLDAP$
|
|
|
|
.\" Copyright 1998-1999 The OpenLDAP Foundation All Rights Reserved.
|
|
|
|
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
|
1998-08-09 08:43:13 +08:00
|
|
|
.SH NAME
|
|
|
|
slapd \- Stand-alone LDAP Daemon
|
|
|
|
.SH SYNOPSIS
|
1999-07-20 05:45:11 +08:00
|
|
|
.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]
|
1999-04-21 08:40:20 +08:00
|
|
|
.B [\-u user] [\-g group]
|
1998-08-09 08:43:13 +08:00
|
|
|
.B
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.LP
|
|
|
|
.B Slapd
|
|
|
|
is the stand-alone LDAP daemon. It listens for LDAP connections on
|
1999-07-20 05:45:11 +08:00
|
|
|
any number of ports (default 389), responding
|
1998-08-09 08:43:13 +08:00
|
|
|
to the LDAP operations it receives over these connections.
|
|
|
|
.B slapd
|
|
|
|
is typically invoked at boot time, usually out of
|
|
|
|
.BR /etc/rc.local .
|
|
|
|
Upon startup,
|
|
|
|
.B slapd
|
|
|
|
normally forks and disassociates itself from the invoking tty.
|
1999-01-21 23:53:54 +08:00
|
|
|
If configured in
|
|
|
|
.BR ETCDIR/slapd.conf ,
|
|
|
|
the
|
1999-01-08 17:59:09 +08:00
|
|
|
.B slapd
|
1999-01-21 23:53:54 +08:00
|
|
|
process will print its process ID ( see
|
1999-01-08 17:59:09 +08:00
|
|
|
.BR getpid (2)
|
1999-01-21 23:53:54 +08:00
|
|
|
) to a
|
|
|
|
.B .pid
|
|
|
|
file, as well as the command line options during invocation to an
|
1999-01-08 17:59:09 +08:00
|
|
|
.B .args
|
1999-01-21 23:53:54 +08:00
|
|
|
file ( see
|
|
|
|
.BR slapd.conf (5)
|
|
|
|
).
|
1998-08-09 08:43:13 +08:00
|
|
|
If the
|
|
|
|
.B \-d
|
1999-09-05 04:24:40 +08:00
|
|
|
flag is given, even with a zero argument,
|
1998-08-09 08:43:13 +08:00
|
|
|
.B slapd
|
|
|
|
will not fork and disassociate from the invoking tty.
|
|
|
|
.LP
|
|
|
|
.B Slapd
|
|
|
|
can be configured to provide replicated service for a database with
|
|
|
|
the help of
|
|
|
|
.BR slurpd ,
|
|
|
|
the standalone LDAP update replication daemon.
|
|
|
|
See
|
|
|
|
.BR slurpd (8)
|
|
|
|
for details.
|
|
|
|
.LP
|
|
|
|
See "The SLAPD and SLURPD Administrator's Guide" for more details on
|
|
|
|
.BR slapd .
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.BI \-d " debug\-level"
|
|
|
|
Turn on debugging as defined by
|
|
|
|
.I debug\-level.
|
1999-09-05 04:24:40 +08:00
|
|
|
If this option is specified, even with a zero argument,
|
1998-08-09 08:43:13 +08:00
|
|
|
.B slapd
|
|
|
|
will not fork or disassociate from the invoking terminal. Some general
|
|
|
|
operation and status messages are printed for any value of \fIdebug\-level\fP.
|
|
|
|
\fIdebug\-level\fP is taken as a bit string, with each bit corresponding to a
|
|
|
|
different kind of debugging information. See <ldap.h> for details.
|
|
|
|
.TP
|
|
|
|
.BI \-s " syslog\-level"
|
|
|
|
This option tells
|
|
|
|
.B slapd
|
|
|
|
at what level debugging statements should be logged to the
|
|
|
|
.BR syslog (8)
|
|
|
|
facility.
|
|
|
|
.TP
|
1999-01-08 18:09:07 +08:00
|
|
|
.BI \-l " syslog\-local\-user"
|
1999-01-08 17:59:09 +08:00
|
|
|
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
|
1998-08-09 08:43:13 +08:00
|
|
|
.BI \-f " slapd\-config\-file"
|
|
|
|
Specifies the slapd configuration file. The default is
|
|
|
|
.BR ETCDIR/slapd.conf .
|
|
|
|
.TP
|
1999-07-20 05:45:11 +08:00
|
|
|
.BI \-h " URLlist"
|
1999-03-17 11:56:25 +08:00
|
|
|
.B slapd
|
1999-07-20 05:45:11 +08:00
|
|
|
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.
|
1999-03-17 11:56:25 +08:00
|
|
|
.TP
|
1998-08-09 08:43:13 +08:00
|
|
|
.BI \-p " port\-number"
|
|
|
|
.B slapd
|
1999-07-20 05:45:11 +08:00
|
|
|
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.
|
1998-08-09 08:43:13 +08:00
|
|
|
.TP
|
1999-07-20 05:45:11 +08:00
|
|
|
.BI \-P " tls\-port\-number"
|
1999-07-17 04:03:53 +08:00
|
|
|
.B slapd
|
1999-07-20 05:45:11 +08:00
|
|
|
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.
|
1999-07-17 04:03:53 +08:00
|
|
|
.TP
|
|
|
|
.BI \-P " port\-number"
|
|
|
|
Changes the port where
|
|
|
|
.B slapd
|
|
|
|
will expect LDAP over raw TLS connections. If this option is not given,
|
|
|
|
the default port for this purpose (636) will be used. A numeric port
|
|
|
|
number is expected.
|
|
|
|
.TP
|
1999-04-21 08:40:20 +08:00
|
|
|
.BI \-u " user"
|
1999-04-03 11:19:07 +08:00
|
|
|
.B slapd
|
|
|
|
will run slapd with the specified user name or id, and that user's
|
|
|
|
supplementary group access list as set with initgroups(3). The group ID
|
1999-04-21 08:40:20 +08:00
|
|
|
is also changed to this user's gid, unless the -g option is used to
|
1999-04-03 11:19:07 +08:00
|
|
|
override.
|
|
|
|
.TP
|
1999-04-21 08:40:20 +08:00
|
|
|
.BI \-g " group"
|
1999-04-03 11:19:07 +08:00
|
|
|
.B slapd
|
|
|
|
will run with the specified group name or id.
|
|
|
|
.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
|
|
|
|
any shell back-ends will run as the specified non-privileged user.
|
1998-08-09 08:43:13 +08:00
|
|
|
.SH EXAMPLES
|
|
|
|
To start
|
|
|
|
.I slapd
|
|
|
|
and have it fork and detach from the terminal and start serving
|
|
|
|
the LDAP databases defined in the default config file, just type:
|
|
|
|
.LP
|
|
|
|
.nf
|
|
|
|
.ft tt
|
1998-08-20 02:19:39 +08:00
|
|
|
LIBEXECDIR/slapd
|
1998-08-09 08:43:13 +08:00
|
|
|
.ft
|
|
|
|
.fi
|
|
|
|
.LP
|
|
|
|
To start
|
|
|
|
.B slapd
|
|
|
|
with an alternate configuration file, and turn
|
|
|
|
on voluminous debugging which will be printed on standard error, type:
|
|
|
|
.LP
|
|
|
|
.nf
|
|
|
|
.ft tt
|
1998-08-19 10:38:35 +08:00
|
|
|
LIBEXECDIR/slapd -f ETCDIR/slapd.conf -d 255
|
1998-08-09 08:43:13 +08:00
|
|
|
.ft
|
|
|
|
.fi
|
|
|
|
.LP
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR ldap (3),
|
|
|
|
.BR slapd.conf (5),
|
|
|
|
.BR slurpd (8)
|
|
|
|
.LP
|
|
|
|
"The SLAPD and SLURPD Administrator's Guide"
|
|
|
|
.SH BUGS
|
1999-09-20 01:57:16 +08:00
|
|
|
See http://www.openldap.org/its/
|
1998-10-25 09:41:42 +08:00
|
|
|
.SH ACKNOWLEDGEMENTS
|
|
|
|
.B OpenLDAP
|
|
|
|
is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
|
|
|
|
.B OpenLDAP
|
|
|
|
is derived from University of Michigan LDAP 3.3 Release.
|