]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapd.conf.5
completion of limits w/ paged results control
[openldap] / doc / man / man5 / slapd.conf.5
1 .TH SLAPD.CONF 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 1998-2004 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 slapadd (8),
18 .BR slapcat (8),
19 and
20 .BR slapindex (8).
21 .LP
22 The
23 .B slapd.conf
24 file consists of a series of global configuration options that apply to
25 .B slapd
26 as a whole (including all backends), followed by zero or more database
27 backend definitions that contain information specific to a backend
28 instance.
29 .LP
30 The general format of
31 .B slapd.conf
32 is as follows:
33 .LP
34 .nf
35     # comment - these options apply to every database
36     <global configuration options>
37     # first database definition & configuration options
38     database <backend 1 type>
39     <configuration options specific to backend 1>
40     # subsequent database definitions & configuration options
41     ...
42 .fi
43 .LP
44 As many backend-specific sections as desired may be included.  Global
45 options can be overridden in a backend (for options that appear more
46 than once, the last appearance in the
47 .B slapd.conf
48 file is used).
49 .LP
50 If a line begins with white space, it is considered a continuation
51 of the previous line.  Blank lines and comment lines beginning with
52 a `#' character are ignored.  (Note: continuation lines are unwrapped
53 before comment processing is applied.)
54 .LP
55 Arguments on configuration lines are separated by white space. If an
56 argument contains white space, the argument should be enclosed in
57 double quotes.  If an argument contains a double quote (`"') or a
58 backslash character (`\\'), the character should be preceded by a
59 backslash character.
60 .LP
61 The specific configuration options available are discussed below in the
62 Global Configuration Options, General Backend Options, and General Database
63 Options.  Backend-specific options are discussed in the
64 .B slapd-<backend>(5)
65 manual pages.  Refer to the "OpenLDAP Administrator's Guide" for more
66 details on the slapd configuration file.
67 .SH GLOBAL CONFIGURATION OPTIONS
68 Options described in this section apply to all backends, unless specifically 
69 overridden in a backend definition. Arguments that should be replaced by 
70 actual text are shown in brackets <>.
71 .TP
72 .B access to <what> "[ by <who> <access> <control> ]+"
73 Grant access (specified by <access>) to a set of entries and/or
74 attributes (specified by <what>) by one or more requestors (specified
75 by <who>).
76 See
77 .BR slapd.access (5)
78 and the "OpenLDAP's Administrator's Guide" for details.
79 .TP
80 .B allow <features>
81 Specify a set of features (separated by white space) to
82 allow (default none).
83 .B bind_v2
84 allows acceptance of LDAPv2 bind requests.  Note that
85 .BR slapd (8)
86 does not truly implement LDAPv2 (RFC 1777), now Historic (RFC 3494).
87 .B bind_anon_cred
88 allows anonymous bind when credentials are not empty (e.g.
89 when DN is empty).
90 .B bind_anon_dn
91 allows unauthenticated (anonymous) bind when DN is not empty.
92 .B update_anon
93 allow unauthenticated (anonymous) update operations to be processed
94 (subject to access controls and other administrative limits).
95 .TP
96 .B argsfile <filename>
97 The ( absolute ) name of a file that will hold the 
98 .B slapd
99 server's command line options
100 if started without the debugging command line option.
101 .TP
102 .B attributeoptions [option-name]...
103 Define tagging attribute options or option tag/range prefixes.
104 Options must not end with `-', prefixes must end with `-'.
105 The `lang-' prefix is predefined.
106 If you use the
107 .B attributeoptions
108 directive, `lang-' will no longer be defined and you must specify it
109 explicitly if you want it defined.
110
111 An attribute description with a tagging option is a subtype of that
112 attribute description without the option.
113 Except for that, options defined this way have no special semantics.
114 Prefixes defined this way work like the `lang-' options:
115 They define a prefix for tagging options starting with the prefix.
116 That is, if you define the prefix `x-foo-', you can use the option
117 `x-foo-bar'.
118 Furthermore, in a search or compare, a prefix or range name (with
119 a trailing `-') matches all options starting with that name, as well
120 as the option with the range name sans the trailing `-'.
121 That is, `x-foo-bar-' matches `x-foo-bar' and `x-foo-bar-baz'.
122
123 RFC 2251 reserves options beginning with `x-' for private experiments.
124 Other options should be registered with IANA, see RFC 3383 section 3.4.
125 OpenLDAP also has the `binary' option built in, but this is a transfer
126 option, not a tagging option.
127 .HP
128 .hy 0
129 .B attributetype "(\ <oid>\
130  [NAME\ <name>]\
131  [DESC\ <description>]\
132  [OBSOLETE]\
133  [SUP\ <oid>]\
134  [EQUALITY\ <oid>]\
135  [ORDERING\ <oid>]\
136  [SUBSTR\ <oid>]\
137  [SYNTAX\ <oidlen>]\
138  [SINGLE\-VALUE]\
139  [COLLECTIVE]\
140  [NO\-USER\-MODIFICATION]\
141  [USAGE\ <attributeUsage>]\ )"
142 .RS
143 Specify an attribute type using the LDAPv3 syntax defined in RFC 2252.
144 The slapd parser extends the RFC 2252 definition by allowing string
145 forms as well as numeric OIDs to be used for the attribute OID and
146 attribute syntax OID.
147 (See the
148 .B objectidentifier
149 description.) 
150 .RE
151 .TP
152 .B concurrency <integer>
153 Specify a desired level of concurrency.  Provided to the underlying
154 thread system as a hint.  The default is not to provide any hint.
155 .TP
156 .B conn_max_pending <integer>
157 Specify the maximum number of pending requests for an anonymous session.
158 If requests are submitted faster than the server can process them, they
159 will be queued up to this limit. If the limit is exceeded, the session
160 is closed. The default is 100.
161 .TP
162 .B conn_max_pending_auth <integer>
163 Specify the maximum number of pending requests for an authenticated session.
164 The default is 1000.
165 .\"-- NEW_LOGGING option --
166 .\".TP
167 .\".B debug <subsys> <level>
168 .\"Specify a logging level for a particular subsystem.  The subsystems include
169 .\".B global
170 .\"a global level for all subsystems,
171 .\".B acl
172 .\"the ACL engine,
173 .\".B backend
174 .\"the backend databases,
175 .\".B cache
176 .\"the entry cache manager,
177 .\".B config
178 .\"the config file reader,
179 .\".B connection
180 .\"the connection manager,
181 .\".B cyrus
182 .\"the Cyrus SASL library interface,
183 .\".B filter
184 .\"the search filter processor,
185 .\".B getdn
186 .\"the DN normalization library,
187 .\".B index
188 .\"the database indexer,
189 .\".B liblber
190 .\"the ASN.1 BER library,
191 .\".B module
192 .\"the dynamic module loader,
193 .\".B operation
194 .\"the LDAP operation processors,
195 .\".B sasl
196 .\"the SASL authentication subsystem,
197 .\".B schema
198 .\"the schema processor, and
199 .\".B tls
200 .\"the TLS library interface. This is not an exhaustive list; there are many
201 .\"other subsystems and more are added over time.
202 .\"
203 .\"The levels are, in order of decreasing priority:
204 .\".B emergency, alert, critical, error, warning, notice, information, entry,
205 .\".B args, results, detail1, detail2
206 .\"An integer may be used instead, with 0 corresponding to
207 .\".B emergency
208 .\"up to 11 for
209 .\".BR detail2 .
210 .\"The
211 .\".B entry
212 .\"level logs function entry points,
213 .\".B args
214 .\"adds function call parameters, and
215 .\".B results
216 .\"adds the function results to the logs.
217 .\"The
218 .\".B detail1
219 .\"and
220 .\".B detail2
221 .\"levels add even more low level detail from individual functions.
222 .TP
223 .B defaultsearchbase <dn>
224 Specify a default search base to use when client submits a
225 non-base search request with an empty base DN.
226 .TP
227 .B disallow <features>
228 Specify a set of features (separated by white space) to
229 disallow (default none).
230 .B bind_anon
231 disables acceptance of anonymous bind requests.
232 .B bind_simple
233 disables simple (bind) authentication.
234 .B bind_krbv4
235 disables Kerberos V4 (bind) authentication.
236 .B tls_2_anon
237 disables Start TLS from forcing session to anonymous status (see also
238 .BR tls_authc ).
239 .B tls_authc
240 disables StartTLS if authenticated (see also
241 .BR tls_2_anon ).
242 .HP
243 .hy 0
244 .B ditcontentrule "(\ <oid>\
245  [NAME\ <name>]\
246  [DESC\ <description>]\
247  [OBSOLETE]\
248  [AUX\ <oids>]\
249  [MUST\ <oids>]\
250  [MAY\ <oids>]\
251  [NOT\ <oids>]\ )"
252 .RS
253 Specify an DIT Content Rule using the LDAPv3 syntax defined in RFC 2252.
254 The slapd parser extends the RFC 2252 definition by allowing string
255 forms as well as numeric OIDs to be used for the attribute OID and
256 attribute syntax OID.
257 (See the
258 .B objectidentifier
259 description.) 
260 .RE
261 .TP
262 .B gentlehup { on | off }
263 A SIGHUP signal will only cause a 'gentle' shutdown-attempt:
264 .B Slapd
265 will stop listening for new connections, but will not close the
266 connections to the current clients.  Future write operations return
267 unwilling-to-perform, though.  Slapd terminates when all clients
268 have closed their connections (if they ever do), or \- as before \-
269 if it receives a SIGTERM signal.  This can be useful if you wish to
270 terminate the server and start a new
271 .B slapd
272 server
273 .B with another database,
274 without disrupting the currently active clients.
275 The default is off.  You may wish to use
276 .B idletimeout
277 along with this option.
278 .TP
279 .B idletimeout <integer>
280 Specify the number of seconds to wait before forcibly closing
281 an idle client connection.  A idletimeout of 0 disables this
282 feature.  The default is 0.
283 .TP
284 .B include <filename>
285 Read additional configuration information from the given file before
286 continuing with the next line of the current file.
287 .TP
288 .B limits <who> <limit> [<limit> [...]]
289 Specify time and size limits based on who initiated an operation.
290 The argument
291 .B who
292 can be any of
293 .RS
294 .RS
295 .TP
296 anonymous | users | [dn[.<style>]=]<pattern> | group[/oc[/at]]=<pattern>
297
298 .RE
299 with
300 .RS
301 .TP
302 <style> ::= exact | base | onelevel | subtree | children | regex | anonymous
303
304 .RE
305 The term
306 .B anonymous
307 matches all unauthenticated clients.
308 The term
309 .B users
310 matches all authenticated clients;
311 otherwise an
312 .B exact
313 dn pattern is assumed unless otherwise specified by qualifying 
314 the (optional) key string
315 .B dn
316 with 
317 .B exact
318 or
319 .B base
320 (which are synonyms), to require an exact match; with
321 .BR onelevel , 
322 to require exactly one level of depth match; with
323 .BR subtree ,
324 to allow any level of depth match, including the exact match; with
325 .BR children ,
326 to allow any level of depth match, not including the exact match;
327 .BR regex
328 explicitly requires the (default) match based on regular expression
329 pattern, as detailed in
330 .BR regex (7).
331 Finally,
332 .B anonymous
333 matches unbound operations; the 
334 .B pattern
335 field is ignored.
336 The same behavior is obtained by using the 
337 .B anonymous
338 form of the
339 .B who
340 clause.
341 The term
342 .BR group ,
343 with the optional objectClass
344 .B oc
345 and attributeType
346 .B at
347 fields, followed by
348 .BR pattern ,
349 sets the limits for any DN listed in the values of the
350 .B at
351 attribute (default
352 .BR member )
353 of the 
354 .B oc
355 group objectClass (default
356 .BR groupOfNames )
357 whose DN exactly matches
358 .BR pattern .
359
360 The currently supported limits are 
361 .B size
362 and 
363 .BR time .
364
365 The syntax for time limits is 
366 .BR time[.{soft|hard}]=<integer> ,
367 where 
368 .BR integer
369 is the number of seconds slapd will spend answering a search request.
370 If no time limit is explicitly requested by the client, the 
371 .BR soft
372 limit is used; if the requested time limit exceeds the
373 .BR hard
374 limit, an
375 .I \"Administrative limit exceeded\"
376 is returned.
377 If the
378 .BR hard
379 limit is set to 0 or to the keyword 
380 .IR soft ,
381 the soft limit is used in either case; if it is set to 
382 .I -1 
383 or to the keyword 
384 .IR none , 
385 no hard limit is enforced.
386 Explicit requests for time limits smaller or equal to the
387 .BR hard 
388 limit are honored.
389 If no flag is set, the value is assigned to the 
390 .BR soft 
391 limit, and the
392 .BR hard
393 limit is set to zero, to preserve the original behavior.
394
395 The syntax for size limits is
396 .BR size[.{soft|hard|unchecked}]=<integer> ,
397 where
398 .BR integer
399 is the maximum number of entries slapd will return answering a search 
400 request.
401 If no size limit is explicitly requested by the client, the
402 .BR soft
403 limit is used; if the requested size limit exceeds the
404 .BR hard
405 limit, an 
406 .I \"Administrative limit exceeded\"
407 is returned.
408 If the 
409 .BR hard
410 limit is set to 0 or to the keyword 
411 .IR soft , 
412 the soft limit is used in either case; if it is set to 
413 .I -1 
414 or to the keyword
415 .IR none , 
416 no hard limit is enforced.
417 Explicit requests for size limits smaller or equal to the
418 .BR hard
419 limit are honored.
420 The
421 .BR unchecked
422 flag sets a limit on the number of candidates a search request is allowed
423 to examine.
424 If the selected candidates exceed the 
425 .BR unchecked
426 limit, the search will abort with 
427 .IR \"Unwilling to perform\" .
428 If it is set to
429 .I -1 
430 or to the keyword 
431 .IR none , 
432 no limit is applied (the default).
433 If no flag is set, the value is assigned to the
434 .BR soft 
435 limit, and the
436 .BR hard
437 limit is set to zero, to preserve the original behavior.
438
439 In case of no match, the global limits are used.
440 The default values are the same of
441 .B sizelimit
442 and
443 .BR timelimit ;
444 no limit is set on 
445 .BR unchecked .
446
447 If 
448 .B pagedResults
449 control is defined, additional size limits may be enforced; the syntax is
450 .BR size.pr={<integer>|noEstimate|disabled|none} ,
451 where
452 .B integer
453 is the max page size if no explicit limit is set; the keyword
454 .I noEstimate
455 inhibits the server to return an estimate of the total number
456 of entries that will be returned; the keyword
457 .I disabled
458 disables the control; the keyword
459 .I none
460 indicates that no limit is applied to the pagedResults control page size.
461 The syntax
462 .B size.prtotal={<integer>|none}
463 allows to set a limit on the total number of entries that a pagedResults
464 control allows to return.
465 By default it is unlimited, which is indicated by the keyword
466 .IR none .
467 When set, 
468 .B integer
469 is the max number of entries that the whole search with pagedResults control
470 can return.
471 .RE
472 .\"-- NEW_LOGGING option --
473 .\".TP
474 .\".B logfile <filename>
475 .\"Specify a file for recording debug log messages. By default these messages
476 .\"only go to stderr and are not recorded anywhere else. Specifying a logfile
477 .\"copies messages to both stderr and the logfile.
478 .TP
479 .B loglevel <integer>
480 Specify the level at which debugging statements and operation 
481 statistics should be syslogged (currently logged to the
482 .BR syslogd (8) 
483 LOG_LOCAL4 facility).  Log levels are additive, and available levels
484 are:
485 .RS
486 .RS
487 .PD 0
488 .TP
489 .B 1
490 trace function calls
491 .TP
492 .B 2
493 debug packet handling
494 .TP
495 .B 4
496 heavy trace debugging
497 .TP
498 .B 8
499 connection management
500 .TP
501 .B 16
502 print out packets sent and received
503 .TP
504 .B 32
505 search filter processing
506 .TP
507 .B 64
508 configuration file processing
509 .TP
510 .B 128
511 access control list processing
512 .TP
513 .B 256
514 stats log connections/operations/results
515 .TP
516 .B 512
517 stats log entries sent
518 .TP
519 .B 1024
520 print communication with shell backends
521 .TP
522 .B 2048
523 entry parsing
524 .PD
525 .RE
526 .RE
527 .TP
528 .B moduleload <filename>
529 Specify the name of a dynamically loadable module to load. The filename
530 may be an absolute path name or a simple filename. Non-absolute names
531 are searched for in the directories specified by the
532 .B modulepath
533 option. This option and the
534 .B modulepath
535 option are only usable if slapd was compiled with --enable-modules.
536 .TP
537 .B modulepath <pathspec>
538 Specify a list of directories to search for loadable modules. Typically
539 the path is colon-separated but this depends on the operating system.
540 .HP
541 .hy 0
542 .B objectclass "(\ <oid>\
543  [NAME\ <name>]\
544  [DESC\ <description]\
545  [OBSOLETE]\
546  [SUP\ <oids>]\
547  [{ ABSTRACT | STRUCTURAL | AUXILIARY }]\
548  [MUST\ <oids>] [MAY\ <oids>] )"
549 .RS
550 Specify an objectclass using the LDAPv3 syntax defined in RFC 2252.
551 The slapd parser extends the RFC 2252 definition by allowing string
552 forms as well as numeric OIDs to be used for the object class OID.
553 (See the
554 .B
555 objectidentifier
556 description.)  Object classes are "STRUCTURAL" by default.
557 .RE
558 .TP
559 .B objectidentifier <name> "{ <oid> | <name>[:<suffix>] }"
560 Define a string name that equates to the given OID. The string can be used
561 in place of the numeric OID in objectclass and attribute definitions. The
562 name can also be used with a suffix of the form ":xx" in which case the
563 value "oid.xx" will be used.
564 .TP
565 .B password-hash <hash> [<hash>...]
566 This option configures one or more hashes to be used in generation of user
567 passwords stored in the userPassword attribute during processing of
568 LDAP Password Modify Extended Operations (RFC 3062).
569 The <hash> must be one of
570 .BR {SSHA} ,
571 .BR {SHA} ,
572 .BR {SMD5} ,
573 .BR {MD5} ,
574 .BR {CRYPT} ,
575 and
576 .BR {CLEARTEXT} .
577 The default is
578 .BR {SSHA} .
579
580 .B {SHA}
581 and
582 .B {SSHA}
583 use the SHA-1 algorithm (FIPS 160-1), the latter with a seed.
584
585 .B {MD5}
586 and
587 .B {SMD5}
588 use the MD5 algorithm (RFC 1321), the latter with a seed.
589
590 .B {CRYPT}
591 uses the
592 .BR crypt (3).
593
594 .B {CLEARTEXT}
595 indicates that the new password should be
596 added to userPassword as clear text.
597
598 Note that this option does not alter the normal user applications
599 handling of userPassword during LDAP Add, Modify, or other LDAP operations.
600 .TP
601 .B password\-crypt\-salt\-format <format>
602 Specify the format of the salt passed to
603 .BR crypt (3)
604 when generating {CRYPT} passwords (see
605 .BR password\-hash )
606 during processing of LDAP Password Modify Extended Operations (RFC 3062).
607
608 This string needs to be in
609 .BR sprintf (3)
610 format and may include one (and only one) %s conversion.
611 This conversion will be substituted with a string random
612 characters from [A\-Za\-z0\-9./].  For example, "%.2s"
613 provides a two character salt and "$1$%.8s" tells some
614 versions of crypt(3) to use an MD5 algorithm and provides
615 8 random characters of salt.  The default is "%s", which
616 provides 31 characters of salt.
617 .TP
618 .B pidfile <filename>
619 The ( absolute ) name of a file that will hold the 
620 .B slapd
621 server's process ID ( see
622 .BR getpid (2)
623 ) if started without the debugging command line option.
624 .TP
625 .B referral <url>
626 Specify the referral to pass back when
627 .BR slapd (8)
628 cannot find a local database to handle a request.
629 If specified multiple times, each url is provided.
630 .TP
631 .B replica-argsfile
632 The ( absolute ) name of a file that will hold the 
633 .B slurpd
634 server's command line options
635 if started without the debugging command line option.
636 .TP
637 .B replica-pidfile
638 The ( absolute ) name of a file that will hold the 
639 .B slurpd
640 server's process ID ( see
641 .BR getpid (2)
642 ) if started without the debugging command line option.
643 .TP
644 .B replicationinterval
645 The number of seconds 
646 .B slurpd 
647 waits before checking the replogfile for changes.
648 .TP
649 .B require <conditions>
650 Specify a set of conditions (separated by white space) to
651 require (default none).
652 The directive may be specified globally and/or per-database.
653 .B bind
654 requires bind operation prior to directory operations.
655 .B LDAPv3
656 requires session to be using LDAP version 3.
657 .B authc
658 requires authentication prior to directory operations.
659 .B SASL
660 requires SASL authentication prior to directory operations.
661 .B strong
662 requires strong authentication prior to directory operations.
663 The strong keyword allows protected "simple" authentication
664 as well as SASL authentication.
665 .B none
666 may be used to require no conditions (useful for clearly globally
667 set conditions within a particular database).
668 .TP
669 .B reverse-lookup on | off
670 Enable/disable client name unverified reverse lookup (default is 
671 .BR off 
672 if compiled with --enable-rlookups).
673 .TP
674 .B rootDSE <file>
675 Specify the name of an LDIF(5) file containing user defined attributes
676 for the root DSE.  These attributes are returned in addition to the
677 attributes normally produced by slapd.
678 .TP
679 .B sasl-authz-policy <policy>
680 Used to specify which rules to use for SASL Proxy Authorization. Proxy
681 authorization allows a client to authenticate to the server using one
682 user's credentials, but specify a different identity to use for authorization
683 and access control purposes. It essentially allows user A to login as user
684 B, using user A's password.
685 The
686 .B none
687 flag disables proxy authorization. This is the default setting.
688 The
689 .B from
690 flag will use rules in the
691 .I saslAuthzFrom
692 attribute of the authorization DN.
693 The
694 .B to
695 flag will use rules in the
696 .I saslAuthzTo
697 attribute of the authentication DN.
698 The
699 .B any
700 flag, an alias for the deprecated value of
701 .BR both ,
702 will allow any of the above, whatever succeeds first (checked in
703 .BR to ,
704 .B from
705 sequence.
706 The
707 .B all
708 flag requires both authorizations to succeed.
709 The rules are simply regular expressions specifying which DNs are allowed 
710 to perform proxy authorization.
711 The
712 .I saslAuthzFrom
713 attribute in an entry specifies which other users
714 are allowed to proxy login to this entry. The
715 .I saslAuthzTo
716 attribute in
717 an entry specifies which other users this user can authorize as.  Use of
718 .I saslAuthzTo
719 rules can be easily
720 abused if users are allowed to write arbitrary values to this attribute.
721 In general the
722 .I saslAuthzTo
723 attribute must be protected with ACLs such that
724 only privileged users can modify it.
725 The value of
726 .I saslAuthzFrom
727 and
728 .I saslAuthzTo
729 describes an 
730 .B identity 
731 or a set of identities; it can take three forms:
732 .RS
733 .RS
734 .TP
735 .B ldap:///<base>??[<scope>]?<filter>
736 .RE
737 .RS
738 .B dn[.<dnstyle>]:<pattern>
739 .RE
740 .RS
741 .B u[<mech>[<realm>]]:<pattern>
742 .RE
743 .RS
744 .B <pattern>
745 .RE
746 .RS
747
748 .B <dnstyle>:={exact|onelevel|children|subtree|regex}
749
750 .RE
751 The first form is a valid LDAP
752 .B uri
753 where the 
754 .IR <host>:<port> ,
755 the
756 .I <attrs>
757 and the
758 .I <extensions>
759 portions must be absent, so that the search occurs locally on either
760 .I saslAuthzFrom
761 or 
762 .IR saslAuthzTo .
763 The second form is a 
764 .BR DN ,
765 with the optional style modifiers
766 .IR exact ,
767 .IR onelevel ,
768 .IR children ,
769 and
770 .I subtree
771 for exact, onelevel, children and subtree matches, which cause 
772 .I <pattern>
773 to be normalized according to the DN normalization rules, or the special
774 .I regex
775 style, which causes
776 .I <pattern>
777 to be compiled according to 
778 .BR regex (7).
779 The third form is a SASL
780 .BR id ,
781 with the optional fields
782 .I <mech>
783 and
784 .I <realm>
785 that allow to specify a SASL
786 .BR mechanism ,
787 and eventually a SASL
788 .BR realm ,
789 for those mechanisms that support one.
790 The need to allow the specification of a mechanism is still debated, 
791 and users are strongly discouraged to rely on this possibility.
792 For backwards compatibility, if no identity type is provided, i.e. only
793 .B <pattern>
794 is present, an
795 .I exact DN
796 is assumed; as a consequence, 
797 .B <pattern>
798 is subjected to DN normalization.
799 Since the interpretation of
800 .I saslAuthzFrom
801 and
802 .I saslAuthzTo
803 can impact security, users are strongly encouraged 
804 to explicitly set the type of identity specification that is being used.
805 .RE
806 .TP
807 .B sasl-host <fqdn>
808 Used to specify the fully qualified domain name used for SASL processing.
809 .TP
810 .B sasl-realm <realm>
811 Specify SASL realm.  Default is empty.
812 .TP
813 .B sasl-regexp <match> <replace>
814 Used by the SASL mechanism to convert a SASL authenticated 
815 username to an LDAP DN used for authorization purposes.  Note that
816 the resultant DN need not refer to an existing entry to be considered
817 valid.  When an authorization request is received, the SASL 
818 .B USERNAME, REALM, 
819 and
820 .B MECHANISM
821 are taken, when available, and combined into a SASL name of the 
822 form
823 .RS
824 .RS
825 .TP
826 .B UID=<username>[[,CN=<realm>],CN=<mechanism>,]CN=auth
827
828 .RE
829 This SASL name is then compared against the
830 .B match
831 regular expression, and if the match is successful, the SASL name is
832 replaced with the
833 .B replace
834 string. If there are wildcard strings in the 
835 .B match
836 regular expression that are enclosed in parenthesis, e.g. 
837 .RS
838 .TP
839 .B UID=([^,]*),CN=.*
840
841 .RE
842 then the portion of the SASL name that matched the wildcard will be stored
843 in the numbered placeholder variable $1. If there are other wildcard strings
844 in parenthesis, the matching strings will be in $2, $3, etc. up to $9. The 
845 placeholders can then be used in the 
846 .B replace
847 string, e.g. 
848 .RS
849 .TP
850 .B UID=$1,OU=Accounts,DC=example,DC=com 
851
852 .RE
853 The replaced SASL name can be either a DN or an LDAP URI. If the
854 latter, the server will use the URI to search its own database(s)
855 and, if the search returns exactly one entry, the SASL name is
856 replaced by the DN of that entry.   The LDAP URI must have no
857 hostport, attrs, or extensions components, e.g.
858 .RS
859 .TP
860 .B ldap:///OU=Accounts,DC=example,DC=com??one?(UID=$1)
861
862 .RE
863 Multiple 
864 .B sasl-regexp 
865 options can be given in the configuration file to allow for multiple matching 
866 and replacement patterns. The matching patterns are checked in the order they 
867 appear in the file, stopping at the first successful match.
868
869 .\".B Caution:
870 .\"Because the plus sign + is a character recognized by the regular expression engine,
871 .\"and it will appear in SASL names that include a REALM, be careful to escape the
872 .\"plus sign with a backslash \\+ to remove the character's special meaning.
873 .RE
874 .TP
875 .B sasl-secprops <properties>
876 Used to specify Cyrus SASL security properties.
877 The
878 .B none
879 flag (without any other properties) causes the flag properties
880 default, "noanonymous,noplain", to be cleared.
881 The
882 .B noplain
883 flag disables mechanisms susceptible to simple passive attacks.
884 The
885 .B noactive
886 flag disables mechanisms susceptible to active attacks.
887 The
888 .B nodict
889 flag disables mechanisms susceptible to passive dictionary attacks.
890 The
891 .B noanonymous
892 flag disables mechanisms which support anonymous login.
893 The
894 .B forwardsec
895 flag require forward secrecy between sessions.
896 The
897 .B passcred
898 require mechanisms which pass client credentials (and allow
899 mechanisms which can pass credentials to do so).
900 The
901 .B minssf=<factor> 
902 property specifies the minimum acceptable
903 .I security strength factor
904 as an integer approximate to effective key length used for
905 encryption.  0 (zero) implies no protection, 1 implies integrity
906 protection only, 56 allows DES or other weak ciphers, 112
907 allows triple DES and other strong ciphers, 128 allows RC4,
908 Blowfish and other modern strong ciphers.  The default is 0.
909 The
910 .B maxssf=<factor> 
911 property specifies the maximum acceptable
912 .I security strength factor
913 as an integer (see minssf description).  The default is INT_MAX.
914 The
915 .B maxbufsize=<size> 
916 property specifies the maximum security layer receive buffer
917 size allowed.  0 disables security layers.  The default is 65536.
918 .TP
919 .B schemadn <dn>
920 Specify the distinguished name for the subschema subentry that
921 controls the entries on this server.  The default is "cn=Subschema".
922 .TP
923 .B security <factors>
924 Specify a set of factors (separated by white space) to require.
925 An integer value is associated with each factor and is roughly
926 equivalent of the encryption key length to require.  A value
927 of 112 is equivalent to 3DES, 128 to Blowfish, etc..
928 The directive may be specified globally and/or per-database.
929 .B ssf=<n>
930 specifies the overall security strength factor.
931 .B transport=<n>
932 specifies the transport security strength factor.
933 .B tls=<n>
934 specifies the TLS security strength factor.
935 .B sasl=<n>
936 specifies the SASL security strength factor.
937 .B update_ssf=<n>
938 specifies the overall security strength factor to require for
939 directory updates.
940 .B update_transport=<n>
941 specifies the transport security strength factor to require for
942 directory updates.
943 .B update_tls=<n>
944 specifies the TLS security strength factor to require for
945 directory updates.
946 .B update_sasl=<n>
947 specifies the SASL security strength factor to require for
948 directory updates.
949 .B simple_bind=<n>
950 specifies the security strength factor required for
951 .I simple
952 username/password authentication.
953 Note that the
954 .B transport
955 factor is measure of security provided by the underlying transport,
956 e.g. ldapi:// (and eventually IPSEC).  It is not normally used.
957 .TP
958 .B sizelimit {<integer>|unlimited}
959 .TP
960 .B sizelimit size[.{soft|hard|unchecked}]=<integer> [...]
961 Specify the maximum number of entries to return from a search operation.
962 The default size limit is 500.
963 Use
964 .B -1
965 or 
966 .B unlimited
967 to specify no limits.
968 The second format allows a fine grain setting of the size limits.
969 Extra args can be added on the same line.
970 See
971 .BR limits
972 for an explanation of the different flags.
973 .TP
974 .B sockbuf_max_incoming <integer>
975 Specify the maximum incoming LDAP PDU size for anonymous sessions.
976 The default is 262143.
977 .TP
978 .B sockbuf_max_incoming_auth <integer>
979 Specify the maximum incoming LDAP PDU size for authenticated sessions.
980 The default is 4194303.
981 .TP
982 .B srvtab <filename>
983 Specify the srvtab file in which the kerberos keys necessary for
984 authenticating clients using kerberos can be found. This option is only
985 meaningful if you are using Kerberos authentication.
986 .TP
987 .B threads <integer>
988 Specify the maximum size of the primary thread pool.
989 The default is 16.
990 .TP
991 .B timelimit {<integer>|unlimited}
992 .TP
993 .B timelimit time[.{soft|hard}]=<integer> [...]
994 Specify the maximum number of seconds (in real time)
995 .B slapd
996 will spend answering a search request.  The default time limit is 3600.
997 Use
998 .B -1
999 or 
1000 .B unlimited
1001 to specify no limits.
1002 The second format allows a fine grain setting of the time limits.
1003 Extra args can be added on the same line.
1004 See
1005 .BR limits
1006 for an explanation of the different flags.
1007 .TP
1008 .B ucdata-path <path>
1009 Specify the path to the directory containing the Unicode character
1010 tables. The default path is DATADIR/ucdata.
1011 .SH TLS OPTIONS
1012 If
1013 .B slapd
1014 is built with support for Transport Layer Security, there are more options
1015 you can specify.
1016 .TP
1017 .B TLSCipherSuite <cipher-suite-spec>
1018 Permits configuring what ciphers will be accepted and the preference order.
1019 <cipher-suite-spec> should be a cipher specification for OpenSSL.  Example:
1020
1021 TLSCipherSuite HIGH:MEDIUM:+SSLv2
1022
1023 To check what ciphers a given spec selects, use:
1024
1025 openssl ciphers -v <cipher-suite-spec>
1026 .TP
1027 .B TLSCACertificateFile <filename>
1028 Specifies the file that contains certificates for all of the Certificate
1029 Authorities that
1030 .B slapd
1031 will recognize.
1032 .TP
1033 .B TLSCACertificatePath <path>
1034 Specifies the path of a directory that contains Certificate Authority
1035 certificates in separate individual files. Usually only one of this
1036 or the TLSCACertificateFile is used.
1037 .TP
1038 .B TLSCertificateFile <filename>
1039 Specifies the file that contains the
1040 .B slapd
1041 server certificate.
1042 .TP
1043 .B TLSCertificateKeyFile <filename>
1044 Specifies the file that contains the
1045 .B slapd
1046 server private key that matches the certificate stored in the
1047 .B TLSCertificateFile
1048 file.  Currently, the private key must not be protected with a password, so
1049 it is of critical importance that it is protected carefully. 
1050 .TP
1051 .B TLSRandFile <filename>
1052 Specifies the file to obtain random bits from when /dev/[u]random
1053 is not available.  Generally set to the name of the EGD/PRNGD socket.
1054 The environment variable RANDFILE can also be used to specify the filename.
1055 .TP
1056 .B TLSVerifyClient <level>
1057 Specifies what checks to perform on client certificates in an
1058 incoming TLS session, if any.
1059 The
1060 .B <level>
1061 can be specified as one of the following keywords:
1062 .RS
1063 .TP
1064 .B never
1065 This is the default.
1066 .B slapd
1067 will not ask the client for a certificate.
1068 .TP
1069 .B allow
1070 The client certificate is requested.  If no certificate is provided,
1071 the session proceeds normally.  If a bad certificate is provided,
1072 it will be ignored and the session proceeds normally.
1073 .TP
1074 .B try
1075 The client certificate is requested.  If no certificate is provided,
1076 the session proceeds normally.  If a bad certificate is provided,
1077 the session is immediately terminated.
1078 .TP
1079 .B demand | hard | true
1080 These keywords are all equivalent, for compatibility reasons.
1081 The client certificate is requested.  If no certificate is provided,
1082 or a bad certificate is provided, the session is immediately terminated.
1083
1084 Note that a valid client certificate is required in order to use the
1085 SASL EXTERNAL authentication mechanism with a TLS session.  As such,
1086 a non-default
1087 .B TLSVerifyClient
1088 setting must be chosen to enable SASL EXTERNAL authentication.
1089 .RE
1090 .SH GENERAL BACKEND OPTIONS
1091 Options in this section only apply to the configuration file section
1092 for the specified backend.  They are supported by every
1093 type of backend.
1094 .TP
1095 .B backend <databasetype>
1096 Mark the beginning of a backend definition. <databasetype>
1097 should be one of
1098 .B bdb,
1099 .B dnssrv,
1100 .B ldap,
1101 .B ldbm,
1102 .B meta,
1103 .B monitor,
1104 .B null,
1105 .B passwd,
1106 .B perl,
1107 .B shell,
1108 .B sql,
1109 or
1110 .B tcl,
1111 depending on which backend will serve the database.
1112
1113 .SH GENERAL DATABASE OPTIONS
1114 Options in this section only apply to the configuration file section
1115 for the database in which they are defined.  They are supported by every
1116 type of backend.  Note that the
1117 .B database
1118 and at least one
1119 .B suffix
1120 option are mandatory for each database.
1121 .TP
1122 .B database <databasetype>
1123 Mark the beginning of a new database instance definition. <databasetype>
1124 should be one of
1125 .B bdb,
1126 .B dnssrv,
1127 .B ldap,
1128 .B ldbm,
1129 .B meta,
1130 .B monitor,
1131 .B null,
1132 .B passwd,
1133 .B perl,
1134 .B shell,
1135 .B sql,
1136 or
1137 .B tcl,
1138 depending on which backend will serve the database.
1139 .TP
1140 .B lastmod on | off
1141 Controls whether
1142 .B slapd
1143 will automatically maintain the 
1144 modifiersName, modifyTimestamp, creatorsName, and 
1145 createTimestamp attributes for entries.  By default, lastmod is on.
1146 .TP
1147 .B maxderefdepth <depth>
1148 Specifies the maximum number of aliases to dereference when trying to
1149 resolve an entry, used to avoid infinite alias loops. The default is 1.
1150 .TP
1151 .B overlay <overlay-name>
1152 Add the specified overlay to this database. An overlay is a piece of
1153 code that intercepts database operations in order to extend or change
1154 them. Overlays are pushed onto
1155 a stack over the database, and so they will execute in the reverse
1156 of the order in which they were configured and the database itself
1157 will receive control last of all.
1158 .TP
1159 .B readonly on | off
1160 This option puts the database into "read-only" mode.  Any attempts to 
1161 modify the database will return an "unwilling to perform" error.  By
1162 default, readonly is off.
1163 .HP
1164 .hy 0
1165 .B replica uri=ldap[s]://<hostname>[:port]|host=<hostname>[:port] 
1166 .B [starttls=yes|critical]
1167 .B [suffix=<suffix> [...]]
1168 .B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
1169 .B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
1170 .B [authcId=<authentication ID>] [authzId=<authorization ID>]
1171 .B [attr[!]=<attr list>]
1172 .RS
1173 Specify a replication site for this database.  Refer to the "OpenLDAP 
1174 Administrator's Guide" for detailed information on setting up a replicated
1175 .B slapd
1176 directory service. Zero or more
1177 .B suffix
1178 instances can be used to select the subtrees that will be replicated
1179 (defaults to all the database). 
1180 .B host
1181 is deprecated in favor of the
1182 .B uri
1183 option.
1184 .B uri
1185 allows the replica LDAP server to be specified as an LDAP URI. 
1186 A
1187 .B bindmethod
1188 of
1189 .B simple
1190 requires the options
1191 .B binddn 
1192 and
1193 .B credentials  
1194 and should only be used when adequate security services 
1195 (e.g TLS or IPSEC) are in place. A
1196 .B bindmethod 
1197 of
1198 .B sasl 
1199 requires the option
1200 .B saslmech. 
1201 Specific security properties (as with the
1202 .B sasl-secprops
1203 keyword above) for a SASL bind can be set with the
1204 .B secprops
1205 option. A non-default SASL realm can be set with the
1206 .B realm
1207 option.
1208 If the 
1209 .B mechanism
1210 will use Kerberos, a kerberos instance should be given in 
1211 .B authcId.
1212 An
1213 .B attr list
1214 can be given after the 
1215 .B attr
1216 keyword to allow the selective replication of the listed attributes only;
1217 if the optional 
1218 .B !
1219 mark is used, the list is considered exclusive, i.e. the listed attributes
1220 are not replicated.
1221 If an objectClass is listed, all the related attributes
1222 are (are not) replicated.
1223 .RE
1224 .TP
1225 .B replogfile <filename>
1226 Specify the name of the replication log file to log changes to.  
1227 The replication log is typically written by
1228 .BR slapd (8)
1229 and read by
1230 .BR slurpd (8).
1231 See
1232 .BR slapd.replog (5)
1233 for more information.  The specified file should be located
1234 in a directory with limited read/write/execute access as the replication
1235 logs may contain sensitive information.
1236 .TP
1237 .B rootdn <dn>
1238 Specify the distinguished name that is not subject to access control 
1239 or administrative limit restrictions for operations on this database.
1240 This DN may or may not be associated with an entry.  An empty root
1241 DN (the default) specifies no root access is to be granted.  It is
1242 recommended that the rootdn only be specified when needed (such as
1243 when initially populating a database).  If the rootdn is within
1244 a namingContext (suffix) of the database, a simple bind password
1245 may also be provided using the
1246 .B rootpw
1247 directive.
1248 .TP
1249 .B rootpw <password>
1250 Specify a password (or hash of the password) for the rootdn.  The
1251 password can only be set if the rootdn is within the namingContext
1252 (suffix) of the database.
1253 This option accepts all RFC 2307 userPassword formats known to
1254 the server (see 
1255 .B password-hash
1256 description) as well as cleartext.
1257 .BR slappasswd (8) 
1258 may be used to generate a hash of a password.  Cleartext
1259 and \fB{CRYPT}\fP passwords are not recommended.  If empty
1260 (the default), authentication of the root DN is by other means
1261 (e.g. SASL).  Use of SASL is encouraged.
1262 .TP
1263 .B suffix <dn suffix>
1264 Specify the DN suffix of queries that will be passed to this 
1265 backend database.  Multiple suffix lines can be given and at least one is 
1266 required for each database definition.
1267 If the suffix of one database is "inside" that of another, the database
1268 with the inner suffix must come first in the configuration file.
1269 .TP
1270 .B subordinate
1271 Specify that the current backend database is a subordinate of another
1272 backend database. A subordinate database may have only one suffix. This
1273 option may be used to glue multiple databases into a single namingContext.
1274 If the suffix of the current database is within the namingContext of a
1275 superior database, searches against the superior database will be
1276 propagated to the subordinate as well. All of the databases
1277 associated with a single namingContext should have identical rootdns.
1278 Behavior of other LDAP operations is unaffected by this setting. In
1279 particular, it is not possible to use moddn to move an entry from
1280 one subordinate to another subordinate within the namingContext.
1281 .HP
1282 .hy 0
1283 .B syncrepl rid=<replica ID>
1284 .B provider=ldap[s]://<hostname>[:port]
1285 .B [type=refreshOnly|refreshAndPersist]
1286 .B [interval=dd:hh:mm:ss]
1287 .B [searchbase=<base DN>]
1288 .B [filter=<filter str>]
1289 .B [scope=sub|one|base]
1290 .B [attrs=<attr list>]
1291 .B [attrsonly]
1292 .B [sizelimit=<limit>]
1293 .B [timelimit=<limit>]
1294 .B [schemachecking=on|off]
1295 .B [updatedn=<dn>]
1296 .B [bindmethod=simple|sasl]
1297 .B [binddn=<dn>]
1298 .B [saslmech=<mech>]
1299 .B [authcid=<identity>]
1300 .B [authzid=<identity>]
1301 .B [credentials=<passwd>]
1302 .B [realm=<realm>]
1303 .B [secprops=<properties>]
1304 .RS
1305 Specify the current database as a replica which is kept up-to-date with the 
1306 master content by establishing the current
1307 .BR slapd (8)
1308 as a replication consumer site running a
1309 .B syncrepl
1310 replication engine.
1311 The replica content is kept synchronized to the master content using
1312 the LDAP Content Synchronization protocol. Refer to the
1313 "OpenLDAP Administrator's Guide" for detailed information on
1314 setting up a replicated
1315 .B slapd
1316 directory service using the 
1317 .B syncrepl
1318 replication engine.
1319 .B rid
1320 identifies the current
1321 .B syncrepl
1322 directive within the replication consumer site.
1323 It is a non-negative integer having no more than three digits.
1324 .B provider
1325 specifies the replication provider site containing the master content
1326 as an LDAP URI. If <port> is not given, the standard LDAP port number
1327 (389 or 636) is used. The content of the
1328 .B syncrepl
1329 replica is defined using a search
1330 specification as its result set. The consumer
1331 .B slapd
1332 will send search requests to the provider
1333 .B slapd
1334 according to the search specification. The search specification includes
1335 .B searchbase, scope, filter, attrs, attrsonly, sizelimit,
1336 and
1337 .B timelimit
1338 parameters as in the normal search specification.
1339 The search specification for the LDAP Content Synchronization operation
1340 has the same value syntax and the same default values as in the
1341 .BR ldapsearch (1)
1342 client search tool.
1343 The LDAP Content Synchronization protocol has two operation types.
1344 In the
1345 .B refreshOnly
1346 operation, the next synchronization search operation
1347 is periodically rescheduled at an interval time (specified by 
1348 .B interval
1349 parameter; 1 day by default)
1350 after each synchronization operation finishes.
1351 In the
1352 .B refreshAndPersist
1353 operation, a synchronization search remains persistent in the provider slapd.
1354 Further updates to the master replica will generate
1355 .B searchResultEntry
1356 to the consumer slapd as the search responses to the persistent
1357 synchronization search. The schema checking can be enforced at the LDAP Sync
1358 consumer site by turning on the
1359 .B schemachecking
1360 parameter. The default is off.
1361 The
1362 .B updatedn
1363 parameter specifies the DN in the consumer site
1364 which is allowed to make changes to the replica.
1365 The DN should have read/write access to the replica database.
1366 Generally, this DN
1367 .I should not
1368 be the same as the
1369 .B rootdn
1370 of the master database.
1371 A
1372 .B bindmethod
1373 of 
1374 .B simple
1375 requires the options 
1376 .B binddn
1377 and 
1378 .B credentials
1379 and should only be used when adequate security services
1380 (e.g. TLS or IPSEC) are in place.
1381 A
1382 .B bindmethod
1383 of
1384 .B sasl
1385 requires the option
1386 .B saslmech.
1387 Depending on the mechanism, an authentication identity and/or
1388 credentials can be specified using
1389 .B authcid
1390 and
1391 .B credentials.
1392 The
1393 .B authzid
1394 parameter may be used to specify an authorization identity.
1395 Specific security properties (as with the
1396 .B sasl-secprops
1397 keyword above) for a SASL bind can be set with the
1398 .B secprops
1399 option. A non default SASL realm can be set with the
1400 .B realm 
1401 option.
1402 .RE
1403 .TP
1404 .B updatedn <dn>
1405 This option is only applicable in a slave
1406 database updated using
1407 .BR slurpd(8). 
1408 It specifies the DN permitted to update (subject to access controls)
1409 the replica (typically, this is the DN
1410 .BR slurpd (8)
1411 binds to update the replica).  Generally, this DN
1412 .I should not
1413 be the same as the
1414 .B rootdn 
1415 used at the master.
1416 .TP
1417 .B updateref <url>
1418 Specify the referral to pass back when
1419 .BR slapd (8)
1420 is asked to modify a replicated local database.
1421 If specified multiple times, each url is provided.
1422
1423 .SH DATABASE-SPECIFIC OPTIONS
1424 Each database may allow specific configuration options; they are
1425 documented separately in the backends' manual pages.
1426 .SH BACKENDS
1427 The following backends can be compiled into slapd.
1428 They are documented in the
1429 .BR slapd-<backend> (5)
1430 manual pages.
1431 .TP
1432 .B bdb
1433 This is the recommended backend for a normal slapd database.
1434 However, it takes more care than with the LDBM backend to configure
1435 it properly.
1436 It uses the Sleepycat Berkeley DB (BDB) package to store data.
1437 .TP
1438 .B ldbm
1439 This is the database backend which is easiest to configure.
1440 However, it does not offer the data durability features of the BDB
1441 backend.
1442 It uses Berkeley DB or GDBM to store data.
1443 .TP
1444 .B dnssrv
1445 This backend is experimental.
1446 It serves up referrals based upon SRV resource records held in the
1447 Domain Name System.
1448 .TP
1449 .B ldap
1450 This backend acts as a proxy to forward incoming requests to another
1451 LDAP server.
1452 .TP
1453 .B meta
1454 This backend performs basic LDAP proxying with respect to a set of
1455 remote LDAP servers. It is an enhancement of the ldap backend. The
1456 proxy cache extension of meta backend provides answering of search
1457 requests from the proxy using results of previously cached requests.
1458 .TP
1459 .B monitor
1460 This backend provides information about the running status of the slapd
1461 daemon.
1462 .TP
1463 .B null
1464 Operations in this backend succeed but do nothing.
1465 .TP
1466 .B passwd
1467 This backend is provided for demonstration purposes only.
1468 It serves up user account information from the system
1469 .BR passwd (5)
1470 file.
1471 .TP
1472 .B perl
1473 This backend embeds a
1474 .BR perl (1)
1475 interpreter into slapd.
1476 It runs Perl subroutines to implement LDAP operations.
1477 .TP
1478 .B shell
1479 This backend executes external programs to implement LDAP operations.
1480 It is is primarily intended to be used in prototypes.
1481 .TP
1482 .B sql
1483 This backend is experimental.
1484 It services LDAP requests from an SQL database.
1485 .TP
1486 .B tcl
1487 This backend is experimental.
1488 It embeds a
1489 .BR Tcl (3tcl)
1490 interpreter into slapd.
1491 It runs Tcl commands to implement LDAP operations.
1492 .SH EXAMPLES
1493 .LP
1494 Here is a short example of a configuration file:
1495 .LP
1496 .RS
1497 .nf
1498 include   SYSCONFDIR/schema/core.schema
1499 pidfile   LOCALSTATEDIR/slapd.pid
1500
1501 # Subtypes of "name" (e.g. "cn" and "ou") with the
1502 # option ";x-hidden" can be searched for/compared,
1503 # but are not shown.  See \fBslapd.access\fP(5).
1504 attributeoptions x-hidden lang-
1505 access to attr=name;x-hidden by * =cs
1506
1507 database  bdb
1508 suffix    "dc=our-domain,dc=com"
1509 # The database directory MUST exist prior to
1510 # running slapd AND should only be accessible
1511 # by the slapd/tools. Mode 0700 recommended.
1512 directory LOCALSTATEDIR/openldap-data
1513 # Indices to maintain
1514 index     objectClass  eq
1515 index     cn,sn,mail   pres,eq,approx,sub
1516
1517 # We serve small clients that do not handle referrals,
1518 # so handle remote lookups on their behalf.
1519 database  ldap
1520 suffix    ""
1521 uri       ldap://ldap.some-server.com/
1522 lastmod   off
1523 .fi
1524 .RE
1525 .LP
1526 "OpenLDAP Administrator's Guide" contains a longer annotated
1527 example of a configuration file.
1528 The original ETCDIR/slapd.conf is another example.
1529 .SH FILES
1530 .TP
1531 ETCDIR/slapd.conf
1532 default slapd configuration file
1533 .SH SEE ALSO
1534 .BR ldap (3),
1535 .BR slapd-bdb (5),
1536 .BR slapd-dnssrv (5),
1537 .BR slapd-ldap (5),
1538 .BR slapd-ldbm (5),
1539 .BR slapd-meta (5),
1540 .BR slapd-monitor (5),
1541 .BR slapd-null (5),
1542 .BR slapd-passwd (5),
1543 .BR slapd-perl (5),
1544 .BR slapd-shell (5),
1545 .BR slapd-sql (5),
1546 .BR slapd-tcl (5),
1547 .BR slapd.access (5),
1548 .BR slapd.plugin (5),
1549 .BR slapd.replog (5),
1550 .BR slapd (8),
1551 .BR slapadd (8),
1552 .BR slapcat (8),
1553 .BR slapindex (8),
1554 .BR slappasswd (8),
1555 .BR slurpd (8),
1556 .LP
1557 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
1558 .SH ACKNOWLEDGEMENTS
1559 .B OpenLDAP
1560 is developed and maintained by The OpenLDAP Project (http://www.openldap.org/).
1561 .B OpenLDAP
1562 is derived from University of Michigan LDAP 3.3 Release.