]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Revert "ITS#8977 - Remove documentation for idlexp"
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 2 Mar 2021 19:56:51 +0000 (19:56 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 2 Mar 2021 19:56:51 +0000 (19:56 +0000)
This reverts commit a40f6bff894d02603d74eef35bd1a7ae1993537e.

doc/man/man5/slapd-mdb.5

index e396d017c6238e18487adf3d29418b7c34b4f6d2..9e1bb1ab59219e4d409a3f0e158df2ebe5e06dbb 100644 (file)
@@ -17,6 +17,18 @@ primary database backend.
 The \fBmdb\fP backend uses a hierarchical database layout which
 supports subtree renames.
 .SH CONFIGURATION
+These
+.B slapd.conf
+options apply to the \fBmdb\fP backend.
+That is, they must follow a "backend mdb" line and
+come before any subsequent "backend" or "database" lines.
+.TP
+.BI idlexp \ <exp>
+Specify a power of 2 for the maximum size of an index slot.
+The default is 16, yielding a maximum slot size of 2^16 or 65536.
+Once set, this option applies to every \fBmdb\fP database instance.
+The specified value must be in the range of 16-31.
+.LP
 
 These
 .B slapd.conf