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