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