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