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