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

Re: What indexes are allowed? [auf Viren überprüft]



Michael Ströder schrieb:
Is there any information what attribute/indexes are supported?
Look at the attribute type definition in subschema. You will see for
which attributes SUBSTR matching rules are defined.
#ldapsearch -x -b cn=subschema +
[...]
attributeTypes: ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress' DESC 'RFC1274: home postal address' EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )


This is the same as in cosine.schema:

attributetype ( 0.9.2342.19200300.100.1.39 NAME 'homePostalAddress'
        DESC 'RFC1274: home postal address'
        EQUALITY caseIgnoreListMatch
        SUBSTR caseIgnoreListSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 )

So this seems to explain nothing.


Hans