[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8377) Normalized 'olcDbIndex' values



Full_Name: 
Version: master
OS: 
URL: 
Submission from: (NULL) (213.240.182.49)


A suggestion for 2.5:

Index lines read from slapd.conf should be converted to normalized 'olcDbIndex'
values. With this approach it would be possible to determine index configuration
for a certain attribute type.

Likewise the format of accepted attribute values should be constrained.

Example from slapd.conf:
index foo,bar eq,sub

would be normalized to 4 values:
olcDbIndex: foo eq
olcDbIndex: foo sub
olcDbIndex: bar eq
olcDbIndex: bar sub