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