From 0404d3f077690b9ad8c33ceb65244cb61199c6fa Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 11 Jan 2023 17:03:55 +0000 Subject: [PATCH] Fix options for olcIndexHash64 Use cn=config format of TRUE/FALSE instead of slapd.conf format on/off --- doc/man/man5/slapd-config.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index d402340186..967df6d11c 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -501,7 +501,7 @@ feature. The default is 0. You may also want to set the .B olcWriteTimeout option. .TP -.B olcIndexHash64: { on | off } +.B olcIndexHash64: { TRUE | FALSE } Use a 64 bit hash for indexing. The default is to use 32 bit hashes. These hashes are used for equality and substring indexing. The 64 bit version may be needed to avoid index collisions when the number of -- 2.47.2