]> git.sur5r.net Git - openldap/blob - doc/man/man8/slapd.8
96e1d9edb649075fc7261ab5eec214413650ddbf
[openldap] / doc / man / man8 / slapd.8
1 .\" $OpenLDAP$
2 .\" Copyright 1998-2006 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .TH SLAPD 8C "RELEASEDATE" "OpenLDAP LDVERSION"
5 .SH NAME
6 slapd \- Stand-alone LDAP Daemon
7 .SH SYNOPSIS
8 .B LIBEXECDIR/slapd 
9 .B [\-[4|6]]
10 .B [\-T {acl|add|auth|cat|dn|index|passwd|test}]
11 .B [\-d debug\-level]
12 .B [\-f slapd\-config\-file]
13 .B [\-F slapd\-config\-directory]
14 .B [\-h URLs]
15 .B [\-n service\-name] [\-s syslog\-level] [\-l syslog\-local\-user]
16 .B [\-o option[=value]]
17 .B [\-r directory]
18 .B [\-u user] [\-g group]
19 .B [\-c cookie]
20 .SH DESCRIPTION
21 .LP
22 .B Slapd
23 is the stand-alone LDAP daemon. It listens for LDAP connections on
24 any number of ports (default 389), responding
25 to the LDAP operations it receives over these connections.
26 .B slapd
27 is typically invoked at boot time, usually out of
28 .BR  /etc/rc.local .
29 Upon startup,
30 .B slapd
31 normally forks and disassociates itself from the invoking tty.
32 If configured in the config file (or config directory),
33 the
34 .B slapd
35 process will print its process ID (see
36 .BR getpid (2))
37 to a 
38 .B .pid
39 file, as well as the command line options during invocation to an
40 .B .args
41 file (see 
42 .BR slapd.conf (5)).
43 If the
44 .B \-d
45 flag is given, even with a zero argument,
46 .B slapd
47 will not fork and disassociate from the invoking tty.
48 .LP
49 .B Slapd
50 can be configured to provide replicated service for a database with
51 the help of
52 .BR slurpd ,
53 the standalone LDAP update replication daemon.
54 See
55 .BR slurpd (8)
56 for details.
57 .LP
58 See the "OpenLDAP Administrator's Guide" for more details on
59 .BR slapd .
60 .SH OPTIONS
61 .TP
62 .B \-4
63 Listen on IPv4 addresses only.
64 .TP
65 .B \-6
66 Listen on IPv6 addresses only.
67 .TP
68 .B \-T {a|c|d|i|p|t|acl|auth}
69 Run in Tool mode. The additional argument selects whether to run as
70 slapadd, slapcat, slapdn, slapindex, slappasswd, or slaptest
71 (slapacl and slapauth need the entire "\fIacl\fP" and "\fIauth\fP"
72 option value to be spelled out, as "\fIa\fP" is reserved to
73 .BR slapadd ).
74 This option should be the first option specified when it is used;
75 any remaining options will be interpreted by the corresponding 
76 slap tool program, according to the respective man pages.
77 Note that these tool programs will usually be symbolic links to slapd.
78 This option is provided for situations where symbolic links 
79 are not provided or not usable.
80 .TP
81 .BI \-d " debug\-level"
82 Turn on debugging as defined by
83 .I debug\-level.
84 If this option is specified, even with a zero argument,
85 .B slapd
86 will not fork or disassociate from the invoking terminal.  Some general
87 operation and status messages are printed for any value of \fIdebug\-level\fP.
88 \fIdebug\-level\fP is taken as a bit string, with each bit corresponding to a
89 different kind of debugging information.  See <ldap.h> for details.
90 Comma-separated arrays of friendly names can be specified to select
91 debugging output of the corresponding debugging information.
92 All the names recognized by the \fIloglevel\fP directive 
93 described in \fBslapd.conf\fP(5) are supported.
94 Remember that if you turn on packet logging, packets containing bind passwords
95 will be output, so if you redirect the log to a logfile, that file should
96 be read-protected.
97 .TP
98 .BI \-s " syslog\-level"
99 This option tells
100 .B slapd
101 at what level debugging statements should be logged to the
102 .BR syslog (8)
103 facility.
104 The value "syslog\-level" can be set to any value or combination
105 allowed by the "-d" switch.
106 Slapd logs all messages selected by "syslog\-level" 
107 at the syslog(3) severity level "DEBUG",
108 on the unit specified with "-l".
109 .TP
110 .BI \-n " service\-name"
111 Specifies the service name for logging and other purposes.  Defaults
112 to basename of argv[0], i.e.: "slapd".
113 .TP
114 .BI \-l " syslog\-local\-user"
115 Selects the local user of the
116 .BR syslog (8)
117 facility. Value can be 
118 .BR LOCAL0 , 
119 through
120 .BR LOCAL7 ,
121 as well as
122 .B USER
123 and
124 .BR DAEMON .
125 The default is
126 .BR LOCAL4 .
127 However, this option is only permitted on systems that support
128 local users with the 
129 .BR syslog (8)
130 facility.
131 Logging to syslog(8) occurs at the "DEBUG" severity level.
132 .TP
133 .BI \-f " slapd\-config\-file"
134 Specifies the slapd configuration file. The default is
135 .BR ETCDIR/slapd.conf .
136 .TP
137 .BI \-F " slapd\-config\-directory"
138 Specifies the slapd configuration directory. The default is
139 .BR ETCDIR/slapd.d .
140 If both
141 .B -f
142 and
143 .B -F
144 are specified, the config file will be read and converted to
145 config directory format and written to the specified directory.
146 If neither option is specified, slapd will attempt to read the
147 default config directory before trying to use the default
148 config file. If a valid config directory exists then the
149 default config file is ignored. All of the slap tools that
150 use the config options observe this same behavior.
151 .TP
152 .BI \-h " URLlist"
153 .B slapd
154 will by default serve
155 .B ldap:///
156 (LDAP over TCP on all interfaces on default LDAP port).  That is, 
157 it will bind using INADDR_ANY and port 389.
158 The
159 .B \-h
160 option may be used to specify LDAP (and other scheme) URLs to serve.
161 For example, if slapd is given
162 .BR "\-h \(dqldap://127.0.0.1:9009/ ldaps:/// ldapi:///\(dq" , 
163 it will listen on 127.0.0.1:9009 for LDAP, 0.0.0.0:636 for LDAP over TLS,
164 and LDAP over IPC (Unix domain sockets).  Host 0.0.0.0 represents
165 INADDR_ANY (any interface).
166 A space separated list of URLs is expected.  The URLs should be of
167 the LDAP, LDAPS, or LDAPI schemes, and generally
168 without a DN or other optional parameters (excepting as discussed below).
169 Support for the latter two schemes depends on selected configuration 
170 options.  Hosts may be specified by name or IPv4 and IPv6 address formats.
171 Ports, if specified, must be numeric.  The default ldap:// port is 389
172 and the default ldaps:// port is 636.
173
174 The listener permissions are indicated by
175 "x-mod=-rwxrwxrwx", "x-mod=0777" or "x-mod=777", where any 
176 of the "rwx" can be "-" to suppress the related permission, while any 
177 of the "7" can be any legal octal digit, according to chmod(1).
178 The listeners can take advantage of the "x-mod"
179 extension to apply rough limitations to operations, e.g. allow read operations
180 ("r", which applies to search and compare), write operations ("w", 
181 which applies to add, delete, modify and modrdn), and execute operations
182 ("x", which means bind is required).
183 "User" permissions apply to authenticated users, while "other" apply
184 to anonymous users; "group" permissions are ignored.
185 For example, "ldap:///????x-mod=-rw-------" means that read and write is only allowed
186 for authenticated connections, and bind is required for all operations.
187 This feature is experimental, and requires to be manually enabled
188 at configure time.
189 .TP
190 .BI \-r " directory"
191 Specifies a directory to become the root directory.  slapd will
192 change the current working directory to this directory and
193 then
194 .BR chroot (2)
195 to this directory.  This is done after opening listeners but before
196 reading any configuration file or initializing any backend.  When
197 used as a security mechanism, it should be used in conjunction with
198 .B -u
199 and
200 .B -g
201 options.
202 .TP
203 .BI \-u " user"
204 .B slapd
205 will run slapd with the specified user name or id, and that user's
206 supplementary group access list as set with initgroups(3).  The group ID
207 is also changed to this user's gid, unless the -g option is used to
208 override.  Note when used with
209 .BR -r ,
210 slapd will use the user database in the change root environment.
211
212 Note that on some systems, running as a non-privileged user will prevent
213 passwd back-ends from accessing the encrypted passwords.  Note also that
214 any shell back-ends will run as the specified non-privileged user.
215 .TP
216 .BI \-g " group"
217 .B slapd
218 will run with the specified group name or id.  Note when used with
219 .BR -r ,
220 slapd will use the group database in the change root environment.
221 .TP
222 .BI \-c " cookie"
223 This option provides a cookie for the syncrepl replication consumer.
224 The cookie is a comma separated list of name=value pairs.
225 Currently supported syncrepl cookie fields are
226 .B rid
227 and
228 .B csn.
229 .B rid
230 identifies a replication thread within the consumer server
231 and is used to find the syncrepl specification in 
232 .BR slapd.conf (5)
233 having the matching replication identifier in its definition. The
234 .B rid
235 must be provided in order for any other specified values to be used.
236 .B csn
237 is the commit sequence number received by a previous synchronization
238 and represents the state of the consumer replica content which the
239 syncrepl engine will synchronize to the current provider content.
240 .TP
241 .BI \-o " option[=value]"
242 This option provides a generic means to specify options without the need to reserve
243 a separate letter for them.
244
245 It supports the following options:
246 .RS
247 .TP
248 slp={\fBon\fP|\fBoff\fP|\fIslp\-attrs\fP}
249 When SLP support is compiled into slapd, disable it (
250 .B off
251 ), enable it by registering at SLP DAs without specific SLP attributes (
252 .B on
253 ), or with specific SLP attributes
254 .I slp\-attrs
255 that must be an SLP attribute list definition according to the SLP standard.
256
257 For example, "-o slp=(tree=production),(server-type=OpenLDAP),(server-version=2.3.20)"
258 registers at SLP DAs with the three SLP attributes tree, server-type and server-version
259 that have the values given above.
260 This allows to specifically query the SLP DAs for LDAP servers holding the
261 .I production
262 tree in case multiple trees are availabe.
263 .RE
264 .SH EXAMPLES
265 To start 
266 .I slapd
267 and have it fork and detach from the terminal and start serving
268 the LDAP databases defined in the default config file, just type:
269 .LP
270 .nf
271 .ft tt
272         LIBEXECDIR/slapd
273 .ft
274 .fi
275 .LP
276 To start 
277 .B slapd
278 with an alternate configuration file, and turn
279 on voluminous debugging which will be printed on standard error, type:
280 .LP
281 .nf
282 .ft tt
283         LIBEXECDIR/slapd -f /var/tmp/slapd.conf -d 255
284 .ft
285 .fi
286 .LP
287 To test whether the configuration file is correct or not, type:
288 .LP
289 .nf
290 .ft tt
291         LIBEXECDIR/slapd -Tt
292 .ft
293 .fi
294 .LP
295 .SH "SEE ALSO"
296 .BR ldap (3),
297 .BR slapd.conf (5),
298 .BR slapd.access (5),
299 .BR slapacl (8),
300 .BR slapadd (8),
301 .BR slapauth (8),
302 .BR slapcat (8),
303 .BR slapdn (8),
304 .BR slapindex (8),
305 .BR slappasswd (8),
306 .BR slaptest (8),
307 .BR slurpd (8)
308 .LP
309 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
310 .SH BUGS
311 See http://www.openldap.org/its/
312 .SH ACKNOWLEDGEMENTS
313 .B OpenLDAP
314 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
315 .B OpenLDAP
316 is derived from University of Michigan LDAP 3.3 Release.