]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd.conf.5
Fix copyright year
[openldap] / doc / man / man5 / slapd.conf.5
1 .TH SLAPD.CONF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2006 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.
1346 .TP
1347 .B readonly on | off
1348 This option puts the database into "read-only" mode.  Any attempts to 
1349 modify the database will return an "unwilling to perform" error.  By
1350 default, readonly is off.
1351 .HP
1352 .hy 0
1353 .B replica uri=ldap[s]://<hostname>[:port]|host=<hostname>[:port] 
1354 .B [starttls=yes|critical]
1355 .B [suffix=<suffix> [...]]
1356 .B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
1357 .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
1358 .B [authcId=<authentication ID>] [authzId=<authorization ID>]
1359 .B [attrs[!]=<attr list>]
1360 .RS
1361 Specify a replication site for this database.  Refer to the "OpenLDAP 
1362 Administrator's Guide" for detailed information on setting up a replicated
1363 .B slapd
1364 directory service. Zero or more
1365 .B suffix
1366 instances can be used to select the subtrees that will be replicated
1367 (defaults to all the database). 
1368 .B host
1369 is deprecated in favor of the
1370 .B uri
1371 option.
1372 .B uri
1373 allows the replica LDAP server to be specified as an LDAP URI. 
1374 A
1375 .B bindmethod
1376 of
1377 .B simple
1378 requires the options
1379 .B binddn 
1380 and
1381 .B credentials  
1382 and should only be used when adequate security services 
1383 (e.g TLS or IPSEC) are in place. A
1384 .B bindmethod 
1385 of
1386 .B sasl 
1387 requires the option
1388 .B saslmech. 
1389 Specific security properties (as with the
1390 .B sasl-secprops
1391 keyword above) for a SASL bind can be set with the
1392 .B secprops
1393 option. A non-default SASL realm can be set with the
1394 .B realm
1395 option.
1396 If the 
1397 .B mechanism
1398 will use Kerberos, a kerberos instance should be given in 
1399 .B authcId.
1400 An
1401 .B attr list
1402 can be given after the 
1403 .B attrs
1404 keyword to allow the selective replication of the listed attributes only;
1405 if the optional 
1406 .B !
1407 mark is used, the list is considered exclusive, i.e. the listed attributes
1408 are not replicated.
1409 If an objectClass is listed, all the related attributes
1410 are (are not) replicated.
1411 .RE
1412 .TP
1413 .B replogfile <filename>
1414 Specify the name of the replication log file to log changes to.  
1415 The replication log is typically written by
1416 .BR slapd (8)
1417 and read by
1418 .BR slurpd (8).
1419 See
1420 .BR slapd.replog (5)
1421 for more information.  The specified file should be located
1422 in a directory with limited read/write/execute access as the replication
1423 logs may contain sensitive information.
1424 .TP
1425 .B restrict <oplist>
1426 Specify a whitespace separated list of operations that are restricted.
1427 If defined inside a database specification, restrictions apply only
1428 to that database, otherwise they are global.
1429 Operations can be any of 
1430 .BR add ,
1431 .BR bind ,
1432 .BR compare ,
1433 .BR delete ,
1434 .BR extended[=<OID>] ,
1435 .BR modify ,
1436 .BR rename ,
1437 .BR search ,
1438 or the special pseudo-operations
1439 .B read
1440 and
1441 .BR write ,
1442 which respectively summarize read and write operations.
1443 The use of 
1444 .I restrict write
1445 is equivalent to 
1446 .I readonly on
1447 (see above).
1448 The 
1449 .B extended
1450 keyword allows to indicate the OID of the specific operation
1451 to be restricted.
1452 .TP
1453 .B rootdn <dn>
1454 Specify the distinguished name that is not subject to access control 
1455 or administrative limit restrictions for operations on this database.
1456 This DN may or may not be associated with an entry.  An empty root
1457 DN (the default) specifies no root access is to be granted.  It is
1458 recommended that the rootdn only be specified when needed (such as
1459 when initially populating a database).  If the rootdn is within
1460 a namingContext (suffix) of the database, a simple bind password
1461 may also be provided using the
1462 .B rootpw
1463 directive. Note that the rootdn is always needed when using syncrepl.
1464 .TP
1465 .B rootpw <password>
1466 Specify a password (or hash of the password) for the rootdn.  The
1467 password can only be set if the rootdn is within the namingContext
1468 (suffix) of the database.
1469 This option accepts all RFC 2307 userPassword formats known to
1470 the server (see 
1471 .B password-hash
1472 description) as well as cleartext.
1473 .BR slappasswd (8) 
1474 may be used to generate a hash of a password.  Cleartext
1475 and \fB{CRYPT}\fP passwords are not recommended.  If empty
1476 (the default), authentication of the root DN is by other means
1477 (e.g. SASL).  Use of SASL is encouraged.
1478 .TP
1479 .B suffix <dn suffix>
1480 Specify the DN suffix of queries that will be passed to this 
1481 backend database.  Multiple suffix lines can be given and at least one is 
1482 required for each database definition.
1483 If the suffix of one database is "inside" that of another, the database
1484 with the inner suffix must come first in the configuration file.
1485 .TP
1486 .B subordinate [advertise]
1487 Specify that the current backend database is a subordinate of another
1488 backend database. A subordinate  database may have only one suffix. This
1489 option may be used to glue multiple databases into a single namingContext.
1490 If the suffix of the current database is within the namingContext of a
1491 superior database, searches against the superior database will be
1492 propagated to the subordinate as well. All of the databases
1493 associated with a single namingContext should have identical rootdns.
1494 Behavior of other LDAP operations is unaffected by this setting. In
1495 particular, it is not possible to use moddn to move an entry from
1496 one subordinate to another subordinate within the namingContext.
1497
1498 If the optional \fBadvertise\fP flag is supplied, the naming context of
1499 this database is advertised in the root DSE. The default is to hide this
1500 database context, so that only the superior context is visible.
1501
1502 If the slap tools
1503 .BR slapcat (8),
1504 .BR slapadd (8),
1505 or
1506 .BR slapindex (8)
1507 are used on the superior database, any glued subordinates that support
1508 these tools are opened as well.
1509
1510 Databases that are glued together should usually be configured with the
1511 same indices (assuming they support indexing), even for attributes that
1512 only exist in some of these databases. In general, all of the glued
1513 databases should be configured as similarly as possible, since the intent
1514 is to provide the appearance of a single directory.
1515
1516 Note that the \fIsubordinate\fP functionality is implemented internally
1517 by the \fIglue\fP overlay and as such its behavior will interact with other
1518 overlays in use. By default, the glue overlay is automatically configured as
1519 the last overlay on the superior backend. Its position on the backend
1520 can be explicitly configured by setting an \fBoverlay glue\fP directive
1521 at the desired position. This explicit configuration is necessary e.g.
1522 when using the \fIsyncprov\fP overlay, which needs to follow \fIglue\fP
1523 in order to work over all of the glued databases. E.g.
1524 .RS
1525 .nf
1526         database bdb
1527         suffix dc=example,dc=com
1528         ...
1529         overlay glue
1530         overlay syncprov
1531 .fi
1532 .RE
1533 .HP
1534 .hy 0
1535 .B syncrepl rid=<replica ID>
1536 .B provider=ldap[s]://<hostname>[:port]
1537 .B searchbase=<base DN>
1538 .B [type=refreshOnly|refreshAndPersist]
1539 .B [interval=dd:hh:mm:ss]
1540 .B [retry=[<retry interval> <# of retries>]+]
1541 .B [filter=<filter str>]
1542 .B [scope=sub|one|base|subord]
1543 .B [attrs=<attr list>]
1544 .B [attrsonly]
1545 .B [sizelimit=<limit>]
1546 .B [timelimit=<limit>]
1547 .B [schemachecking=on|off]
1548 .B [bindmethod=simple|sasl]
1549 .B [binddn=<dn>]
1550 .B [saslmech=<mech>]
1551 .B [authcid=<identity>]
1552 .B [authzid=<identity>]
1553 .B [credentials=<passwd>]
1554 .B [realm=<realm>]
1555 .B [secprops=<properties>]
1556 .B [starttls=yes|critical]
1557 .B [tls_cert=<file>]
1558 .B [tls_key=<file>]
1559 .B [tls_cacert=<file>]
1560 .B [tls_cacertdir=<path>]
1561 .B [tls_reqcert=never|allow|try|demand]
1562 .B [tls_ciphersuite=<ciphers>]
1563 .B [tls_crlcheck=none|peer|all]
1564 .B [logbase=<base DN>]
1565 .B [logfilter=<filter str>]
1566 .B [syncdata=default|accesslog|changelog]
1567 .RS
1568 Specify the current database as a replica which is kept up-to-date with the 
1569 master content by establishing the current
1570 .BR slapd (8)
1571 as a replication consumer site running a
1572 .B syncrepl
1573 replication engine.
1574 The replica content is kept synchronized to the master content using
1575 the LDAP Content Synchronization protocol. Refer to the
1576 "OpenLDAP Administrator's Guide" for detailed information on
1577 setting up a replicated
1578 .B slapd
1579 directory service using the 
1580 .B syncrepl
1581 replication engine.
1582
1583 .B rid
1584 identifies the current
1585 .B syncrepl
1586 directive within the replication consumer site.
1587 It is a non-negative integer having no more than three digits.
1588
1589 .B provider
1590 specifies the replication provider site containing the master content
1591 as an LDAP URI. If <port> is not given, the standard LDAP port number
1592 (389 or 636) is used.
1593
1594 The content of the
1595 .B syncrepl
1596 replica is defined using a search
1597 specification as its result set. The consumer
1598 .B slapd
1599 will send search requests to the provider
1600 .B slapd
1601 according to the search specification. The search specification includes
1602 .B searchbase, scope, filter, attrs, attrsonly, sizelimit,
1603 and
1604 .B timelimit
1605 parameters as in the normal search specification. 
1606 The \fBscope\fP defaults to \fBsub\fP, the \fBfilter\fP defaults to
1607 \fB(objectclass=*)\fP, and there is no default \fBsearchbase\fP. The
1608 \fBattrs\fP list defaults to \fB"*,+"\fP to return all user and operational
1609 attributes, and \fBattrsonly\fP is unset by default.
1610 The \fBsizelimit\fP and \fBtimelimit\fP only
1611 accept "unlimited" and positive integers, and both default to "unlimited".
1612 Note, however, that any provider-side limits for the replication identity
1613 will be enforced by the provider regardless of the limits requested
1614 by the LDAP Content Synchronization operation, much like for any other
1615 search operation.
1616
1617 The LDAP Content Synchronization protocol has two operation types.
1618 In the
1619 .B refreshOnly
1620 operation, the next synchronization search operation
1621 is periodically rescheduled at an interval time (specified by 
1622 .B interval
1623 parameter; 1 day by default)
1624 after each synchronization operation finishes.
1625 In the
1626 .B refreshAndPersist
1627 operation, a synchronization search remains persistent in the provider slapd.
1628 Further updates to the master replica will generate
1629 .B searchResultEntry
1630 to the consumer slapd as the search responses to the persistent
1631 synchronization search.
1632
1633 If an error occurs during replication, the consumer will attempt to
1634 reconnect according to the
1635 .B retry
1636 parameter which is a list of the <retry interval> and <# of retries> pairs.
1637 For example, retry="60 10 300 3" lets the consumer retry every 60 seconds
1638 for the first 10 times and then retry every 300 seconds for the next 3
1639 times before stop retrying. The `+' in <# of retries> means indefinite
1640 number of retries until success.
1641
1642 The schema checking can be enforced at the LDAP Sync
1643 consumer site by turning on the
1644 .B schemachecking
1645 parameter. The default is off.
1646
1647 A
1648 .B bindmethod
1649 of 
1650 .B simple
1651 requires the options 
1652 .B binddn
1653 and 
1654 .B credentials
1655 and should only be used when adequate security services
1656 (e.g. TLS or IPSEC) are in place.
1657 A
1658 .B bindmethod
1659 of
1660 .B sasl
1661 requires the option
1662 .B saslmech.
1663 Depending on the mechanism, an authentication identity and/or
1664 credentials can be specified using
1665 .B authcid
1666 and
1667 .B credentials.
1668 The
1669 .B authzid
1670 parameter may be used to specify an authorization identity.
1671 Specific security properties (as with the
1672 .B sasl-secprops
1673 keyword above) for a SASL bind can be set with the
1674 .B secprops
1675 option. A non default SASL realm can be set with the
1676 .B realm 
1677 option.
1678 The provider, other than allow authentication of the syncrepl identity,
1679 should grant that identity appropriate access privileges to the data 
1680 that is being replicated (\fBaccess\fP directive), and appropriate time 
1681 and size limits (\fBlimits\fP directive).
1682
1683
1684 The
1685 .B starttls
1686 parameter specifies use of the StartTLS extended operation
1687 to establish a TLS session before Binding to the provider. If the
1688 .B critical
1689 argument is supplied, the session will be aborted if the StartTLS request
1690 fails. Otherwise the syncrepl session continues without TLS.  Note that the
1691 main slapd TLS settings are not used by the syncrepl engine;
1692 by default the TLS parameters from ETCDIR/ldap.conf will be used.
1693 TLS settings may be specified here, in which case the ldap.conf settings
1694 will be completely ignored.
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.
1735 .SH BACKENDS
1736 The following backends can be compiled into slapd.
1737 They are documented in the
1738 .BR slapd-<backend> (5)
1739 manual pages.
1740 .TP
1741 .B bdb
1742 This is the recommended primary backend for a normal slapd database.
1743 It takes care to configure it properly.
1744 It uses the transactional database interface of the Sleepycat Berkeley
1745 DB (BDB) package to store data.
1746 .TP
1747 .B config
1748 This backend is used to manage the configuration of slapd run-time.
1749 .TP
1750 .B dnssrv
1751 This backend is experimental.
1752 It serves up referrals based upon SRV resource records held in the
1753 Domain Name System.
1754 .TP
1755 .B hdb
1756 This is a variant of the BDB backend that uses a hierarchical database
1757 layout which supports subtree renames.
1758 .TP
1759 .B ldap
1760 This backend acts as a proxy to forward incoming requests to another
1761 LDAP server.
1762 .TP
1763 .B ldbm
1764 This is an easy-to-configure but obsolete database backend. It
1765 does not offer the data durability features of the BDB and HDB
1766 backends and hence is deprecated in favor of these robust backends.
1767 LDBM uses lightweight non-transactional DB interfaces,
1768 such as those providing by GDBM or Berkeley DB, to store data.
1769 .TP
1770 .B ldif
1771 This database uses the filesystem to build the tree structure
1772 of the database, using plain ascii files to store data.
1773 Its usage should be limited to very simple databases, where performance
1774 is not a requirement.
1775 .TP
1776 .B meta
1777 This backend performs basic LDAP proxying with respect to a set of
1778 remote LDAP servers. It is an enhancement of the ldap backend.
1779 .TP
1780 .B monitor
1781 This backend provides information about the running status of the slapd
1782 daemon.
1783 .TP
1784 .B null
1785 Operations in this backend succeed but do nothing.
1786 .TP
1787 .B passwd
1788 This backend is provided for demonstration purposes only.
1789 It serves up user account information from the system
1790 .BR passwd (5)
1791 file.
1792 .TP
1793 .B perl
1794 This backend embeds a
1795 .BR perl (1)
1796 interpreter into slapd.
1797 It runs Perl subroutines to implement LDAP operations.
1798 .TP
1799 .B relay
1800 This backend is experimental.
1801 It redirects LDAP operations to another database
1802 in the same server, based on the naming context of the request.
1803 Its use requires the 
1804 .B rwm
1805 overlay (see
1806 .BR slapo-rwm (5)
1807 for details) to rewrite the naming context of the request.
1808 It is primarily intended to implement virtual views on databases
1809 that actually store data.
1810 .TP
1811 .B shell
1812 This backend executes external programs to implement LDAP operations.
1813 It is primarily intended to be used in prototypes.
1814 .TP
1815 .B sql
1816 This backend is experimental.
1817 It services LDAP requests from an SQL database.
1818 .SH OVERLAYS
1819 The following overlays can be compiled into slapd.
1820 They are documented in the
1821 .BR slapo-<overlay> (5)
1822 manual pages.
1823 .TP
1824 .B accesslog
1825 Access Logging.
1826 This overlay can record accesses to a given backend database on another
1827 database.
1828 .TP
1829 .B auditlog
1830 Audit Logging.
1831 This overlay records changes on a given backend database to an LDIF log
1832 file.
1833 By default it is not built.
1834 .TP
1835 .B chain
1836 Chaining.
1837 This overlay allows automatic referral chasing when a referral would
1838 have been returned, either when configured by the server or when 
1839 requested by the client.
1840 .TP
1841 .B denyop
1842 Deny Operation.
1843 This overlay allows selected operations to be denied, similar to the
1844 \fBrestrict\fP option.
1845 .TP
1846 .B dyngroup
1847 Dynamic Group.
1848 This is a demo overlay which extends the Compare operation to detect
1849 members of a dynamic group.
1850 It has no effect on any other operations.
1851 .TP
1852 .B dynlist
1853 Dynamic List.
1854 This overlay allows expansion of dynamic groups and more.
1855 .TP
1856 .B lastmod
1857 Last Modification.
1858 This overlay maintains a service entry in the database with the DN,
1859 modification type, modifiersName and modifyTimestamp of the last write
1860 operation performed on that database.
1861 .TP
1862 .B pcache
1863 Proxycache.
1864 This overlay allows caching of LDAP search requests in a local database.
1865 It is most often used with the ldap or meta backends.
1866 .TP
1867 .B ppolicy
1868 Password Policy.
1869 This overlay provides a variety of password control mechanisms,
1870 e.g. password aging, password reuse and duplication control, mandatory
1871 password resets, etc.
1872 .TP
1873 .B refint
1874 Referential Integrity.
1875 This overlay can be used with a backend database such as
1876 .BR slapd-bdb (5)
1877 to maintain the cohesiveness of a schema which utilizes reference
1878 attributes.
1879 .TP
1880 .B retcode
1881 Return Code.
1882 This overlay is useful to test the behavior of clients when
1883 server-generated erroneous and/or unusual responses occur.
1884 .TP
1885 .B rwm
1886 Rewrite/remap.
1887 This overlay is experimental.
1888 It performs basic DN/data rewrite and
1889 objectClass/attributeType mapping.
1890 .TP
1891 .B syncprov
1892 Syncrepl Provider.
1893 This overlay implements the provider-side support for
1894 .B syncrepl
1895 replication, including persistent search functionality.
1896 .TP
1897 .B translucent
1898 Translucent Proxy.
1899 This overlay can be used with a backend database such as
1900 .BR slapd-bdb (5)
1901 to create a "translucent proxy".
1902 Content of entries retrieved from a remote LDAP server can be partially
1903 overridden by the database.
1904 .TP
1905 .B unique
1906 Attribute Uniqueness.
1907 This overlay can be used with a backend database such as
1908 .BR slapd-bdb (5)
1909 to enforce the uniqueness of some or all attributes within a subtree.
1910 .SH EXAMPLES
1911 .LP
1912 Here is a short example of a configuration file:
1913 .LP
1914 .RS
1915 .nf
1916 include   SYSCONFDIR/schema/core.schema
1917 pidfile   LOCALSTATEDIR/slapd.pid
1918
1919 # Subtypes of "name" (e.g. "cn" and "ou") with the
1920 # option ";x-hidden" can be searched for/compared,
1921 # but are not shown.  See \fBslapd.access\fP(5).
1922 attributeoptions x-hidden lang-
1923 access to attrs=name;x-hidden by * =cs
1924
1925 # Protect passwords.  See \fBslapd.access\fP(5).
1926 access    to attrs=userPassword  by * auth
1927 # Read access to other attributes and entries.
1928 access    to *  by * read
1929
1930 database  bdb
1931 suffix    "dc=our-domain,dc=com"
1932 # The database directory MUST exist prior to
1933 # running slapd AND should only be accessible
1934 # by the slapd/tools. Mode 0700 recommended.
1935 directory LOCALSTATEDIR/openldap-data
1936 # Indices to maintain
1937 index     objectClass  eq
1938 index     cn,sn,mail   pres,eq,approx,sub
1939
1940 # We serve small clients that do not handle referrals,
1941 # so handle remote lookups on their behalf.
1942 database  ldap
1943 suffix    ""
1944 uri       ldap://ldap.some-server.com/
1945 lastmod   off
1946 .fi
1947 .RE
1948 .LP
1949 "OpenLDAP Administrator's Guide" contains a longer annotated
1950 example of a configuration file.
1951 The original ETCDIR/slapd.conf is another example.
1952 .SH FILES
1953 .TP
1954 ETCDIR/slapd.conf
1955 default slapd configuration file
1956 .SH SEE ALSO
1957 .BR ldap (3),
1958 .BR slapd\-bdb (5),
1959 .BR slapd\-dnssrv (5),
1960 .BR slapd\-hdb (5),
1961 .BR slapd\-ldap (5),
1962 .BR slapd\-ldbm (5),
1963 .BR slapd\-ldif (5),
1964 .BR slapd\-meta (5),
1965 .BR slapd\-monitor (5),
1966 .BR slapd\-null (5),
1967 .BR slapd\-passwd (5),
1968 .BR slapd\-perl (5),
1969 .BR slapd\-relay (5),
1970 .BR slapd\-shell (5),
1971 .BR slapd\-sql (5),
1972 .BR slapd.access (5),
1973 .BR slapd.plugin (5),
1974 .BR slapd.replog (5),
1975 .BR slapd (8),
1976 .BR slapacl (8),
1977 .BR slapadd (8),
1978 .BR slapauth (8),
1979 .BR slapcat (8),
1980 .BR slapdn (8),
1981 .BR slapindex (8),
1982 .BR slappasswd (8),
1983 .BR slaptest (8),
1984 .BR slurpd (8).
1985
1986 Known overlays are documented in
1987 .BR slapo\-accesslog (5),
1988 .BR slapo\-auditlog (5),
1989 .BR slapo\-chain (5),
1990 .BR slapo\-dynlist (5),
1991 .BR slapo\-lastmod (5),
1992 .BR slapo\-pcache (5),
1993 .BR slapo\-ppolicy (5),
1994 .BR slapo\-refint (5),
1995 .BR slapo\-retcode (5),
1996 .BR slapo\-rwm (5),
1997 .BR slapo\-syncprov (5),
1998 .BR slapo\-translucent (5),
1999 .BR slapo\-unique (5).
2000 .LP
2001 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
2002 .SH ACKNOWLEDGEMENTS
2003 .B OpenLDAP
2004 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
2005 .B OpenLDAP
2006 is derived from University of Michigan LDAP 3.3 Release.