]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd.conf.5
password-hash now takes a list of mechanisms
[openldap] / doc / man / man5 / slapd.conf.5
1 .TH SLAPD.CONF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2004 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .\" $OpenLDAP$
5 .SH NAME
6 slapd.conf \- configuration file for slapd, the stand-alone LDAP daemon
7 .SH SYNOPSIS
8 ETCDIR/slapd.conf
9 .SH DESCRIPTION
10 The file
11 .B ETCDIR/slapd.conf
12 contains configuration information for the
13 .BR slapd (8)
14 daemon.  This configuration file is also used by the
15 .BR slurpd (8)
16 replication daemon and by the SLAPD tools
17 .BR slapadd (8),
18 .BR slapcat (8),
19 and
20 .BR slapindex (8).
21 .LP
22 The
23 .B slapd.conf
24 file consists of a series of global configuration options that apply to
25 .B slapd
26 as a whole (including all backends), followed by zero or more database
27 backend definitions that contain information specific to a backend
28 instance.
29 .LP
30 The general format of
31 .B slapd.conf
32 is as follows:
33 .LP
34 .nf
35     # comment - these options apply to every database
36     <global configuration options>
37     # first database definition & configuration options
38     database <backend 1 type>
39     <configuration options specific to backend 1>
40     # subsequent database definitions & configuration options
41     ...
42 .fi
43 .LP
44 As many backend-specific sections as desired may be included.  Global
45 options can be overridden in a backend (for options that appear more
46 than once, the last appearance in the
47 .B slapd.conf
48 file is used).
49 .LP
50 If a line begins with white space, it is considered a continuation
51 of the previous line.  Blank lines and comment lines beginning with
52 a `#' character are ignored.  (Note: continuation lines are unwrapped
53 before comment processing is applied.)
54 .LP
55 Arguments on configuration lines are separated by white space. If an
56 argument contains white space, the argument should be enclosed in
57 double quotes.  If an argument contains a double quote (`"') or a
58 backslash character (`\\'), the character should be preceded by a
59 backslash character.
60 .LP
61 The specific configuration options available are discussed below in the
62 Global Configuration Options, General Backend Options, and General Database
63 Options.  Backend-specific options are discussed in the
64 .B slapd-<backend>(5)
65 manual pages.  Refer to the "OpenLDAP Administrator's Guide" for more
66 details on the slapd configuration file.
67 .SH GLOBAL CONFIGURATION OPTIONS
68 Options described in this section apply to all backends, unless specifically 
69 overridden in a backend definition. Arguments that should be replaced by 
70 actual text are shown in brackets <>.
71 .TP
72 .B access to <what> "[ by <who> <access> <control> ]+"
73 Grant access (specified by <access>) to a set of entries and/or
74 attributes (specified by <what>) by one or more requestors (specified
75 by <who>).
76 See
77 .BR slapd.access (5)
78 and the "OpenLDAP's Administrator's Guide" for details.
79 .TP
80 .B allow <features>
81 Specify a set of features (separated by white space) to
82 allow (default none).
83 .B bind_v2
84 allows acceptance of LDAPv2 bind requests.  Note that
85 .BR slapd (8)
86 does not truly implement LDAPv2 (RFC 1777), now Historic (RFC 3494).
87 .B bind_anon_cred
88 allows anonymous bind when credentials are not empty (e.g.
89 when DN is empty).
90 .B bind_anon_dn
91 allows unauthenticated (anonymous) bind when DN is not empty.
92 .B update_anon
93 allow unauthenticated (anonymous) update operations to be processed
94 (subject to access controls and other administrative limits).
95 .TP
96 .B argsfile <filename>
97 The ( absolute ) name of a file that will hold the 
98 .B slapd
99 server's command line options
100 if started without the debugging command line option.
101 .TP
102 .B attributeoptions [option-name]...
103 Define tagging attribute options or option tag/range prefixes.
104 Options must not end with `-', prefixes must end with `-'.
105 The `lang-' prefix is predefined.
106 If you use the
107 .B attributeoptions
108 directive, `lang-' will no longer be defined and you must specify it
109 explicitly if you want it defined.
110
111 An attribute description with a tagging option is a subtype of that
112 attribute description without the option.
113 Except for that, options defined this way have no special semantics.
114 Prefixes defined this way work like the `lang-' options:
115 They define a prefix for tagging options starting with the prefix.
116 That is, if you define the prefix `x-foo-', you can use the option
117 `x-foo-bar'.
118 Furthermore, in a search or compare, a prefix or range name (with
119 a trailing `-') matches all options starting with that name, as well
120 as the option with the range name sans the trailing `-'.
121 That is, `x-foo-bar-' matches `x-foo-bar' and `x-foo-bar-baz'.
122
123 RFC 2251 reserves options beginning with `x-' for private experiments.
124 Other options should be registered with IANA, see RFC 3383 section 3.4.
125 OpenLDAP also has the `binary' option built in, but this is a transfer
126 option, not a tagging option.
127 .HP
128 .hy 0
129 .B attributetype "(\ <oid>\
130  [NAME\ <name>]\
131  [DESC\ <description>]\
132  [OBSOLETE]\
133  [SUP\ <oid>]\
134  [EQUALITY\ <oid>]\
135  [ORDERING\ <oid>]\
136  [SUBSTR\ <oid>]\
137  [SYNTAX\ <oidlen>]\
138  [SINGLE\-VALUE]\
139  [COLLECTIVE]\
140  [NO\-USER\-MODIFICATION]\
141  [USAGE\ <attributeUsage>]\ )"
142 .RS
143 Specify an attribute type using the LDAPv3 syntax defined in RFC 2252.
144 The slapd parser extends the RFC 2252 definition by allowing string
145 forms as well as numeric OIDs to be used for the attribute OID and
146 attribute syntax OID.
147 (See the
148 .B objectidentifier
149 description.) 
150 .RE
151 .TP
152 .B concurrency <integer>
153 Specify a desired level of concurrency.  Provided to the underlying
154 thread system as a hint.  The default is not to provide any hint.
155 .TP
156 .B conn_max_pending <integer>
157 Specify the maximum number of pending requests for an anonymous session.
158 If requests are submitted faster than the server can process them, they
159 will be queued up to this limit. If the limit is exceeded, the session
160 is closed. The default is 100.
161 .TP
162 .B conn_max_pending_auth <integer>
163 Specify the maximum number of pending requests for an authenticated session.
164 The default is 1000.
165 .\".TP
166 .\".B debug <subsys> <level>
167 .\"Specify a logging level for a particular subsystem.  The subsystems include
168 .\".B global
169 .\"a global level for all subsystems,
170 .\".B acl
171 .\"the ACL engine,
172 .\".B backend
173 .\"the backend databases,
174 .\".B cache
175 .\"the entry cache manager,
176 .\".B config
177 .\"the config file reader,
178 .\".B connection
179 .\"the connection manager,
180 .\".B cyrus
181 .\"the Cyrus SASL library interface,
182 .\".B filter
183 .\"the search filter processor,
184 .\".B getdn
185 .\"the DN normalization library,
186 .\".B index
187 .\"the database indexer,
188 .\".B liblber
189 .\"the ASN.1 BER library,
190 .\".B module
191 .\"the dynamic module loader,
192 .\".B operation
193 .\"the LDAP operation processors,
194 .\".B sasl
195 .\"the SASL authentication subsystem,
196 .\".B schema
197 .\"the schema processor, and
198 .\".B tls
199 .\"the TLS library interface. This is not an exhaustive list; there are many
200 .\"other subsystems and more are added over time.
201 .\"
202 .\"The levels are, in order of decreasing priority:
203 .\".B emergency, alert, critical, error, warning, notice, information, entry,
204 .\".B args, results, detail1, detail2
205 .\"An integer may be used instead, with 0 corresponding to
206 .\".B emergency
207 .\"up to 11 for
208 .\".BR detail2 .
209 .\"The
210 .\".B entry
211 .\"level logs function entry points,
212 .\".B args
213 .\"adds function call parameters, and
214 .\".B results
215 .\"adds the function results to the logs.
216 .\"The
217 .\".B detail1
218 .\"and
219 .\".B detail2
220 .\"levels add even more low level detail from individual functions.
221 .TP
222 .B defaultsearchbase <dn>
223 Specify a default search base to use when client submits a
224 non-base search request with an empty base DN.
225 .TP
226 .B disallow <features>
227 Specify a set of features (separated by white space) to
228 disallow (default none).
229 .B bind_anon
230 disables acceptance of anonymous bind requests.
231 .B bind_simple
232 disables simple (bind) authentication.
233 .B bind_krbv4
234 disables Kerberos V4 (bind) authentication.
235 .B tls_2_anon
236 disables Start TLS from forcing session to anonymous status (see also
237 .BR tls_authc ).
238 .B tls_authc
239 disables StartTLS if authenticated (see also
240 .BR tls_2_anon ).
241 .HP
242 .hy 0
243 .B ditcontentrule "(\ <oid>\
244  [NAME\ <name>]\
245  [DESC\ <description>]\
246  [OBSOLETE]\
247  [AUX\ <oids>]\
248  [MUST\ <oids>]\
249  [MAY\ <oids>]\
250  [NOT\ <oids>]\ )"
251 .RS
252 Specify an DIT Content Rule using the LDAPv3 syntax defined in RFC 2252.
253 The slapd parser extends the RFC 2252 definition by allowing string
254 forms as well as numeric OIDs to be used for the attribute OID and
255 attribute syntax OID.
256 (See the
257 .B objectidentifier
258 description.) 
259 .RE
260 .TP
261 .B gentlehup { on | off }
262 A SIGHUP signal will only cause a 'gentle' shutdown-attempt:
263 .B Slapd
264 will stop listening for new connections, but will not close the
265 connections to the current clients.  Future write operations return
266 unwilling-to-perform, though.  Slapd terminates when all clients
267 have closed their connections (if they ever do), or \- as before \-
268 if it receives a SIGTERM signal.  This can be useful if you wish to
269 terminate the server and start a new
270 .B slapd
271 server
272 .B with another database,
273 without disrupting the currently active clients.
274 The default is off.  You may wish to use
275 .B idletimeout
276 along with this option.
277 .TP
278 .B idletimeout <integer>
279 Specify the number of seconds to wait before forcibly closing
280 an idle client connection.  A idletimeout of 0 disables this
281 feature.  The default is 0.
282 .TP
283 .B include <filename>
284 Read additional configuration information from the given file before
285 continuing with the next line of the current file.
286 .TP
287 .B limits <who> <limit> [<limit> [...]]
288 Specify time and size limits based on who initiated an operation.
289 The argument
290 .B who
291 can be any of
292 .RS
293 .RS
294 .TP
295 anonymous | users | [dn[.<style>]=]<pattern> | group[/oc[/at]]=<pattern>
296
297 .RE
298 with
299 .RS
300 .TP
301 <style> ::= exact | base | one | subtree | children | regex | anonymous
302
303 .RE
304 The term
305 .B anonymous
306 matches all unauthenticated clients.
307 The term
308 .B users
309 matches all authenticated clients;
310 otherwise an
311 .B exact
312 dn pattern is assumed unless otherwise specified by qualifying 
313 the (optional) key string
314 .B dn
315 with 
316 .B exact
317 or
318 .B base
319 (which are synonyms), to require an exact match; with
320 .BR one, 
321 to require exactly one level of depth match; with
322 .BR subtree,
323 to allow any level of depth match, including the exact match; with
324 .BR children,
325 to allow any level of depth match, not including the exact match;
326 .BR regex
327 explicitly requires the (default) match based on regular expression
328 pattern, as detailed in
329 .BR regex (7).
330 Finally,
331 .B anonymous
332 matches unbound operations; the 
333 .B pattern
334 field is ignored.
335 The same behavior is obtained by using the 
336 .B anonymous
337 form of the
338 .B who
339 clause.
340 The term
341 .BR group ,
342 with the optional objectClass
343 .B oc
344 and attributeType
345 .B at
346 fields, followed by
347 .BR pattern ,
348 sets the limits for any DN listed in the values of the
349 .B at
350 attribute (default
351 .BR member )
352 of the 
353 .B oc
354 group objectClass (default
355 .BR groupOfNames )
356 whose DN exactly matches
357 .BR pattern .
358
359 The currently supported limits are 
360 .B size
361 and 
362 .BR time.
363
364 The syntax for time limits is 
365 .BR time[.{soft|hard}]=<integer> ,
366 where 
367 .BR integer
368 is the number of seconds slapd will spend answering a search request.
369 If no time limit is explicitly requested by the client, the 
370 .BR soft
371 limit is used; if the requested time limit exceeds the
372 .BR hard
373 limit, an "Administrative limit exceeded" is returned.
374 If the
375 .BR hard
376 limit is set to 0 or to the keyword "soft", the soft limit is used 
377 in either case; if it is set to -1 or to the keyword "none", 
378 no hard limit is enforced.
379 Explicit requests for time limits smaller or equal to the
380 .BR hard 
381 limit are honored.
382 If no flag is set, the value is assigned to the 
383 .BR soft 
384 limit, and the
385 .BR hard
386 limit is set to zero, to preserve the original behavior.
387
388 The syntax for size limits is
389 .BR size[.{soft|hard|unchecked}]=<integer> ,
390 where
391 .BR integer
392 is the maximum number of entries slapd will return answering a search 
393 request.
394 If no size limit is explicitly requested by the client, the
395 .BR soft
396 limit is used; if the requested size limit exceeds the
397 .BR hard
398 limit, an "Administrative limit exceeded" is returned.
399 If the 
400 .BR hard
401 limit is set to 0 or to the keyword "soft", the soft limit is used 
402 in either case; if it is set to -1 or to the keyword "none", 
403 no hard limit is enforced.
404 Explicit requests for size limits smaller or equal to the
405 .BR hard
406 limit are honored.
407 The
408 .BR unchecked
409 flag sets a limit on the number of candidates a search request is allowed
410 to examine.
411 If the selected candidates exceed the 
412 .BR unchecked
413 limit, the search will abort with "Unwilling to perform".
414 If it is set to -1 or to the keyword "none", no limit is applied (the default).
415 If no flag is set, the value is assigned to the
416 .BR soft 
417 limit, and the
418 .BR hard
419 limit is set to zero, to preserve the original behavior.
420
421 In case of no match, the global limits are used.
422 The default values are the same of
423 .BR sizelimit
424 and
425 .BR timelimit ;
426 no limit is set on 
427 .BR unchecked .
428
429 If 
430 .B pagedResults
431 control is defined, additional size limits may be enforced; the syntax is
432 .BR size.pr={<integer>|noEstimate} ,
433 where
434 .BR integer
435 is the max page size if no explicit limit is set; the keyword
436 .BR noEstimate
437 inhibits the server to return an estimate of the total number
438 of entries that will be returned.
439 .RE
440 .\".TP
441 .\".B logfile <filename>
442 .\"Specify a file for recording debug log messages. By default these messages
443 .\"only go to stderr and are not recorded anywhere else. Specifying a logfile
444 .\"copies messages to both stderr and the logfile.
445 .TP
446 .B loglevel <integer>
447 Specify the level at which debugging statements and operation 
448 statistics should be syslogged (currently logged to the
449 .BR syslogd (8) 
450 LOG_LOCAL4 facility).  Log levels are additive, and available levels
451 are:
452 .RS
453 .RS
454 .PD 0
455 .TP
456 .B 1
457 trace function calls
458 .TP
459 .B 2
460 debug packet handling
461 .TP
462 .B 4
463 heavy trace debugging
464 .TP
465 .B 8
466 connection management
467 .TP
468 .B 16
469 print out packets sent and received
470 .TP
471 .B 32
472 search filter processing
473 .TP
474 .B 64
475 configuration file processing
476 .TP
477 .B 128
478 access control list processing
479 .TP
480 .B 256
481 stats log connections/operations/results
482 .TP
483 .B 512
484 stats log entries sent
485 .TP
486 .B 1024
487 print communication with shell backends
488 .TP
489 .B 2048
490 entry parsing
491 .PD
492 .RE
493 .RE
494 .TP
495 .B moduleload <filename>
496 Specify the name of a dynamically loadable module to load. The filename
497 may be an absolute path name or a simple filename. Non-absolute names
498 are searched for in the directories specified by the
499 .B modulepath
500 option. This option and the
501 .B modulepath
502 option are only usable if slapd was compiled with --enable-modules.
503 .TP
504 .B modulepath <pathspec>
505 Specify a list of directories to search for loadable modules. Typically
506 the path is colon-separated but this depends on the operating system.
507 .HP
508 .hy 0
509 .B objectclass "(\ <oid>\
510  [NAME\ <name>]\
511  [DESC\ <description]\
512  [OBSOLETE]\
513  [SUP\ <oids>]\
514  [{ ABSTRACT | STRUCTURAL | AUXILIARY }]\
515  [MUST\ <oids>] [MAY\ <oids>] )"
516 .RS
517 Specify an objectclass using the LDAPv3 syntax defined in RFC 2252.
518 The slapd parser extends the RFC 2252 definition by allowing string
519 forms as well as numeric OIDs to be used for the object class OID.
520 (See the
521 .B
522 objectidentifier
523 description.)  Object classes are "STRUCTURAL" by default.
524 .RE
525 .TP
526 .B objectidentifier <name> "{ <oid> | <name>[:<suffix>] }"
527 Define a string name that equates to the given OID. The string can be used
528 in place of the numeric OID in objectclass and attribute definitions. The
529 name can also be used with a suffix of the form ":xx" in which case the
530 value "oid.xx" will be used.
531 .TP
532 .B password-hash <hash> [<hash>...]
533 This option configures one or more hashes to be used in generation of user
534 passwords stored in the userPassword attribute during processing of
535 LDAP Password Modify Extended Operations (RFC 3062).
536 The <hash> must be one of
537 .BR {SSHA} ,
538 .BR {SHA} ,
539 .BR {SMD5} ,
540 .BR {MD5} ,
541 .BR {CRYPT} ,
542 and
543 .BR {CLEARTEXT} .
544 The default is
545 .BR {SSHA} .
546
547 .B {SHA}
548 and
549 .B {SSHA}
550 use the SHA-1 algorithm (FIPS 160-1), the latter with a seed.
551
552 .B {MD5}
553 and
554 .B {SMD5}
555 use the MD5 algorithm (RFC 1321), the latter with a seed.
556
557 .B {CRYPT}
558 uses the
559 .BR crypt (3).
560
561 .B {CLEARTEXT}
562 indicates that the new password should be
563 added to userPassword as clear text.
564
565 Note that this option does not alter the normal user applications
566 handling of userPassword during LDAP Add, Modify, or other LDAP operations.
567 .TP
568 .B password\-crypt\-salt\-format <format>
569 Specify the format of the salt passed to
570 .BR crypt (3)
571 when generating {CRYPT} passwords (see
572 .BR password\-hash )
573 during processing of LDAP Password Modify Extended Operations (RFC 3062).
574
575 This string needs to be in
576 .BR sprintf (3)
577 format and may include one (and only one) %s conversion.
578 This conversion will be substituted with a string random
579 characters from [A\-Za\-z0\-9./].  For example, "%.2s"
580 provides a two character salt and "$1$%.8s" tells some
581 versions of crypt(3) to use an MD5 algorithm and provides
582 8 random characters of salt.  The default is "%s", which
583 provides 31 characters of salt.
584 .TP
585 .B pidfile <filename>
586 The ( absolute ) name of a file that will hold the 
587 .B slapd
588 server's process ID ( see
589 .BR getpid (2)
590 ) if started without the debugging command line option.
591 .TP
592 .B referral <url>
593 Specify the referral to pass back when
594 .BR slapd (8)
595 cannot find a local database to handle a request.
596 If specified multiple times, each url is provided.
597 .TP
598 .B replica-argsfile
599 The ( absolute ) name of a file that will hold the 
600 .B slurpd
601 server's command line options
602 if started without the debugging command line option.
603 .TP
604 .B replica-pidfile
605 The ( absolute ) name of a file that will hold the 
606 .B slurpd
607 server's process ID ( see
608 .BR getpid (2)
609 ) if started without the debugging command line option.
610 .TP
611 .B require <conditions>
612 Specify a set of conditions (separated by white space) to
613 require (default none).
614 The directive may be specified globally and/or per-database.
615 .B bind
616 requires bind operation prior to directory operations.
617 .B LDAPv3
618 requires session to be using LDAP version 3.
619 .B authc
620 requires authentication prior to directory operations.
621 .B SASL
622 requires SASL authentication prior to directory operations.
623 .B strong
624 requires strong authentication prior to directory operations.
625 The strong keyword allows protected "simple" authentication
626 as well as SASL authentication.
627 .B none
628 may be used to require no conditions (useful for clearly globally
629 set conditions within a particular database).
630 .TP
631 .B reverse-lookup on | off
632 Enable/disable client name unverified reverse lookup (default is 
633 .BR off 
634 if compiled with --enable-rlookups).
635 .TP
636 .B rootDSE <file>
637 Specify the name of an LDIF(5) file containing user defined attributes
638 for the root DSE.  These attributes are returned in addition to the
639 attributes normally produced by slapd.
640 .TP
641 .B sasl-authz-policy <policy>
642 Used to specify which rules to use for SASL Proxy Authorization. Proxy
643 authorization allows a client to authenticate to the server using one
644 user's credentials, but specify a different identity to use for authorization
645 and access control purposes. It essentially allows user A to login as user
646 B, using user A's password.
647 The
648 .B none
649 flag disables proxy authorization. This is the default setting.
650 The
651 .B from
652 flag will use rules in the
653 .I saslAuthzFrom
654 attribute of the authorization DN.
655 The
656 .B to
657 flag will use rules in the
658 .I saslAuthzTo
659 attribute of the authentication DN.
660 The
661 .B any
662 flag, an alias for the deprecated value of
663 .BR both ,
664 will allow any of the above, whatever succeeds first (checked in
665 .BR to ,
666 .B from
667 sequence.
668 The
669 .B all
670 flag requires both authorizations to succeed.
671 The rules are simply regular expressions specifying which DNs are allowed 
672 to perform proxy authorization.
673 The
674 .I saslAuthzFrom
675 attribute in an entry specifies which other users
676 are allowed to proxy login to this entry. The
677 .I saslAuthzTo
678 attribute in
679 an entry specifies which other users this user can authorize as.  Use of
680 .I saslAuthzTo
681 rules can be easily
682 abused if users are allowed to write arbitrary values to this attribute.
683 In general the
684 .I saslAuthzTo
685 attribute must be protected with ACLs such that
686 only privileged users can modify it.
687 .TP
688 .B sasl-host <fqdn>
689 Used to specify the fully qualified domain name used for SASL processing.
690 .TP
691 .B sasl-realm <realm>
692 Specify SASL realm.  Default is empty.
693 .TP
694 .B sasl-regexp <match> <replace>
695 Used by the SASL mechanism to convert a SASL authenticated 
696 username to an LDAP DN used for authorization purposes.  Note that
697 the resultant DN need not refer to an existing entry to be considered
698 valid.  When an authorization request is received, the SASL 
699 .B USERNAME, REALM, 
700 and
701 .B MECHANISM
702 are taken, when available, and combined into a SASL name of the 
703 form
704 .RS
705 .RS
706 .TP
707 .B UID=<username>[[,CN=<realm>],CN=<mechanism>,]CN=auth
708
709 .RE
710 This SASL name is then compared against the
711 .B match
712 regular expression, and if the match is successful, the SASL name is
713 replaced with the
714 .B replace
715 string. If there are wildcard strings in the 
716 .B match
717 regular expression that are enclosed in parenthesis, e.g. 
718 .RS
719 .TP
720 .B UID=([^,]*),CN=.*
721
722 .RE
723 then the portion of the SASL name that matched the wildcard will be stored
724 in the numbered placeholder variable $1. If there are other wildcard strings
725 in parenthesis, the matching strings will be in $2, $3, etc. up to $9. The 
726 placeholders can then be used in the 
727 .B replace
728 string, e.g. 
729 .RS
730 .TP
731 .B UID=$1,OU=Accounts,DC=example,DC=com 
732
733 .RE
734 The replaced SASL name can be either a DN or an LDAP URI. If the
735 latter, the server will use the URI to search its own database(s)
736 and, if the search returns exactly one entry, the SASL name is
737 replaced by the DN of that entry.   The LDAP URI must have no
738 hostport, attrs, or extensions components, e.g.
739 .RS
740 .TP
741 .B ldap:///OU=Accounts,DC=example,DC=com??one?(UID=$1)
742
743 .RE
744 Multiple 
745 .B sasl-regexp 
746 options can be given in the configuration file to allow for multiple matching 
747 and replacement patterns. The matching patterns are checked in the order they 
748 appear in the file, stopping at the first successful match.
749
750 .\".B Caution:
751 .\"Because the plus sign + is a character recognized by the regular expression engine,
752 .\"and it will appear in SASL names that include a REALM, be careful to escape the
753 .\"plus sign with a backslash \\+ to remove the character's special meaning.
754 .RE
755 .TP
756 .B sasl-secprops <properties>
757 Used to specify Cyrus SASL security properties.
758 The
759 .B none
760 flag (without any other properties) causes the flag properties
761 default, "noanonymous,noplain", to be cleared.
762 The
763 .B noplain
764 flag disables mechanisms susceptible to simple passive attacks.
765 The
766 .B noactive
767 flag disables mechanisms susceptible to active attacks.
768 The
769 .B nodict
770 flag disables mechanisms susceptible to passive dictionary attacks.
771 The
772 .B noanonymous
773 flag disables mechanisms which support anonymous login.
774 The
775 .B forwardsec
776 flag require forward secrecy between sessions.
777 The
778 .B passcred
779 require mechanisms which pass client credentials (and allow
780 mechanisms which can pass credentials to do so).
781 The
782 .B minssf=<factor> 
783 property specifies the minimum acceptable
784 .I security strength factor
785 as an integer approximate to effective key length used for
786 encryption.  0 (zero) implies no protection, 1 implies integrity
787 protection only, 56 allows DES or other weak ciphers, 112
788 allows triple DES and other strong ciphers, 128 allows RC4,
789 Blowfish and other modern strong ciphers.  The default is 0.
790 The
791 .B maxssf=<factor> 
792 property specifies the maximum acceptable
793 .I security strength factor
794 as an integer (see minssf description).  The default is INT_MAX.
795 The
796 .B maxbufsize=<size> 
797 property specifies the maximum security layer receive buffer
798 size allowed.  0 disables security layers.  The default is 65536.
799 .TP
800 .B schemadn <dn>
801 Specify the distinguished name for the subschema subentry that
802 controls the entries on this server.  The default is "cn=Subschema".
803 .TP
804 .B security <factors>
805 Specify a set of factors (separated by white space) to require.
806 An integer value is associated with each factor and is roughly
807 equivalent of the encryption key length to require.  A value
808 of 112 is equivalent to 3DES, 128 to Blowfish, etc..
809 The directive may be specified globally and/or per-database.
810 .B ssf=<n>
811 specifies the overall security strength factor.
812 .B transport=<n>
813 specifies the transport security strength factor.
814 .B tls=<n>
815 specifies the TLS security strength factor.
816 .B sasl=<n>
817 specifies the SASL security strength factor.
818 .B update_ssf=<n>
819 specifies the overall security strength factor to require for
820 directory updates.
821 .B update_transport=<n>
822 specifies the transport security strength factor to require for
823 directory updates.
824 .B update_tls=<n>
825 specifies the TLS security strength factor to require for
826 directory updates.
827 .B update_sasl=<n>
828 specifies the SASL security strength factor to require for
829 directory updates.
830 .B simple_bind=<n>
831 specifies the security strength factor required for
832 .I simple
833 username/password authentication.
834 Note that the
835 .B transport
836 factor is measure of security provided by the underlying transport,
837 e.g. ldapi:// (and eventually IPSEC).  It is not normally used.
838 .TP
839 .B sizelimit {<integer>|unlimited}
840 .TP
841 .B sizelimit size[.{soft|hard|unchecked}]=<integer> [...]
842 Specify the maximum number of entries to return from a search operation.
843 The default size limit is 500.
844 Use
845 .B -1
846 or 
847 .B unlimited
848 to specify no limits.
849 The second format allows a fine grain setting of the size limits.
850 Extra args can be added on the same line.
851 See
852 .BR limits
853 for an explanation of the different flags.
854 .TP
855 .B sockbuf_max_incoming <integer>
856 Specify the maximum incoming LDAP PDU size for anonymous sessions.
857 The default is 262143.
858 .TP
859 .B sockbuf_max_incoming_auth <integer>
860 Specify the maximum incoming LDAP PDU size for authenticated sessions.
861 The default is 4194303.
862 .TP
863 .B srvtab <filename>
864 Specify the srvtab file in which the kerberos keys necessary for
865 authenticating clients using kerberos can be found. This option is only
866 meaningful if you are using Kerberos authentication.
867 .TP
868 .B threads <integer>
869 Specify the maximum size of the primary thread pool.
870 The default is 16.
871 .TP
872 .B timelimit {<integer>|unlimited}
873 .TP
874 .B timelimit time[.{soft|hard}]=<integer> [...]
875 Specify the maximum number of seconds (in real time)
876 .B slapd
877 will spend answering a search request.  The default time limit is 3600.
878 Use
879 .B -1
880 or 
881 .B unlimited
882 to specify no limits.
883 The second format allows a fine grain setting of the time limits.
884 Extra args can be added on the same line.
885 See
886 .BR limits
887 for an explanation of the different flags.
888 .TP
889 .B ucdata-path <path>
890 Specify the path to the directory containing the Unicode character
891 tables. The default path is DATADIR/ucdata.
892 .SH TLS OPTIONS
893 If
894 .B slapd
895 is built with support for Transport Layer Security, there are more options
896 you can specify.
897 .TP
898 .B TLSCipherSuite <cipher-suite-spec>
899 Permits configuring what ciphers will be accepted and the preference order.
900 <cipher-suite-spec> should be a cipher specification for OpenSSL.  Example:
901
902 TLSCipherSuite HIGH:MEDIUM:+SSLv2
903
904 To check what ciphers a given spec selects, use:
905
906 openssl ciphers -v <cipher-suite-spec>
907 .TP
908 .B TLSCACertificateFile <filename>
909 Specifies the file that contains certificates for all of the Certificate
910 Authorities that
911 .B slapd
912 will recognize.
913 .TP
914 .B TLSCACertificatePath <path>
915 Specifies the path of a directory that contains Certificate Authority
916 certificates in separate individual files. Usually only one of this
917 or the TLSCACertificateFile is used.
918 .TP
919 .B TLSCertificateFile <filename>
920 Specifies the file that contains the
921 .B slapd
922 server certificate.
923 .TP
924 .B TLSCertificateKeyFile <filename>
925 Specifies the file that contains the
926 .B slapd
927 server private key that matches the certificate stored in the
928 .B TLSCertificateFile
929 file.  Currently, the private key must not be protected with a password, so
930 it is of critical importance that it is protected carefully. 
931 .TP
932 .B TLSRandFile <filename>
933 Specifies the file to obtain random bits from when /dev/[u]random
934 is not available.  Generally set to the name of the EGD/PRNGD socket.
935 The environment variable RANDFILE can also be used to specify the filename.
936 .TP
937 .B TLSVerifyClient <level>
938 Specifies what checks to perform on client certificates in an
939 incoming TLS session, if any.
940 The
941 .B <level>
942 can be specified as one of the following keywords:
943 .RS
944 .TP
945 .B never
946 This is the default.
947 .B slapd
948 will not ask the client for a certificate.
949 .TP
950 .B allow
951 The client certificate is requested.  If no certificate is provided,
952 the session proceeds normally.  If a bad certificate is provided,
953 it will be ignored and the session proceeds normally.
954 .TP
955 .B try
956 The client certificate is requested.  If no certificate is provided,
957 the session proceeds normally.  If a bad certificate is provided,
958 the session is immediately terminated.
959 .TP
960 .B demand | hard | true
961 These keywords are all equivalent, for compatibility reasons.
962 The client certificate is requested.  If no certificate is provided,
963 or a bad certificate is provided, the session is immediately terminated.
964
965 Note that a valid client certificate is required in order to use the
966 SASL EXTERNAL authentication mechanism with a TLS session.  As such,
967 a non-default
968 .B TLSVerifyClient
969 setting must be chosen to enable SASL EXTERNAL authentication.
970 .RE
971 .SH GENERAL BACKEND OPTIONS
972 Options in this section only apply to the configuration file section
973 for the specified backend.  They are supported by every
974 type of backend.
975 .TP
976 .B backend <databasetype>
977 Mark the beginning of a backend definition. <databasetype>
978 should be one of
979 .B bdb,
980 .B dnssrv,
981 .B ldap,
982 .B ldbm,
983 .B meta,
984 .B monitor,
985 .B null,
986 .B passwd,
987 .B perl,
988 .B shell,
989 .B sql,
990 or
991 .B tcl,
992 depending on which backend will serve the database.
993
994 .SH GENERAL DATABASE OPTIONS
995 Options in this section only apply to the configuration file section
996 for the database in which they are defined.  They are supported by every
997 type of backend.  Note that the
998 .B database
999 and at least one
1000 .B suffix
1001 option are mandatory for each database.
1002 .TP
1003 .B database <databasetype>
1004 Mark the beginning of a new database instance definition. <databasetype>
1005 should be one of
1006 .B bdb,
1007 .B dnssrv,
1008 .B ldap,
1009 .B ldbm,
1010 .B meta,
1011 .B monitor,
1012 .B null,
1013 .B passwd,
1014 .B perl,
1015 .B shell,
1016 .B sql,
1017 or
1018 .B tcl,
1019 depending on which backend will serve the database.
1020 .TP
1021 .B lastmod on | off
1022 Controls whether
1023 .B slapd
1024 will automatically maintain the 
1025 modifiersName, modifyTimestamp, creatorsName, and 
1026 createTimestamp attributes for entries.  By default, lastmod is on.
1027 .TP
1028 .B maxderefdepth <depth>
1029 Specifies the maximum number of aliases to dereference when trying to
1030 resolve an entry, used to avoid infinite alias loops. The default is 1.
1031 .TP
1032 .B readonly on | off
1033 This option puts the database into "read-only" mode.  Any attempts to 
1034 modify the database will return an "unwilling to perform" error.  By
1035 default, readonly is off.
1036 .HP
1037 .hy 0
1038 .B replica uri=ldap[s]://<hostname>[:port]|host=<hostname>[:port] 
1039 .B [starttls=yes|critical]
1040 .B [suffix=<suffix> [...]]
1041 .B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
1042 .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
1043 .B [authcId=<authentication ID>] [authzId=<authorization ID>]
1044 .B [attr[!]=<attr list>]
1045 .RS
1046 Specify a replication site for this database.  Refer to the "OpenLDAP 
1047 Administrator's Guide" for detailed information on setting up a replicated
1048 .B slapd
1049 directory service. Zero or more
1050 .B suffix
1051 instances can be used to select the subtrees that will be replicated
1052 (defaults to all the database). 
1053 .B host
1054 is deprecated in favor of the
1055 .B uri
1056 option.
1057 .B uri
1058 allows the replica LDAP server to be specified as an LDAP URI. 
1059 A
1060 .B bindmethod
1061 of
1062 .B simple
1063 requires the options
1064 .B binddn 
1065 and
1066 .B credentials  
1067 and should only be used when adequate security services 
1068 (e.g TLS or IPSEC) are in place. A
1069 .B bindmethod 
1070 of
1071 .B sasl 
1072 requires the option
1073 .B saslmech. 
1074 Specific security properties (as with the
1075 .B sasl-secprops
1076 keyword above) for a SASL bind can be set with the
1077 .B secprops
1078 option. A non-default SASL realm can be set with the
1079 .B realm
1080 option.
1081 If the 
1082 .B mechanism
1083 will use Kerberos, a kerberos instance should be given in 
1084 .B authcId.
1085 An
1086 .B attr list
1087 can be given after the 
1088 .B attr
1089 keyword to allow the selective replication of the listed attributes only;
1090 if the optional 
1091 .B !
1092 mark is used, the list is considered exclusive, i.e. the listed attributes
1093 are not replicated.
1094 If an objectClass is listed, all the related attributes
1095 are (are not) replicated.
1096 .RE
1097 .TP
1098 .B replogfile <filename>
1099 Specify the name of the replication log file to log changes to.  
1100 The replication log is typically written by
1101 .BR slapd (8)
1102 and read by
1103 .BR slurpd (8).
1104 See
1105 .BR slapd.replog (5)
1106 for more information.  The specified file should be located
1107 in a directory with limited read/write/execute access as the replication
1108 logs may contain sensitive information.
1109 .TP
1110 .B rootdn <dn>
1111 Specify the distinguished name that is not subject to access control 
1112 or administrative limit restrictions for operations on this database.
1113 This DN may or may not be associated with an entry.  An empty root
1114 DN (the default) specifies no root access is to be granted.  It is
1115 recommended that the rootdn only be specified when needed (such as
1116 when initially populating a database).  If the rootdn is within
1117 a namingContext (suffix) of the database, a simple bind password
1118 may also be provided using the
1119 .B rootpw
1120 directive.
1121 .TP
1122 .B rootpw <password>
1123 Specify a password (or hash of the password) for the rootdn.  The
1124 password can only be set if the rootdn is within the namingContext
1125 (suffix) of the database.
1126 This option accepts all RFC 2307 userPassword formats known to
1127 the server (see 
1128 .B password-hash
1129 description) as well as cleartext.
1130 .BR slappasswd (8) 
1131 may be used to generate a hash of a password.  Cleartext
1132 and \fB{CRYPT}\fP passwords are not recommended.  If empty
1133 (the default), authentication of the root DN is by other means
1134 (e.g. SASL).  Use of SASL is encouraged.
1135 .TP
1136 .B suffix <dn suffix>
1137 Specify the DN suffix of queries that will be passed to this 
1138 backend database.  Multiple suffix lines can be given and at least one is 
1139 required for each database definition.
1140 If the suffix of one database is "inside" that of another, the database
1141 with the inner suffix must come first in the configuration file.
1142 .TP
1143 .B subordinate
1144 Specify that the current backend database is a subordinate of another
1145 backend database. A subordinate database may have only one suffix. This
1146 option may be used to glue multiple databases into a single namingContext.
1147 If the suffix of the current database is within the namingContext of a
1148 superior database, searches against the superior database will be
1149 propagated to the subordinate as well. All of the databases
1150 associated with a single namingContext should have identical rootdns.
1151 Behavior of other LDAP operations is unaffected by this setting. In
1152 particular, it is not possible to use moddn to move an entry from
1153 one subordinate to another subordinate within the namingContext.
1154 .HP
1155 .hy 0
1156 .B syncrepl rid=<replica ID>
1157 .B provider=ldap[s]://<hostname>[:port]
1158 .B [type=refreshOnly|refreshAndPersist]
1159 .B [interval=dd:hh:mm:ss]
1160 .B [searchbase=<base DN>]
1161 .B [filter=<filter str>]
1162 .B [scope=sub|one|base]
1163 .B [attrs=<attr list>]
1164 .B [attrsonly]
1165 .B [sizelimit=<limit>]
1166 .B [timelimit=<limit>]
1167 .B [schemachecking=on|off]
1168 .B [updatedn=<dn>]
1169 .B [bindmethod=simple|sasl]
1170 .B [binddn=<dn>]
1171 .B [saslmech=<mech>]
1172 .B [authcid=<identity>]
1173 .B [authzid=<identity>]
1174 .B [credentials=<passwd>]
1175 .B [realm=<realm>]
1176 .B [secprops=<properties>]
1177 .RS
1178 Specify the current database as a replica which is kept up-to-date with the 
1179 master content by establishing the current
1180 .BR slapd (8)
1181 as a replication consumer site running a
1182 .B syncrepl
1183 replication engine.
1184 The replica content is kept synchronized to the master content using
1185 the LDAP Content Synchronization protocol. Refer to the
1186 "OpenLDAP Administrator's Guide" for detailed information on
1187 setting up a replicated
1188 .B slapd
1189 directory service using the 
1190 .B syncrepl
1191 replication engine.
1192 .B rid
1193 identifies the current
1194 .B syncrepl
1195 directive within the replication consumer site.
1196 It is a non-negative integer having no more than three digits.
1197 .B provider
1198 specifies the replication provider site containing the master content
1199 as an LDAP URI. If <port> is not given, the standard LDAP port number
1200 (389 or 636) is used. The content of the
1201 .B syncrepl
1202 replica is defined using a search
1203 specification as its result set. The consumer
1204 .B slapd
1205 will send search requests to the provider
1206 .B slapd
1207 according to the search specification. The search specification includes
1208 .B searchbase, scope, filter, attrs, attrsonly, sizelimit,
1209 and
1210 .B timelimit
1211 parameters as in the normal search specification.
1212 The search specification for the LDAP Content Synchronization operation
1213 has the same value syntax and the same default values as in the
1214 .BR ldapsearch (1)
1215 client search tool.
1216 The LDAP Content Synchronization protocol has two operation types.
1217 In the
1218 .B refreshOnly
1219 operation, the next synchronization search operation
1220 is periodically rescheduled at an interval time (specified by 
1221 .B interval
1222 parameter; 1 day by default)
1223 after each synchronization operation finishes.
1224 In the
1225 .B refreshAndPersist
1226 operation, a synchronization search remains persistent in the provider slapd.
1227 Further updates to the master replica will generate
1228 .B searchResultEntry
1229 to the consumer slapd as the search responses to the persistent
1230 synchronization search. The schema checking can be enforced at the LDAP Sync
1231 consumer site by turning on the
1232 .B schemachecking
1233 parameter. The default is off.
1234 The
1235 .B updatedn
1236 parameter specifies the DN in the consumer site
1237 which is allowed to make changes to the replica.
1238 The DN should have read/write access to the replica database.
1239 Generally, this DN
1240 .I should not
1241 be the same as the
1242 .B rootdn
1243 of the master database.
1244 A
1245 .B bindmethod
1246 of 
1247 .B simple
1248 requires the options 
1249 .B binddn
1250 and 
1251 .B credentials
1252 and should only be used when adequate security services
1253 (e.g. TLS or IPSEC) are in place.
1254 A
1255 .B bindmethod
1256 of
1257 .B sasl
1258 requires the option
1259 .B saslmech.
1260 Depending on the mechanism, an authentication identity and/or
1261 credentials can be specified using
1262 .B authcid
1263 and
1264 .B credentials.
1265 The
1266 .B authzid
1267 parameter may be used to specify an authorization identity.
1268 Specific security properties (as with the
1269 .B sasl-secprops
1270 keyword above) for a SASL bind can be set with the
1271 .B secprops
1272 option. A non default SASL realm can be set with the
1273 .B realm 
1274 option.
1275 .RE
1276 .TP
1277 .B updatedn <dn>
1278 This option is only applicable in a slave
1279 .B slapd. 
1280 It specifies the DN permitted to update (subject to access controls)
1281 the replica (typically, this is the DN
1282 .BR slurpd (8)
1283 binds to update the replica).  Generally, this DN
1284 .I should not
1285 be the same as the
1286 .BR rootdn .
1287 .TP
1288 .B updateref <url>
1289 Specify the referral to pass back when
1290 .BR slapd (8)
1291 is asked to modify a replicated local database.
1292 If specified multiple times, each url is provided.
1293
1294 .SH DATABASE-SPECIFIC OPTIONS
1295 Each database may allow specific configuration options; they are
1296 documented separately in the backends' manual pages.
1297 .SH BACKENDS
1298 The following backends can be compiled into slapd.
1299 They are documented in the
1300 .BR slapd-<backend> (5)
1301 manual pages.
1302 .TP
1303 .B bdb
1304 This is the recommended backend for a normal slapd database.
1305 However, it takes more care than with the LDBM backend to configure
1306 it properly.
1307 It uses the Sleepycat Berkeley DB (BDB) package to store data.
1308 .TP
1309 .B ldbm
1310 This is the database backend which is easiest to configure.
1311 However, it does not offer the data durability features of the BDB
1312 backend.
1313 It uses Berkeley DB or GDBM to store data.
1314 .TP
1315 .B dnssrv
1316 This backend is experimental.
1317 It serves up referrals based upon SRV resource records held in the
1318 Domain Name System.
1319 .TP
1320 .B ldap
1321 This backend acts as a proxy to forward incoming requests to another
1322 LDAP server.
1323 .TP
1324 .B meta
1325 This backend performs basic LDAP proxying with respect to a set of
1326 remote LDAP servers. It is an enhancement of the ldap backend. The
1327 proxy cache extension of meta backend provides answering of search
1328 requests from the proxy using results of previously cached requests.
1329 .TP
1330 .B monitor
1331 This backend provides information about the running status of the slapd
1332 daemon.
1333 .TP
1334 .B null
1335 Operations in this backend succeed but do nothing.
1336 .TP
1337 .B passwd
1338 This backend is provided for demonstration purposes only.
1339 It serves up user account information from the system
1340 .BR passwd (5)
1341 file.
1342 .TP
1343 .B perl
1344 This backend embeds a
1345 .BR perl (1)
1346 interpreter into slapd.
1347 It runs Perl subroutines to implement LDAP operations.
1348 .TP
1349 .B shell
1350 This backend executes external programs to implement LDAP operations.
1351 It is is primarily intended to be used in prototypes.
1352 .TP
1353 .B sql
1354 This backend is experimental.
1355 It services LDAP requests from an SQL database.
1356 .TP
1357 .B tcl
1358 This backend is experimental.
1359 It embeds a
1360 .BR Tcl (3tcl)
1361 interpreter into slapd.
1362 It runs Tcl commands to implement LDAP operations.
1363 .SH EXAMPLES
1364 .LP
1365 Here is a short example of a configuration file:
1366 .LP
1367 .RS
1368 .nf
1369 include   SYSCONFDIR/schema/core.schema
1370 pidfile   LOCALSTATEDIR/slapd.pid
1371
1372 # Subtypes of "name" (e.g. "cn" and "ou") with the
1373 # option ";x-hidden" can be searched for/compared,
1374 # but are not shown.  See \fBslapd.access\fP(5).
1375 attributeoptions x-hidden lang-
1376 access to attr=name;x-hidden by * =cs
1377
1378 database  bdb
1379 suffix    "dc=our-domain,dc=com"
1380 # The database directory MUST exist prior to
1381 # running slapd AND should only be accessible
1382 # by the slapd/tools. Mode 0700 recommended.
1383 directory LOCALSTATEDIR/openldap-data
1384 # Indices to maintain
1385 index     objectClass  eq
1386 index     cn,sn,mail   pres,eq,approx,sub
1387
1388 # We serve small clients that do not handle referrals,
1389 # so handle remote lookups on their behalf.
1390 database  ldap
1391 suffix    ""
1392 uri       ldap://ldap.some-server.com/
1393 lastmod   off
1394 .fi
1395 .RE
1396 .LP
1397 "OpenLDAP Administrator's Guide" contains a longer annotated
1398 example of a configuration file.
1399 The original ETCDIR/slapd.conf is another example.
1400 .SH FILES
1401 .TP
1402 ETCDIR/slapd.conf
1403 default slapd configuration file
1404 .SH SEE ALSO
1405 .BR ldap (3),
1406 .BR slapd-bdb (5),
1407 .BR slapd-dnssrv (5),
1408 .BR slapd-ldap (5),
1409 .BR slapd-ldbm (5),
1410 .BR slapd-meta (5),
1411 .BR slapd-monitor (5),
1412 .BR slapd-null (5),
1413 .BR slapd-passwd (5),
1414 .BR slapd-perl (5),
1415 .BR slapd-shell (5),
1416 .BR slapd-sql (5),
1417 .BR slapd-tcl (5),
1418 .BR slapd.access (5),
1419 .BR slapd.plugin (5),
1420 .BR slapd.replog (5),
1421 .BR slapd (8),
1422 .BR slapadd (8),
1423 .BR slapcat (8),
1424 .BR slapindex (8),
1425 .BR slappasswd (8),
1426 .BR slurpd (8),
1427 .LP
1428 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
1429 .SH ACKNOWLEDGEMENTS
1430 .B OpenLDAP
1431 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
1432 .B OpenLDAP
1433 is derived from University of Michigan LDAP 3.3 Release.