]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd.conf.5
ITS#6373 sync_use_subentry keyword
[openldap] / doc / man / man5 / slapd.conf.5
1 .TH SLAPD.CONF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2009 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 SLAPD tools
15 .BR slapacl (8),
16 .BR slapadd (8),
17 .BR slapauth (8),
18 .BR slapcat (8),
19 .BR slapdn (8),
20 .BR slapindex (8),
21 and
22 .BR slaptest (8).
23 .LP
24 The
25 .B slapd.conf
26 file consists of a series of global configuration options that apply to
27 .B slapd
28 as a whole (including all backends), followed by zero or more database
29 backend definitions that contain information specific to a backend
30 instance.
31 The configuration options are case-insensitive;
32 their value, on a case by case basis, may be case-sensitive.
33 .LP
34 The general format of
35 .B slapd.conf
36 is as follows:
37 .LP
38 .nf
39     # comment - these options apply to every database
40     <global configuration options>
41     # first database definition & configuration options
42     database <backend 1 type>
43     <configuration options specific to backend 1>
44     # subsequent database definitions & configuration options
45     ...
46 .fi
47 .LP
48 As many backend-specific sections as desired may be included.  Global
49 options can be overridden in a backend (for options that appear more
50 than once, the last appearance in the
51 .B slapd.conf
52 file is used).
53 .LP
54 If a line begins with white space, it is considered a continuation
55 of the previous line.  No physical line should be over 2000 bytes
56 long.
57 .LP
58 Blank lines and comment lines beginning with
59 a `#' character are ignored.  Note: continuation lines are unwrapped
60 before comment processing is applied.
61 .LP
62 Arguments on configuration lines are separated by white space. If an
63 argument contains white space, the argument should be enclosed in
64 double quotes.  If an argument contains a double quote (`"') or a
65 backslash character (`\\'), the character should be preceded by a
66 backslash character.
67 .LP
68 The specific configuration options available are discussed below in the
69 Global Configuration Options, General Backend Options, and General Database
70 Options.  Backend-specific options are discussed in the
71 .B slapd\-<backend>(5)
72 manual pages.  Refer to the "OpenLDAP Administrator's Guide" for more
73 details on the slapd configuration file.
74 .SH GLOBAL CONFIGURATION OPTIONS
75 Options described in this section apply to all backends, unless specifically 
76 overridden in a backend definition. Arguments that should be replaced by 
77 actual text are shown in brackets <>.
78 .TP
79 .B access to <what> "[ by <who> <access> <control> ]+"
80 Grant access (specified by <access>) to a set of entries and/or
81 attributes (specified by <what>) by one or more requestors (specified
82 by <who>).
83 If no access controls are present, the default policy
84 allows anyone and everyone to read anything but restricts
85 updates to rootdn.  (e.g., "access to * by * read").
86 The rootdn can always read and write EVERYTHING!
87 See
88 .BR slapd.access (5)
89 and the "OpenLDAP's Administrator's Guide" for details.
90 .TP
91 .B allow <features>
92 Specify a set of features (separated by white space) to
93 allow (default none).
94 .B bind_v2
95 allows acceptance of LDAPv2 bind requests.  Note that
96 .BR slapd (8)
97 does not truly implement LDAPv2 (RFC 1777), now Historic (RFC 3494).
98 .B bind_anon_cred
99 allows anonymous bind when credentials are not empty (e.g.
100 when DN is empty).
101 .B bind_anon_dn
102 allows unauthenticated (anonymous) bind when DN is not empty.
103 .B update_anon
104 allows unauthenticated (anonymous) update operations to be processed
105 (subject to access controls and other administrative limits).
106 .B proxy_authz_anon
107 allows unauthenticated (anonymous) proxy authorization control to be processed
108 (subject to access controls, authorization and other administrative limits).
109 .TP
110 .B argsfile <filename>
111 The (absolute) name of a file that will hold the 
112 .B slapd
113 server's command line (program name and options).
114 .TP
115 .B attributeoptions [option-name]...
116 Define tagging attribute options or option tag/range prefixes.
117 Options must not end with `\-', prefixes must end with `\-'.
118 The `lang\-' prefix is predefined.
119 If you use the
120 .B attributeoptions
121 directive, `lang\-' will no longer be defined and you must specify it
122 explicitly if you want it defined.
123
124 An attribute description with a tagging option is a subtype of that
125 attribute description without the option.
126 Except for that, options defined this way have no special semantics.
127 Prefixes defined this way work like the `lang\-' options:
128 They define a prefix for tagging options starting with the prefix.
129 That is, if you define the prefix `x\-foo\-', you can use the option
130 `x\-foo\-bar'.
131 Furthermore, in a search or compare, a prefix or range name (with
132 a trailing `\-') matches all options starting with that name, as well
133 as the option with the range name sans the trailing `\-'.
134 That is, `x\-foo\-bar\-' matches `x\-foo\-bar' and `x\-foo\-bar\-baz'.
135
136 RFC 4520 reserves options beginning with `x\-' for private experiments.
137 Other options should be registered with IANA, see RFC 4520 section 3.5.
138 OpenLDAP also has the `binary' option built in, but this is a transfer
139 option, not a tagging option.
140 .HP
141 .hy 0
142 .B attributetype "(\ <oid>\
143  [NAME\ <name>]\
144  [DESC\ <description>]\
145  [OBSOLETE]\
146  [SUP\ <oid>]\
147  [EQUALITY\ <oid>]\
148  [ORDERING\ <oid>]\
149  [SUBSTR\ <oid>]\
150  [SYNTAX\ <oidlen>]\
151  [SINGLE\-VALUE]\
152  [COLLECTIVE]\
153  [NO\-USER\-MODIFICATION]\
154  [USAGE\ <attributeUsage>]\ )"
155 .RS
156 Specify an attribute type using the LDAPv3 syntax defined in RFC 4512.
157 The slapd parser extends the RFC 4512 definition by allowing string
158 forms as well as numeric OIDs to be used for the attribute OID and
159 attribute syntax OID.
160 (See the
161 .B objectidentifier
162 description.) 
163 .RE
164 .TP
165 .B authz\-policy <policy>
166 Used to specify which rules to use for Proxy Authorization.  Proxy
167 authorization allows a client to authenticate to the server using one
168 user's credentials, but specify a different identity to use for authorization
169 and access control purposes. It essentially allows user A to login as user
170 B, using user A's password.
171 The
172 .B none
173 flag disables proxy authorization. This is the default setting.
174 The
175 .B from
176 flag will use rules in the
177 .I authzFrom
178 attribute of the authorization DN.
179 The
180 .B to
181 flag will use rules in the
182 .I authzTo
183 attribute of the authentication DN.
184 The
185 .B any
186 flag, an alias for the deprecated value of
187 .BR both ,
188 will allow any of the above, whatever succeeds first (checked in
189 .BR to ,
190 .B from
191 sequence.
192 The
193 .B all
194 flag requires both authorizations to succeed.
195 .LP
196 .RS
197 The rules are mechanisms to specify which identities are allowed 
198 to perform proxy authorization.
199 The
200 .I authzFrom
201 attribute in an entry specifies which other users
202 are allowed to proxy login to this entry. The
203 .I authzTo
204 attribute in
205 an entry specifies which other users this user can authorize as.  Use of
206 .I authzTo
207 rules can be easily
208 abused if users are allowed to write arbitrary values to this attribute.
209 In general the
210 .I authzTo
211 attribute must be protected with ACLs such that
212 only privileged users can modify it.
213 The value of
214 .I authzFrom
215 and
216 .I authzTo
217 describes an 
218 .B identity 
219 or a set of identities; it can take five forms:
220 .RS
221 .TP
222 .B ldap:///<base>??[<scope>]?<filter>
223 .RE
224 .RS
225 .B dn[.<dnstyle>]:<pattern>
226 .RE
227 .RS
228 .B u[.<mech>[/<realm>]]:<pattern>
229 .RE
230 .RS
231 .B group[/objectClass[/attributeType]]:<pattern>
232 .RE
233 .RS
234 .B <pattern>
235 .RE
236 .RS
237
238 .B <dnstyle>:={exact|onelevel|children|subtree|regex}
239
240 .RE
241 The first form is a valid LDAP
242 .B URI
243 where the 
244 .IR <host>:<port> ,
245 the
246 .I <attrs>
247 and the
248 .I <extensions>
249 portions must be absent, so that the search occurs locally on either
250 .I authzFrom
251 or 
252 .IR authzTo .
253 The second form is a 
254 .BR DN ,
255 with the optional style modifiers
256 .IR exact ,
257 .IR onelevel ,
258 .IR children ,
259 and
260 .I subtree
261 for exact, onelevel, children and subtree matches, which cause 
262 .I <pattern>
263 to be normalized according to the DN normalization rules, or the special
264 .I regex
265 style, which causes the
266 .I <pattern>
267 to be treated as a POSIX (''extended'') regular expression, as
268 discussed in
269 .BR regex (7)
270 and/or
271 .BR re_format (7).
272 A pattern of
273 .I *
274 means any non-anonymous DN.
275 The third form is a SASL
276 .BR id ,
277 with the optional fields
278 .I <mech>
279 and
280 .I <realm>
281 that allow to specify a SASL
282 .BR mechanism ,
283 and eventually a SASL
284 .BR realm ,
285 for those mechanisms that support one.
286 The need to allow the specification of a mechanism is still debated, 
287 and users are strongly discouraged to rely on this possibility.
288 The fourth form is a group specification, consisting of the keyword
289 .BR group ,
290 optionally followed by the specification of the group
291 .B objectClass
292 and member
293 .BR attributeType .
294 The group with DN
295 .B <pattern>
296 is searched with base scope, and in case of match, the values of the
297 member
298 .B attributeType
299 are searched for the asserted DN.
300 For backwards compatibility, if no identity type is provided, i.e. only
301 .B <pattern>
302 is present, an
303 .I exact DN
304 is assumed; as a consequence, 
305 .B <pattern>
306 is subjected to DN normalization.
307 Since the interpretation of
308 .I authzFrom
309 and
310 .I authzTo
311 can impact security, users are strongly encouraged 
312 to explicitly set the type of identity specification that is being used.
313 A subset of these rules can be used as third arg in the 
314 .B authz\-regexp
315 statement (see below); significantly, the 
316 .IR URI ,
317 provided it results in exactly one entry,
318 and the
319 .I dn.exact:<dn> 
320 forms.
321 .RE
322 .TP
323 .B authz\-regexp <match> <replace>
324 Used by the authentication framework to convert simple user names,
325 such as provided by SASL subsystem, or extracted from certificates
326 in case of cert-based SASL EXTERNAL, or provided within the RFC 4370
327 "proxied authorization" control, to an LDAP DN used for
328 authorization purposes.  Note that the resulting DN need not refer
329 to an existing entry to be considered valid.  When an authorization
330 request is received from the SASL subsystem, the SASL 
331 .BR USERNAME ,
332 .BR REALM , 
333 and
334 .B MECHANISM
335 are taken, when available, and combined into a name of the form
336 .RS
337 .RS
338 .TP
339 .B UID=<username>[[,CN=<realm>],CN=<mechanism>],CN=auth
340
341 .RE
342 This name is then compared against the
343 .B match
344 POSIX (''extended'') regular expression, and if the match is successful,
345 the name is replaced with the
346 .B replace
347 string.  If there are wildcard strings in the 
348 .B match
349 regular expression that are enclosed in parenthesis, e.g. 
350 .RS
351 .TP
352 .B UID=([^,]*),CN=.*
353
354 .RE
355 then the portion of the name that matched the wildcard will be stored
356 in the numbered placeholder variable $1. If there are other wildcard strings
357 in parenthesis, the matching strings will be in $2, $3, etc. up to $9. The 
358 placeholders can then be used in the 
359 .B replace
360 string, e.g. 
361 .RS
362 .TP
363 .B UID=$1,OU=Accounts,DC=example,DC=com 
364
365 .RE
366 The replaced name can be either a DN, i.e. a string prefixed by "dn:",
367 or an LDAP URI.
368 If the latter, the server will use the URI to search its own database(s)
369 and, if the search returns exactly one entry, the name is
370 replaced by the DN of that entry.   The LDAP URI must have no
371 hostport, attrs, or extensions components, but the filter is mandatory,
372 e.g.
373 .RS
374 .TP
375 .B ldap:///OU=Accounts,DC=example,DC=com??one?(UID=$1)
376
377 .RE
378 The protocol portion of the URI must be strictly
379 .BR ldap .
380 Note that this search is subject to access controls.  Specifically,
381 the authentication identity must have "auth" access in the subject.
382
383 Multiple 
384 .B authz\-regexp 
385 options can be given in the configuration file to allow for multiple matching 
386 and replacement patterns. The matching patterns are checked in the order they 
387 appear in the file, stopping at the first successful match.
388
389 .\".B Caution:
390 .\"Because the plus sign + is a character recognized by the regular expression engine,
391 .\"and it will appear in names that include a REALM, be careful to escape the
392 .\"plus sign with a backslash \\+ to remove the character's special meaning.
393 .RE
394 .TP
395 .B concurrency <integer>
396 Specify a desired level of concurrency.  Provided to the underlying
397 thread system as a hint.  The default is not to provide any hint.
398 .TP
399 .B conn_max_pending <integer>
400 Specify the maximum number of pending requests for an anonymous session.
401 If requests are submitted faster than the server can process them, they
402 will be queued up to this limit. If the limit is exceeded, the session
403 is closed. The default is 100.
404 .TP
405 .B conn_max_pending_auth <integer>
406 Specify the maximum number of pending requests for an authenticated session.
407 The default is 1000.
408 .TP
409 .B defaultsearchbase <dn>
410 Specify a default search base to use when client submits a
411 non-base search request with an empty base DN.
412 Base scoped search requests with an empty base DN are not affected.
413 .TP
414 .B disallow <features>
415 Specify a set of features (separated by white space) to
416 disallow (default none).
417 .B bind_anon
418 disables acceptance of anonymous bind requests.  Note that this setting
419 does not prohibit anonymous directory access (See "require authc").
420 .B bind_simple
421 disables simple (bind) authentication.
422 .B tls_2_anon
423 disables forcing session to anonymous status (see also
424 .BR tls_authc )
425 upon StartTLS operation receipt.
426 .B tls_authc
427 disallows the StartTLS operation if authenticated (see also
428 .BR tls_2_anon ).
429 .B proxy_authz_non_critical
430 disables acceptance of the proxied authorization control (RFC4370)
431 when criticality is FALSE.
432 .B dontusecopy_non_critical
433 disables acceptance of the dontUseCopy control (a work in progress)
434 when criticality is FALSE.
435 .HP
436 .hy 0
437 .B ditcontentrule "(\ <oid>\
438  [NAME\ <name>]\
439  [DESC\ <description>]\
440  [OBSOLETE]\
441  [AUX\ <oids>]\
442  [MUST\ <oids>]\
443  [MAY\ <oids>]\
444  [NOT\ <oids>]\ )"
445 .RS
446 Specify an DIT Content Rule using the LDAPv3 syntax defined in RFC 4512.
447 The slapd parser extends the RFC 4512 definition by allowing string
448 forms as well as numeric OIDs to be used for the attribute OID and
449 attribute syntax OID.
450 (See the
451 .B objectidentifier
452 description.) 
453 .RE
454 .TP
455 .B gentlehup { on | off }
456 A SIGHUP signal will only cause a 'gentle' shutdown-attempt:
457 .B Slapd
458 will stop listening for new connections, but will not close the
459 connections to the current clients.  Future write operations return
460 unwilling-to-perform, though.  Slapd terminates when all clients
461 have closed their connections (if they ever do), or - as before -
462 if it receives a SIGTERM signal.  This can be useful if you wish to
463 terminate the server and start a new
464 .B slapd
465 server
466 .B with another database,
467 without disrupting the currently active clients.
468 The default is off.  You may wish to use
469 .B idletimeout
470 along with this option.
471 .TP
472 .B idletimeout <integer>
473 Specify the number of seconds to wait before forcibly closing
474 an idle client connection.  A idletimeout of 0 disables this
475 feature.  The default is 0. You may also want to set the
476 .B writetimeout
477 option.
478 .TP
479 .B include <filename>
480 Read additional configuration information from the given file before
481 continuing with the next line of the current file.
482 .TP
483 .B index_intlen <integer>
484 Specify the key length for ordered integer indices. The most significant
485 bytes of the binary integer will be used for index keys. The default
486 value is 4, which provides exact indexing for 31 bit values.
487 A floating point representation is used to index too large values.
488 .TP
489 .B index_substr_if_minlen <integer>
490 Specify the minimum length for subinitial and subfinal indices. An
491 attribute value must have at least this many characters in order to be
492 processed by the indexing functions. The default is 2.
493 .TP
494 .B index_substr_if_maxlen <integer>
495 Specify the maximum length for subinitial and subfinal indices. Only
496 this many characters of an attribute value will be processed by the
497 indexing functions; any excess characters are ignored. The default is 4.
498 .TP
499 .B index_substr_any_len <integer>
500 Specify the length used for subany indices. An attribute value must have
501 at least this many characters in order to be processed. Attribute values
502 longer than this length will be processed in segments of this length. The
503 default is 4. The subany index will also be used in subinitial and
504 subfinal index lookups when the filter string is longer than the
505 .I index_substr_if_maxlen
506 value.
507 .TP
508 .B index_substr_any_step <integer>
509 Specify the steps used in subany index lookups. This value sets the offset
510 for the segments of a filter string that are processed for a subany index
511 lookup. The default is 2. For example, with the default values, a search
512 using this filter "cn=*abcdefgh*" would generate index lookups for
513 "abcd", "cdef", and "efgh".
514
515 .LP
516 Note: Indexing support depends on the particular backend in use. Also,
517 changing these settings will generally require deleting any indices that
518 depend on these parameters and recreating them with
519 .BR slapindex (8).
520
521 .HP
522 .hy 0
523 .B ldapsyntax "(\ <oid>\
524  [DESC\ <description>]\
525  [X\-SUBST <substitute-syntax>]\ )"
526 .RS
527 Specify an LDAP syntax using the LDAPv3 syntax defined in RFC 4512.
528 The slapd parser extends the RFC 4512 definition by allowing string
529 forms as well as numeric OIDs to be used for the syntax OID.
530 (See the
531 .B objectidentifier
532 description.) 
533 The slapd parser also honors the
534 .B X\-SUBST
535 extension (an OpenLDAP-specific extension), which allows to use the
536 .B ldapsyntax
537 statement to define a non-implemented syntax along with another syntax,
538 the extension value
539 .IR substitute-syntax ,
540 as its temporary replacement.
541 The
542 .I substitute-syntax
543 must be defined.
544 This allows to define attribute types that make use of non-implemented syntaxes
545 using the correct syntax OID.
546 Unless 
547 .B X\-SUBST
548 is used, this configuration statement would result in an error,
549 since no handlers would be associated to the resulting syntax structure.
550 .RE
551
552 .TP
553 .B localSSF <SSF>
554 Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,
555 such as those to the ldapi:// listener.  For a description of SSF values,
556 see 
557 .BR sasl-secprops 's
558 .B minssf
559 option description.  The default is 71.
560 .TP
561 .B logfile <filename>
562 Specify a file for recording debug log messages. By default these messages
563 only go to stderr and are not recorded anywhere else. Specifying a logfile
564 copies messages to both stderr and the logfile.
565 .TP
566 .B loglevel <integer> [...]
567 Specify the level at which debugging statements and operation 
568 statistics should be syslogged (currently logged to the
569 .BR syslogd (8) 
570 LOG_LOCAL4 facility).
571 They must be considered subsystems rather than increasingly verbose 
572 log levels.
573 Some messages with higher priority are logged regardless 
574 of the configured loglevel as soon as any logging is configured.
575 Log levels are additive, and available levels are:
576 .RS
577 .RS
578 .PD 0
579 .TP
580 .B 1
581 .B (0x1 trace)
582 trace function calls
583 .TP
584 .B 2
585 .B (0x2 packets)
586 debug packet handling
587 .TP
588 .B 4
589 .B (0x4 args)
590 heavy trace debugging (function args)
591 .TP
592 .B 8
593 .B (0x8 conns)
594 connection management
595 .TP
596 .B 16
597 .B (0x10 BER)
598 print out packets sent and received
599 .TP
600 .B 32
601 .B (0x20 filter)
602 search filter processing
603 .TP
604 .B 64
605 .B (0x40 config)
606 configuration file processing
607 .TP
608 .B 128
609 .B (0x80 ACL)
610 access control list processing
611 .TP
612 .B 256
613 .B (0x100 stats)
614 connections, LDAP operations, results (recommended)
615 .TP
616 .B 512
617 .B (0x200 stats2)
618 stats log entries sent
619 .TP
620 .B 1024
621 .B (0x400 shell)
622 print communication with shell backends
623 .TP
624 .B 2048
625 .B (0x800 parse)
626 entry parsing
627 \".TP
628 \".B 4096
629 \".B (0x1000 cache)
630 \"caching (unused)
631 \".TP
632 \".B 8192
633 \".B (0x2000 index)
634 \"data indexing (unused)
635 .TP
636 .B 16384
637 .B (0x4000 sync)
638 LDAPSync replication
639 .TP
640 .B 32768
641 .B (0x8000 none)
642 only messages that get logged whatever log level is set
643 .PD
644 .RE
645 The desired log level can be input as a single integer that combines 
646 the (ORed) desired levels, both in decimal or in hexadecimal notation,
647 as a list of integers (that are ORed internally),
648 or as a list of the names that are shown between brackets, such that
649 .LP
650 .nf
651     loglevel 129
652     loglevel 0x81
653     loglevel 128 1
654     loglevel 0x80 0x1
655     loglevel acl trace
656 .fi
657 .LP
658 are equivalent.
659 The keyword 
660 .B any
661 can be used as a shortcut to enable logging at all levels (equivalent to \-1).
662 The keyword
663 .BR none ,
664 or the equivalent integer representation, causes those messages
665 that are logged regardless of the configured loglevel to be logged.
666 In fact, if loglevel is set to 0, no logging occurs, 
667 so at least the 
668 .B none
669 level is required to have high priority messages logged.
670
671 The loglevel defaults to \fBstats\fP.
672 This level should usually also be included when using other loglevels, to
673 help analyze the logs.
674 .RE
675 .TP
676 .B moduleload <filename>
677 Specify the name of a dynamically loadable module to load. The filename
678 may be an absolute path name or a simple filename. Non-absolute names
679 are searched for in the directories specified by the
680 .B modulepath
681 option. This option and the
682 .B modulepath
683 option are only usable if slapd was compiled with \-\-enable\-modules.
684 .TP
685 .B modulepath <pathspec>
686 Specify a list of directories to search for loadable modules. Typically
687 the path is colon-separated but this depends on the operating system.
688 The default is MODULEDIR, which is where the standard OpenLDAP install
689 will place its modules.
690 .HP
691 .hy 0
692 .B objectclass "(\ <oid>\
693  [NAME\ <name>]\
694  [DESC\ <description>]\
695  [OBSOLETE]\
696  [SUP\ <oids>]\
697  [{ ABSTRACT | STRUCTURAL | AUXILIARY }]\
698  [MUST\ <oids>] [MAY\ <oids>] )"
699 .RS
700 Specify an objectclass using the LDAPv3 syntax defined in RFC 4512.
701 The slapd parser extends the RFC 4512 definition by allowing string
702 forms as well as numeric OIDs to be used for the object class OID.
703 (See the
704 .B
705 objectidentifier
706 description.)  Object classes are "STRUCTURAL" by default.
707 .RE
708 .TP
709 .B objectidentifier <name> "{ <oid> | <name>[:<suffix>] }"
710 Define a string name that equates to the given OID. The string can be used
711 in place of the numeric OID in objectclass and attribute definitions. The
712 name can also be used with a suffix of the form ":xx" in which case the
713 value "oid.xx" will be used.
714 .TP
715 .B password\-hash <hash> [<hash>...]
716 This option configures one or more hashes to be used in generation of user
717 passwords stored in the userPassword attribute during processing of
718 LDAP Password Modify Extended Operations (RFC 3062).
719 The <hash> must be one of
720 .BR {SSHA} ,
721 .BR {SHA} ,
722 .BR {SMD5} ,
723 .BR {MD5} ,
724 .BR {CRYPT} ,
725 and
726 .BR {CLEARTEXT} .
727 The default is
728 .BR {SSHA} .
729
730 .B {SHA}
731 and
732 .B {SSHA}
733 use the SHA-1 algorithm (FIPS 160-1), the latter with a seed.
734
735 .B {MD5}
736 and
737 .B {SMD5}
738 use the MD5 algorithm (RFC 1321), the latter with a seed.
739
740 .B {CRYPT}
741 uses the
742 .BR crypt (3).
743
744 .B {CLEARTEXT}
745 indicates that the new password should be
746 added to userPassword as clear text.
747
748 Note that this option does not alter the normal user applications
749 handling of userPassword during LDAP Add, Modify, or other LDAP operations.
750 .TP
751 .B password\-crypt\-salt\-format <format>
752 Specify the format of the salt passed to
753 .BR crypt (3)
754 when generating {CRYPT} passwords (see
755 .BR password\-hash )
756 during processing of LDAP Password Modify Extended Operations (RFC 3062).
757
758 This string needs to be in
759 .BR sprintf (3)
760 format and may include one (and only one) %s conversion.
761 This conversion will be substituted with a string of random
762 characters from [A\-Za\-z0\-9./].  For example, "%.2s"
763 provides a two character salt and "$1$%.8s" tells some
764 versions of crypt(3) to use an MD5 algorithm and provides
765 8 random characters of salt.  The default is "%s", which
766 provides 31 characters of salt.
767 .TP
768 .B pidfile <filename>
769 The (absolute) name of a file that will hold the 
770 .B slapd
771 server's process ID (see
772 .BR getpid (2)).
773 .TP
774 .B referral <url>
775 Specify the referral to pass back when
776 .BR slapd (8)
777 cannot find a local database to handle a request.
778 If specified multiple times, each url is provided.
779 .TP
780 .B require <conditions>
781 Specify a set of conditions (separated by white space) to
782 require (default none).
783 The directive may be specified globally and/or per-database;
784 databases inherit global conditions, so per-database specifications
785 are additive.
786 .B bind
787 requires bind operation prior to directory operations.
788 .B LDAPv3
789 requires session to be using LDAP version 3.
790 .B authc
791 requires authentication prior to directory operations.
792 .B SASL
793 requires SASL authentication prior to directory operations.
794 .B strong
795 requires strong authentication prior to directory operations.
796 The strong keyword allows protected "simple" authentication
797 as well as SASL authentication.
798 .B none
799 may be used to require no conditions (useful to clear out globally
800 set conditions within a particular database); it must occur first
801 in the list of conditions.
802 .TP
803 .B reverse\-lookup on | off
804 Enable/disable client name unverified reverse lookup (default is 
805 .BR off 
806 if compiled with \-\-enable\-rlookups).
807 .TP
808 .B rootDSE <file>
809 Specify the name of an LDIF(5) file containing user defined attributes
810 for the root DSE.  These attributes are returned in addition to the
811 attributes normally produced by slapd.
812
813 The root DSE is an entry with information about the server and its
814 capabilities, in operational attributes.
815 It has the empty DN, and can be read with e.g.:
816 .ti +4
817 ldapsearch \-x \-b "" \-s base "+"
818 .br
819 See RFC 4512 section 5.1 for details.
820 .TP
821 .B sasl\-auxprops <plugin> [...]
822 Specify which auxprop plugins to use for authentication lookups. The
823 default is empty, which just uses slapd's internal support. Usually
824 no other auxprop plugins are needed.
825 .TP
826 .B sasl\-host <fqdn>
827 Used to specify the fully qualified domain name used for SASL processing.
828 .TP
829 .B sasl\-realm <realm>
830 Specify SASL realm.  Default is empty.
831 .TP
832 .B sasl\-secprops <properties>
833 Used to specify Cyrus SASL security properties.
834 The
835 .B none
836 flag (without any other properties) causes the flag properties
837 default, "noanonymous,noplain", to be cleared.
838 The
839 .B noplain
840 flag disables mechanisms susceptible to simple passive attacks.
841 The
842 .B noactive
843 flag disables mechanisms susceptible to active attacks.
844 The
845 .B nodict
846 flag disables mechanisms susceptible to passive dictionary attacks.
847 The
848 .B noanonymous
849 flag disables mechanisms which support anonymous login.
850 The
851 .B forwardsec
852 flag require forward secrecy between sessions.
853 The
854 .B passcred
855 require mechanisms which pass client credentials (and allow
856 mechanisms which can pass credentials to do so).
857 The
858 .B minssf=<factor> 
859 property specifies the minimum acceptable
860 .I security strength factor
861 as an integer approximate to effective key length used for
862 encryption.  0 (zero) implies no protection, 1 implies integrity
863 protection only, 56 allows DES or other weak ciphers, 112
864 allows triple DES and other strong ciphers, 128 allows RC4,
865 Blowfish and other modern strong ciphers.  The default is 0.
866 The
867 .B maxssf=<factor> 
868 property specifies the maximum acceptable
869 .I security strength factor
870 as an integer (see minssf description).  The default is INT_MAX.
871 The
872 .B maxbufsize=<size> 
873 property specifies the maximum security layer receive buffer
874 size allowed.  0 disables security layers.  The default is 65536.
875 .TP
876 .B schemadn <dn>
877 Specify the distinguished name for the subschema subentry that
878 controls the entries on this server.  The default is "cn=Subschema".
879 .TP
880 .B security <factors>
881 Specify a set of security strength factors (separated by white space)
882 to require (see
883 .BR sasl\-secprops 's
884 .B minssf
885 option for a description of security strength factors).
886 The directive may be specified globally and/or per-database.
887 .B ssf=<n>
888 specifies the overall security strength factor.
889 .B transport=<n>
890 specifies the transport security strength factor.
891 .B tls=<n>
892 specifies the TLS security strength factor.
893 .B sasl=<n>
894 specifies the SASL security strength factor.
895 .B update_ssf=<n>
896 specifies the overall security strength factor to require for
897 directory updates.
898 .B update_transport=<n>
899 specifies the transport security strength factor to require for
900 directory updates.
901 .B update_tls=<n>
902 specifies the TLS security strength factor to require for
903 directory updates.
904 .B update_sasl=<n>
905 specifies the SASL security strength factor to require for
906 directory updates.
907 .B simple_bind=<n>
908 specifies the security strength factor required for
909 .I simple
910 username/password authentication.
911 Note that the
912 .B transport
913 factor is measure of security provided by the underlying transport,
914 e.g. ldapi:// (and eventually IPSEC).  It is not normally used.
915 .TP
916 .B serverID <integer> [<URL>]
917 Specify an integer ID from 0 to 4095 for this server (limited
918 to 3 hexadecimal digits).  The ID may also be specified as a
919 hexadecimal ID by prefixing the value with "0x".
920 These IDs are
921 required when using multimaster replication and each master must have a
922 unique ID. Note that this requirement also applies to separate masters
923 contributing to a glued set of databases.
924 If the URL is provided, this directive may be specified
925 multiple times, providing a complete list of participating servers
926 and their IDs. The fully qualified hostname of each server should be
927 used in the supplied URLs. The IDs are used in the "replica id" field
928 of all CSNs generated by the specified server. The default value is zero.
929 Example:
930 .LP
931 .nf
932         serverID 1
933 .fi
934 .TP
935 .B sizelimit {<integer>|unlimited}
936 .TP
937 .B sizelimit size[.{soft|hard|unchecked}]=<integer> [...]
938 Specify the maximum number of entries to return from a search operation.
939 The default size limit is 500.
940 Use
941 .B unlimited
942 to specify no limits.
943 The second format allows a fine grain setting of the size limits.
944 Extra args can be added on the same line.
945 See
946 .BR limits
947 for an explanation of the different flags.
948 .TP
949 .B sockbuf_max_incoming <integer>
950 Specify the maximum incoming LDAP PDU size for anonymous sessions.
951 The default is 262143.
952 .TP
953 .B sockbuf_max_incoming_auth <integer>
954 Specify the maximum incoming LDAP PDU size for authenticated sessions.
955 The default is 4194303.
956 .TP
957 .B sortvals <attr> [...]
958 Specify a list of multi-valued attributes whose values will always
959 be maintained in sorted order. Using this option will allow Modify,
960 Compare, and filter evaluations on these attributes to be performed
961 more efficiently. The resulting sort order depends on the
962 attributes' syntax and matching rules and may not correspond to
963 lexical order or any other recognizable order.
964 .TP
965 .B tcp-buffer [listener=<URL>] [{read|write}=]<size>
966 Specify the size of the TCP buffer.
967 A global value for both read and write TCP buffers related to any listener
968 is defined, unless the listener is explicitly specified,
969 or either the read or write qualifiers are used.
970 See
971 .BR tcp (7)
972 for details.
973 Note that some OS-es implement automatic TCP buffer tuning.
974 .TP
975 .B threads <integer>
976 Specify the maximum size of the primary thread pool.
977 The default is 16; the minimum value is 2.
978 .TP
979 .B timelimit {<integer>|unlimited}
980 .TP
981 .B timelimit time[.{soft|hard}]=<integer> [...]
982 Specify the maximum number of seconds (in real time)
983 .B slapd
984 will spend answering a search request.  The default time limit is 3600.
985 Use
986 .B unlimited
987 to specify no limits.
988 The second format allows a fine grain setting of the time limits.
989 Extra args can be added on the same line.
990 See
991 .BR limits
992 for an explanation of the different flags.
993 .TP
994 .B tool\-threads <integer>
995 Specify the maximum number of threads to use in tool mode.
996 This should not be greater than the number of CPUs in the system.
997 The default is 1.
998 .\"ucdata-path is obsolete / ignored...
999 .\".TP
1000 .\".B ucdata-path <path>
1001 .\"Specify the path to the directory containing the Unicode character
1002 .\"tables. The default path is DATADIR/ucdata.
1003 .TP
1004 .B writetimeout <integer>
1005 Specify the number of seconds to wait before forcibly closing
1006 a connection with an outstanding write. This allows recovery from
1007 various network hang conditions.  A writetimeout of 0 disables this
1008 feature.  The default is 0.
1009 .SH TLS OPTIONS
1010 If
1011 .B slapd
1012 is built with support for Transport Layer Security, there are more options
1013 you can specify.
1014 .TP
1015 .B TLSCipherSuite <cipher-suite-spec>
1016 Permits configuring what ciphers will be accepted and the preference order.
1017 <cipher-suite-spec> should be a cipher specification for OpenSSL.  Example:
1018
1019 TLSCipherSuite HIGH:MEDIUM:+SSLv2
1020
1021 To check what ciphers a given spec selects, use:
1022
1023 .nf
1024         openssl ciphers \-v <cipher-suite-spec>
1025 .fi
1026
1027 To obtain the list of ciphers in GNUtls use:
1028
1029 .nf
1030         gnutls-cli \-l
1031 .fi
1032
1033 .TP
1034 .B TLSCACertificateFile <filename>
1035 Specifies the file that contains certificates for all of the Certificate
1036 Authorities that
1037 .B slapd
1038 will recognize.
1039 .TP
1040 .B TLSCACertificatePath <path>
1041 Specifies the path of a directory that contains Certificate Authority
1042 certificates in separate individual files. Usually only one of this
1043 or the TLSCACertificateFile is used. This directive is not supported
1044 when using GNUtls.
1045 .TP
1046 .B TLSCertificateFile <filename>
1047 Specifies the file that contains the
1048 .B slapd
1049 server certificate.
1050 .TP
1051 .B TLSCertificateKeyFile <filename>
1052 Specifies the file that contains the
1053 .B slapd
1054 server private key that matches the certificate stored in the
1055 .B TLSCertificateFile
1056 file.  Currently, the private key must not be protected with a password, so
1057 it is of critical importance that it is protected carefully. 
1058 .TP
1059 .B TLSDHParamFile <filename>
1060 This directive specifies the file that contains parameters for Diffie-Hellman
1061 ephemeral key exchange.  This is required in order to use a DSA certificate on
1062 the server. If multiple sets of parameters are present in the file, all of
1063 them will be processed.  Note that setting this option may also enable
1064 Anonymous Diffie-Hellman key exchanges in certain non-default cipher suites.
1065 You should append "!ADH" to your cipher suites if you have changed them
1066 from the default, otherwise no certificate exchanges or verification will
1067 be done. When using GNUtls these parameters are always generated randomly so
1068 this directive is ignored.
1069 .TP
1070 .B TLSRandFile <filename>
1071 Specifies the file to obtain random bits from when /dev/[u]random
1072 is not available.  Generally set to the name of the EGD/PRNGD socket.
1073 The environment variable RANDFILE can also be used to specify the filename.
1074 This directive is ignored with GNUtls.
1075 .TP
1076 .B TLSVerifyClient <level>
1077 Specifies what checks to perform on client certificates in an
1078 incoming TLS session, if any.
1079 The
1080 .B <level>
1081 can be specified as one of the following keywords:
1082 .RS
1083 .TP
1084 .B never
1085 This is the default.
1086 .B slapd
1087 will not ask the client for a certificate.
1088 .TP
1089 .B allow
1090 The client certificate is requested.  If no certificate is provided,
1091 the session proceeds normally.  If a bad certificate is provided,
1092 it will be ignored and the session proceeds normally.
1093 .TP
1094 .B try
1095 The client certificate is requested.  If no certificate is provided,
1096 the session proceeds normally.  If a bad certificate is provided,
1097 the session is immediately terminated.
1098 .TP
1099 .B demand | hard | true
1100 These keywords are all equivalent, for compatibility reasons.
1101 The client certificate is requested.  If no certificate is provided,
1102 or a bad certificate is provided, the session is immediately terminated.
1103
1104 Note that a valid client certificate is required in order to use the
1105 SASL EXTERNAL authentication mechanism with a TLS session.  As such,
1106 a non-default
1107 .B TLSVerifyClient
1108 setting must be chosen to enable SASL EXTERNAL authentication.
1109 .RE
1110 .TP
1111 .B TLSCRLCheck <level>
1112 Specifies if the Certificate Revocation List (CRL) of the CA should be 
1113 used to verify if the client certificates have not been revoked. This
1114 requires
1115 .B TLSCACertificatePath
1116 parameter to be set. This directive is ignored with GNUtls.
1117 .B <level>
1118 can be specified as one of the following keywords:
1119 .RS
1120 .TP
1121 .B none
1122 No CRL checks are performed
1123 .TP
1124 .B peer
1125 Check the CRL of the peer certificate
1126 .TP
1127 .B all
1128 Check the CRL for a whole certificate chain
1129 .RE
1130 .TP
1131 .B TLSCRLFile <filename>
1132 Specifies a file containing a Certificate Revocation List to be used
1133 for verifying that certificates have not been revoked. This directive is
1134 only valid when using GNUtls.
1135 .SH GENERAL BACKEND OPTIONS
1136 Options in this section only apply to the configuration file section
1137 for the specified backend.  They are supported by every
1138 type of backend.
1139 .TP
1140 .B backend <databasetype>
1141 Mark the beginning of a backend definition. <databasetype>
1142 should be one of
1143 .BR bdb ,
1144 .BR config ,
1145 .BR dnssrv ,
1146 .BR hdb ,
1147 .BR ldap ,
1148 .BR ldif ,
1149 .BR meta ,
1150 .BR monitor ,
1151 .BR null ,
1152 .BR passwd ,
1153 .BR perl ,
1154 .BR relay ,
1155 .BR shell ,
1156 or
1157 .BR sql ,
1158 depending on which backend will serve the database.
1159
1160 .SH GENERAL DATABASE OPTIONS
1161 Options in this section only apply to the configuration file section
1162 for the database in which they are defined.  They are supported by every
1163 type of backend.  Note that the
1164 .B database
1165 and at least one
1166 .B suffix
1167 option are mandatory for each database.
1168 .TP
1169 .B database <databasetype>
1170 Mark the beginning of a new database instance definition. <databasetype>
1171 should be one of
1172 .BR bdb ,
1173 .BR config ,
1174 .BR dnssrv ,
1175 .BR hdb ,
1176 .BR ldap ,
1177 .BR ldif ,
1178 .BR meta ,
1179 .BR monitor ,
1180 .BR null ,
1181 .BR passwd ,
1182 .BR perl ,
1183 .BR relay ,
1184 .BR shell ,
1185 or
1186 .BR sql ,
1187 depending on which backend will serve the database.
1188
1189 LDAP operations, even subtree searches, normally access only one
1190 database.
1191 That can be changed by gluing databases together with the
1192 .B subordinate
1193 keyword.
1194 Access controls and some overlays can also involve multiple databases.
1195 .TP
1196 .B add_content_acl on | off
1197 Controls whether Add operations will perform ACL checks on
1198 the content of the entry being added. This check is off
1199 by default. See the
1200 .BR slapd.access (5)
1201 manual page for more details on ACL requirements for
1202 Add operations.
1203 .TP
1204 .B hidden on | off
1205 Controls whether the database will be used to answer
1206 queries. A database that is hidden will never be
1207 selected to answer any queries, and any suffix configured
1208 on the database will be ignored in checks for conflicts
1209 with other databases. By default, hidden is off.
1210 .TP
1211 .B lastmod on | off
1212 Controls whether
1213 .B slapd
1214 will automatically maintain the 
1215 modifiersName, modifyTimestamp, creatorsName, and 
1216 createTimestamp attributes for entries. It also controls
1217 the entryCSN and entryUUID attributes, which are needed
1218 by the syncrepl provider. By default, lastmod is on.
1219 .TP
1220 .B limits <selector> <limit> [<limit> [...]]
1221 Specify time and size limits based on the operation's initiator or
1222 base DN.
1223 The argument
1224 .B <selector>
1225 can be any of
1226 .RS
1227 .RS
1228 .TP
1229 anonymous | users | [<dnspec>=]<pattern> | group[/oc[/at]]=<pattern>
1230
1231 .RE
1232 with
1233 .RS
1234 .TP
1235 <dnspec> ::= dn[.<type>][.<style>]
1236 .TP
1237 <type>  ::= self | this
1238 .TP
1239 <style> ::= exact | base | onelevel | subtree | children | regex | anonymous
1240
1241 .RE
1242 DN type
1243 .B self
1244 is the default and means the bound user, while
1245 .B this
1246 means the base DN of the operation.
1247 The term
1248 .B anonymous
1249 matches all unauthenticated clients.
1250 The term
1251 .B users
1252 matches all authenticated clients;
1253 otherwise an
1254 .B exact
1255 dn pattern is assumed unless otherwise specified by qualifying 
1256 the (optional) key string
1257 .B dn
1258 with 
1259 .B exact
1260 or
1261 .B base
1262 (which are synonyms), to require an exact match; with
1263 .BR onelevel , 
1264 to require exactly one level of depth match; with
1265 .BR subtree ,
1266 to allow any level of depth match, including the exact match; with
1267 .BR children ,
1268 to allow any level of depth match, not including the exact match;
1269 .BR regex
1270 explicitly requires the (default) match based on POSIX (''extended'')
1271 regular expression pattern.
1272 Finally,
1273 .B anonymous
1274 matches unbound operations; the 
1275 .B pattern
1276 field is ignored.
1277 The same behavior is obtained by using the 
1278 .B anonymous
1279 form of the
1280 .B <selector>
1281 clause.
1282 The term
1283 .BR group ,
1284 with the optional objectClass
1285 .B oc
1286 and attributeType
1287 .B at
1288 fields, followed by
1289 .BR pattern ,
1290 sets the limits for any DN listed in the values of the
1291 .B at
1292 attribute (default
1293 .BR member )
1294 of the 
1295 .B oc
1296 group objectClass (default
1297 .BR groupOfNames )
1298 whose DN exactly matches
1299 .BR pattern .
1300
1301 The currently supported limits are 
1302 .B size
1303 and 
1304 .BR time .
1305
1306 The syntax for time limits is 
1307 .BR time[.{soft|hard}]=<integer> ,
1308 where 
1309 .I integer
1310 is the number of seconds slapd will spend answering a search request.
1311 If no time limit is explicitly requested by the client, the 
1312 .BR soft
1313 limit is used; if the requested time limit exceeds the
1314 .BR hard
1315 .\"limit, an
1316 .\".I "Administrative limit exceeded"
1317 .\"error is returned.
1318 limit, the value of the limit is used instead.
1319 If the
1320 .BR hard
1321 limit is set to the keyword 
1322 .IR soft ,
1323 the soft limit is used in either case; if it is set to the keyword 
1324 .IR unlimited , 
1325 no hard limit is enforced.
1326 Explicit requests for time limits smaller or equal to the
1327 .BR hard 
1328 limit are honored.
1329 If no limit specifier is set, the value is assigned to the 
1330 .BR soft 
1331 limit, and the
1332 .BR hard
1333 limit is set to
1334 .IR soft ,
1335 to preserve the original behavior.
1336
1337 The syntax for size limits is
1338 .BR size[.{soft|hard|unchecked}]=<integer> ,
1339 where
1340 .I integer
1341 is the maximum number of entries slapd will return answering a search 
1342 request.
1343 If no size limit is explicitly requested by the client, the
1344 .BR soft
1345 limit is used; if the requested size limit exceeds the
1346 .BR hard
1347 .\"limit, an 
1348 .\".I "Administrative limit exceeded"
1349 .\"error is returned.
1350 limit, the value of the limit is used instead.
1351 If the 
1352 .BR hard
1353 limit is set to the keyword 
1354 .IR soft , 
1355 the soft limit is used in either case; if it is set to the keyword
1356 .IR unlimited , 
1357 no hard limit is enforced.
1358 Explicit requests for size limits smaller or equal to the
1359 .BR hard
1360 limit are honored.
1361 The
1362 .BR unchecked
1363 specifier sets a limit on the number of candidates a search request is allowed
1364 to examine.
1365 The rationale behind it is that searches for non-properly indexed
1366 attributes may result in large sets of candidates, which must be 
1367 examined by
1368 .BR slapd (8)
1369 to determine whether they match the search filter or not.
1370 The
1371 .B unchecked
1372 limit provides a means to drop such operations before they are even 
1373 started.
1374 If the selected candidates exceed the 
1375 .BR unchecked
1376 limit, the search will abort with 
1377 .IR "Unwilling to perform" .
1378 If it is set to the keyword 
1379 .IR unlimited , 
1380 no limit is applied (the default).
1381 If it is set to
1382 .IR disabled ,
1383 the search is not even performed; this can be used to disallow searches
1384 for a specific set of users.
1385 If no limit specifier is set, the value is assigned to the
1386 .BR soft 
1387 limit, and the
1388 .BR hard
1389 limit is set to
1390 .IR soft ,
1391 to preserve the original behavior.
1392
1393 In case of no match, the global limits are used.
1394 The default values are the same as for
1395 .B sizelimit
1396 and
1397 .BR timelimit ;
1398 no limit is set on 
1399 .BR unchecked .
1400
1401 If 
1402 .B pagedResults
1403 control is requested, the 
1404 .B hard
1405 size limit is used by default, because the request of a specific page size
1406 is considered an explicit request for a limitation on the number
1407 of entries to be returned.
1408 However, the size limit applies to the total count of entries returned within
1409 the search, and not to a single page.
1410 Additional size limits may be enforced; the syntax is
1411 .BR size.pr={<integer>|noEstimate|unlimited} ,
1412 where
1413 .I integer
1414 is the max page size if no explicit limit is set; the keyword
1415 .I noEstimate
1416 inhibits the server from returning an estimate of the total number
1417 of entries that might be returned
1418 (note: the current implementation does not return any estimate).
1419 The keyword
1420 .I unlimited
1421 indicates that no limit is applied to the pagedResults control page size.
1422 The syntax
1423 .B size.prtotal={<integer>|unlimited|disabled}
1424 allows to set a limit on the total number of entries that a pagedResults
1425 control allows to return.
1426 By default it is set to the 
1427 .B hard
1428 limit.
1429 When set, 
1430 .I integer
1431 is the max number of entries that the whole search with pagedResults control
1432 can return.
1433 Use 
1434 .I unlimited
1435 to allow unlimited number of entries to be returned, e.g. to allow
1436 the use of the pagedResults control as a means to circumvent size 
1437 limitations on regular searches; the keyword
1438 .I disabled
1439 disables the control, i.e. no paged results can be returned.
1440 Note that the total number of entries returned when the pagedResults control 
1441 is requested cannot exceed the 
1442 .B hard 
1443 size limit of regular searches unless extended by the
1444 .B prtotal
1445 switch.
1446
1447 The \fBlimits\fP statement is typically used to let an unlimited
1448 number of entries be returned by searches performed
1449 with the identity used by the consumer for synchronization purposes
1450 by means of the RFC 4533 LDAP Content Synchronization protocol
1451 (see \fBsyncrepl\fP for details).
1452 .RE
1453 .TP
1454 .B maxderefdepth <depth>
1455 Specifies the maximum number of aliases to dereference when trying to
1456 resolve an entry, used to avoid infinite alias loops. The default is 15.
1457 .TP
1458 .B mirrormode on | off
1459 This option puts a replica database into "mirror" mode.  Update
1460 operations will be accepted from any user, not just the updatedn.  The
1461 database must already be configured as a syncrepl consumer
1462 before this keyword may be set. This mode also requires a
1463 .B serverID
1464 (see above) to be configured.
1465 By default, mirrormode is off.
1466 .TP
1467 .B monitoring on | off
1468 This option enables database-specific monitoring in the entry related
1469 to the current database in the "cn=Databases,cn=Monitor" subtree 
1470 of the monitor database, if the monitor database is enabled.
1471 Currently, only the BDB and the HDB databases provide database-specific
1472 monitoring.
1473 The default depends on the backend type.
1474 .TP
1475 .B overlay <overlay-name>
1476 Add the specified overlay to this database. An overlay is a piece of
1477 code that intercepts database operations in order to extend or change
1478 them. Overlays are pushed onto
1479 a stack over the database, and so they will execute in the reverse
1480 of the order in which they were configured and the database itself
1481 will receive control last of all. See the
1482 .BR slapd.overlays (5)
1483 manual page for an overview of the available overlays.
1484 Note that all of the database's
1485 regular settings should be configured before any overlay settings.
1486 .TP
1487 .B readonly on | off
1488 This option puts the database into "read-only" mode.  Any attempts to 
1489 modify the database will return an "unwilling to perform" error.  By
1490 default, readonly is off.
1491 .TP
1492 .B restrict <oplist>
1493 Specify a whitespace separated list of operations that are restricted.
1494 If defined inside a database specification, restrictions apply only
1495 to that database, otherwise they are global.
1496 Operations can be any of 
1497 .BR add ,
1498 .BR bind ,
1499 .BR compare ,
1500 .BR delete ,
1501 .BR extended[=<OID>] ,
1502 .BR modify ,
1503 .BR rename ,
1504 .BR search ,
1505 or the special pseudo-operations
1506 .B read
1507 and
1508 .BR write ,
1509 which respectively summarize read and write operations.
1510 The use of 
1511 .I restrict write
1512 is equivalent to 
1513 .I readonly on
1514 (see above).
1515 The 
1516 .B extended
1517 keyword allows to indicate the OID of the specific operation
1518 to be restricted.
1519 .TP
1520 .B rootdn <dn>
1521 Specify the distinguished name that is not subject to access control 
1522 or administrative limit restrictions for operations on this database.
1523 This DN may or may not be associated with an entry.  An empty root
1524 DN (the default) specifies no root access is to be granted.  It is
1525 recommended that the rootdn only be specified when needed (such as
1526 when initially populating a database).  If the rootdn is within
1527 a namingContext (suffix) of the database, a simple bind password
1528 may also be provided using the
1529 .B rootpw
1530 directive. Many optional features, including syncrepl, require the
1531 rootdn to be defined for the database.
1532 .TP
1533 .B rootpw <password>
1534 Specify a password (or hash of the password) for the rootdn.  The
1535 password can only be set if the rootdn is within the namingContext
1536 (suffix) of the database.
1537 This option accepts all RFC 2307 userPassword formats known to
1538 the server (see 
1539 .B password\-hash
1540 description) as well as cleartext.
1541 .BR slappasswd (8) 
1542 may be used to generate a hash of a password.  Cleartext
1543 and \fB{CRYPT}\fP passwords are not recommended.  If empty
1544 (the default), authentication of the root DN is by other means
1545 (e.g. SASL).  Use of SASL is encouraged.
1546 .TP
1547 .B suffix <dn suffix>
1548 Specify the DN suffix of queries that will be passed to this 
1549 backend database.  Multiple suffix lines can be given and at least one is 
1550 required for each database definition.
1551
1552 If the suffix of one database is "inside" that of another, the database
1553 with the inner suffix must come first in the configuration file.
1554 You may also want to glue such databases together with the
1555 .B subordinate
1556 keyword.
1557 .TP
1558 .B subordinate [advertise]
1559 Specify that the current backend database is a subordinate of another
1560 backend database. A subordinate  database may have only one suffix. This
1561 option may be used to glue multiple databases into a single namingContext.
1562 If the suffix of the current database is within the namingContext of a
1563 superior database, searches against the superior database will be
1564 propagated to the subordinate as well. All of the databases
1565 associated with a single namingContext should have identical rootdns.
1566 Behavior of other LDAP operations is unaffected by this setting. In
1567 particular, it is not possible to use moddn to move an entry from
1568 one subordinate to another subordinate within the namingContext.
1569
1570 If the optional \fBadvertise\fP flag is supplied, the naming context of
1571 this database is advertised in the root DSE. The default is to hide this
1572 database context, so that only the superior context is visible.
1573
1574 If the slap tools
1575 .BR slapcat (8),
1576 .BR slapadd (8),
1577 or
1578 .BR slapindex (8)
1579 are used on the superior database, any glued subordinates that support
1580 these tools are opened as well.
1581
1582 Databases that are glued together should usually be configured with the
1583 same indices (assuming they support indexing), even for attributes that
1584 only exist in some of these databases. In general, all of the glued
1585 databases should be configured as similarly as possible, since the intent
1586 is to provide the appearance of a single directory.
1587
1588 Note that the \fIsubordinate\fP functionality is implemented internally
1589 by the \fIglue\fP overlay and as such its behavior will interact with other
1590 overlays in use. By default, the glue overlay is automatically configured as
1591 the last overlay on the superior backend. Its position on the backend
1592 can be explicitly configured by setting an \fBoverlay glue\fP directive
1593 at the desired position. This explicit configuration is necessary e.g.
1594 when using the \fIsyncprov\fP overlay, which needs to follow \fIglue\fP
1595 in order to work over all of the glued databases. E.g.
1596 .RS
1597 .nf
1598         database bdb
1599         suffix dc=example,dc=com
1600         ...
1601         overlay glue
1602         overlay syncprov
1603 .fi
1604 .RE
1605 .TP
1606 .B sync_use_subentry 
1607 Store the syncrepl contextCSN in a subentry instead of the context entry
1608 of the database. The subentry's RDN will be "cn=ldapsync". By default
1609 the contextCSN is stored in the context entry.
1610 .HP
1611 .hy 0
1612 .B syncrepl rid=<replica ID>
1613 .B provider=ldap[s]://<hostname>[:port]
1614 .B searchbase=<base DN>
1615 .B [type=refreshOnly|refreshAndPersist]
1616 .B [interval=dd:hh:mm:ss]
1617 .B [retry=[<retry interval> <# of retries>]+]
1618 .B [filter=<filter str>]
1619 .B [scope=sub|one|base|subord]
1620 .B [attrs=<attr list>]
1621 .B [attrsonly]
1622 .B [sizelimit=<limit>]
1623 .B [timelimit=<limit>]
1624 .B [schemachecking=on|off]
1625 .B [network\-timeout=<seconds>]
1626 .B [timeout=<seconds>]
1627 .B [bindmethod=simple|sasl]
1628 .B [binddn=<dn>]
1629 .B [saslmech=<mech>]
1630 .B [authcid=<identity>]
1631 .B [authzid=<identity>]
1632 .B [credentials=<passwd>]
1633 .B [realm=<realm>]
1634 .B [secprops=<properties>]
1635 .B [starttls=yes|critical]
1636 .B [tls_cert=<file>]
1637 .B [tls_key=<file>]
1638 .B [tls_cacert=<file>]
1639 .B [tls_cacertdir=<path>]
1640 .B [tls_reqcert=never|allow|try|demand]
1641 .B [tls_ciphersuite=<ciphers>]
1642 .B [tls_crlcheck=none|peer|all]
1643 .B [logbase=<base DN>]
1644 .B [logfilter=<filter str>]
1645 .B [syncdata=default|accesslog|changelog]
1646 .RS
1647 Specify the current database as a replica which is kept up-to-date with the 
1648 master content by establishing the current
1649 .BR slapd (8)
1650 as a replication consumer site running a
1651 .B syncrepl
1652 replication engine.
1653 The replica content is kept synchronized to the master content using
1654 the LDAP Content Synchronization protocol. Refer to the
1655 "OpenLDAP Administrator's Guide" for detailed information on
1656 setting up a replicated
1657 .B slapd
1658 directory service using the 
1659 .B syncrepl
1660 replication engine.
1661
1662 .B rid
1663 identifies the current
1664 .B syncrepl
1665 directive within the replication consumer site.
1666 It is a non-negative integer not greater than 4095 (limited
1667 to three hexadecimal digits).
1668
1669 .B provider
1670 specifies the replication provider site containing the master content
1671 as an LDAP URI. If <port> is not given, the standard LDAP port number
1672 (389 or 636) is used.
1673
1674 The content of the
1675 .B syncrepl
1676 replica is defined using a search
1677 specification as its result set. The consumer
1678 .B slapd
1679 will send search requests to the provider
1680 .B slapd
1681 according to the search specification. The search specification includes
1682 .BR searchbase ", " scope ", " filter ", " attrs ", " attrsonly ", " sizelimit ", "
1683 and
1684 .B timelimit
1685 parameters as in the normal search specification. 
1686 The \fBscope\fP defaults to \fBsub\fP, the \fBfilter\fP defaults to
1687 \fB(objectclass=*)\fP, while there is no default \fBsearchbase\fP. The
1688 \fBattrs\fP list defaults to \fB"*,+"\fP to return all user and operational
1689 attributes, and \fBattrsonly\fP is unset by default.
1690 The \fBsizelimit\fP and \fBtimelimit\fP only
1691 accept "unlimited" and positive integers, and both default to "unlimited".
1692 The \fBsizelimit\fP and \fBtimelimit\fP parameters define
1693 a consumer requested limitation on the number of entries that can be returned
1694 by the LDAP Content Synchronization operation; as such, it is intended
1695 to implement partial replication based on the size of the replicated database
1696 and on the time required by the synchronization.
1697 Note, however, that any provider-side limits for the replication identity
1698 will be enforced by the provider regardless of the limits requested
1699 by the LDAP Content Synchronization operation, much like for any other
1700 search operation.
1701
1702 The LDAP Content Synchronization protocol has two operation types.
1703 In the
1704 .B refreshOnly
1705 operation, the next synchronization search operation
1706 is periodically rescheduled at an interval time (specified by 
1707 .B interval
1708 parameter; 1 day by default)
1709 after each synchronization operation finishes.
1710 In the
1711 .B refreshAndPersist
1712 operation, a synchronization search remains persistent in the provider slapd.
1713 Further updates to the master replica will generate
1714 .B searchResultEntry
1715 to the consumer slapd as the search responses to the persistent
1716 synchronization search.
1717
1718 If an error occurs during replication, the consumer will attempt to
1719 reconnect according to the
1720 .B retry
1721 parameter which is a list of the <retry interval> and <# of retries> pairs.
1722 For example, retry="60 10 300 3" lets the consumer retry every 60 seconds
1723 for the first 10 times and then retry every 300 seconds for the next 3
1724 times before stop retrying. The `+' in <# of retries> means indefinite
1725 number of retries until success.
1726 If no 
1727 .B retry
1728 was specified, by default syncrepl retries every hour forever.
1729
1730 The schema checking can be enforced at the LDAP Sync
1731 consumer site by turning on the
1732 .B schemachecking
1733 parameter. The default is \fBoff\fP.
1734 Schema checking \fBon\fP means that replicated entries must have
1735 a structural objectClass, must obey to objectClass requirements
1736 in terms of required/allowed attributes, and that naming attributes
1737 and distinguished values must be present.
1738 As a consequence, schema checking should be \fBoff\fP when partial
1739 replication is used.
1740
1741 The
1742 .B network\-timeout
1743 parameter sets how long the consumer will wait to establish a
1744 network connection to the provider. Once a connection is
1745 established, the
1746 .B timeout
1747 parameter determines how long the consumer will wait for the initial
1748 Bind request to complete. The defaults for these parameters come
1749 from 
1750 .BR ldap.conf (5).
1751
1752 A
1753 .B bindmethod
1754 of 
1755 .B simple
1756 requires the options 
1757 .B binddn
1758 and 
1759 .B credentials
1760 and should only be used when adequate security services
1761 (e.g. TLS or IPSEC) are in place.
1762 .B REMEMBER: simple bind credentials must be in cleartext!
1763 A
1764 .B bindmethod
1765 of
1766 .B sasl
1767 requires the option
1768 .B saslmech.
1769 Depending on the mechanism, an authentication identity and/or
1770 credentials can be specified using
1771 .B authcid
1772 and
1773 .B credentials.
1774 The
1775 .B authzid
1776 parameter may be used to specify an authorization identity.
1777 Specific security properties (as with the
1778 .B sasl\-secprops
1779 keyword above) for a SASL bind can be set with the
1780 .B secprops
1781 option. A non default SASL realm can be set with the
1782 .B realm 
1783 option.
1784 The identity used for synchronization by the consumer should be allowed
1785 to receive an unlimited number of entries in response to a search request.
1786 The provider, other than allow authentication of the syncrepl identity,
1787 should grant that identity appropriate access privileges to the data 
1788 that is being replicated (\fBaccess\fP directive), and appropriate time 
1789 and size limits.
1790 This can be accomplished by either allowing unlimited \fBsizelimit\fP
1791 and \fBtimelimit\fP, or by setting an appropriate \fBlimits\fP statement
1792 in the consumer's configuration (see \fBsizelimit\fP and \fBlimits\fP
1793 for details).
1794
1795 The
1796 .B starttls
1797 parameter specifies use of the StartTLS extended operation
1798 to establish a TLS session before Binding to the provider. If the
1799 .B critical
1800 argument is supplied, the session will be aborted if the StartTLS request
1801 fails. Otherwise the syncrepl session continues without TLS. The
1802 tls_reqcert setting defaults to "demand" and the other TLS settings
1803 default to the same as the main slapd TLS settings.
1804
1805 Rather than replicating whole entries, the consumer can query logs of
1806 data modifications. This mode of operation is referred to as \fIdelta
1807 syncrepl\fP. In addition to the above parameters, the
1808 .B logbase
1809 and
1810 .B logfilter
1811 parameters must be set appropriately for the log that will be used. The
1812 .B syncdata
1813 parameter must be set to either "accesslog" if the log conforms to the
1814 .BR slapo\-accesslog (5)
1815 log format, or "changelog" if the log conforms
1816 to the obsolete \fIchangelog\fP format. If the
1817 .B syncdata
1818 parameter is omitted or set to "default" then the log parameters are
1819 ignored.
1820 .RE
1821 .TP
1822 .B updatedn <dn>
1823 This option is only applicable in a slave
1824 database.
1825 It specifies the DN permitted to update (subject to access controls)
1826 the replica.  It is only needed in certain push-mode
1827 replication scenarios.  Generally, this DN
1828 .I should not
1829 be the same as the
1830 .B rootdn 
1831 used at the master.
1832 .TP
1833 .B updateref <url>
1834 Specify the referral to pass back when
1835 .BR slapd (8)
1836 is asked to modify a replicated local database.
1837 If specified multiple times, each url is provided.
1838
1839 .SH DATABASE-SPECIFIC OPTIONS
1840 Each database may allow specific configuration options; they are
1841 documented separately in the backends' manual pages. See the
1842 .BR slapd.backends (5)
1843 manual page for an overview of available backends.
1844 .SH EXAMPLES
1845 .LP
1846 Here is a short example of a configuration file:
1847 .LP
1848 .RS
1849 .nf
1850 include   SYSCONFDIR/schema/core.schema
1851 pidfile   LOCALSTATEDIR/run/slapd.pid
1852
1853 # Subtypes of "name" (e.g. "cn" and "ou") with the
1854 # option ";x\-hidden" can be searched for/compared,
1855 # but are not shown.  See \fBslapd.access\fP(5).
1856 attributeoptions x\-hidden lang\-
1857 access to attrs=name;x\-hidden by * =cs
1858
1859 # Protect passwords.  See \fBslapd.access\fP(5).
1860 access    to attrs=userPassword  by * auth
1861 # Read access to other attributes and entries.
1862 access    to *  by * read
1863
1864 database  bdb
1865 suffix    "dc=our\-domain,dc=com"
1866 # The database directory MUST exist prior to
1867 # running slapd AND should only be accessible
1868 # by the slapd/tools. Mode 0700 recommended.
1869 directory LOCALSTATEDIR/openldap\-data
1870 # Indices to maintain
1871 index     objectClass  eq
1872 index     cn,sn,mail   pres,eq,approx,sub
1873
1874 # We serve small clients that do not handle referrals,
1875 # so handle remote lookups on their behalf.
1876 database  ldap
1877 suffix    ""
1878 uri       ldap://ldap.some\-server.com/
1879 lastmod   off
1880 .fi
1881 .RE
1882 .LP
1883 "OpenLDAP Administrator's Guide" contains a longer annotated
1884 example of a configuration file.
1885 The original ETCDIR/slapd.conf is another example.
1886 .SH FILES
1887 .TP
1888 ETCDIR/slapd.conf
1889 default slapd configuration file
1890 .SH SEE ALSO
1891 .BR ldap (3),
1892 .BR slapd\-config (5),
1893 .BR slapd.access (5),
1894 .BR slapd.backends (5),
1895 .BR slapd.overlays (5),
1896 .BR slapd.plugin (5),
1897 .BR slapd.replog (5),
1898 .BR slapd (8),
1899 .BR slapacl (8),
1900 .BR slapadd (8),
1901 .BR slapauth (8),
1902 .BR slapcat (8),
1903 .BR slapdn (8),
1904 .BR slapindex (8),
1905 .BR slappasswd (8),
1906 .BR slaptest (8).
1907 .LP
1908 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
1909 .SH ACKNOWLEDGEMENTS
1910 .so ../Project