From edd14b7c95a12d65671e110b231abf8d3fa5da15 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 23 Aug 2000 23:43:19 +0000 Subject: [PATCH] Update index description with substr varients and (experimental) subtyping options. --- doc/man/man5/slapd.conf.5 | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 4627d5e52c..c8730b221b 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -415,10 +415,32 @@ each database. The default is .BR LOCALSTATEDIR/openldap-ldbm . .TP .B -index { | default } [ pres,eq,approx,sub,none ] +index {|default} [pres,eq,approx,sub,] Specify the indexes to maintain for the given attribute. If only an is given, the indices specified for \fBdefault\fR -are maintained. +are maintained. A number of special index parameters may be +specified. +The index type +.B sub +can be decomposed into +.BR subinitial , +.BR subany ,\ and +.B subfinal +indices. +The special type +.B lang +may be specified to allow use of this index by language subtypes. +The special type +.B autolang +may be specified to automatically maintain separate indices for each +language subtypes. +The special type +.B subtypes +may be specified to allow use of this index by named subtypes. +The special type +.B autosubtypes +may be specified to automatically maintain separate indices for each +other subtypes. .TP .B mode Specify the file protection mode that newly created database -- 2.39.5