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