Now it is telling me that
javax.naming.NamingException: OID for name 'caseExactOrderingMatch' was not found within the OID registry
for the following names:
caseExactOrderingMatch integerOrderingMatch caseExactIA5SubstringsMatch
Are these not supported, or am I still missing some schemas?
These stem from the following schema entries that I have:
# IA5 (International alphabet 5 - AKA Ascii) case sensitivie
attributetype (1.3.6.1.4.1.2114.108.1.4.2
NAME 'tsCaseSensitiveIA5String'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)# Integer -
attributetype (1.3.6.1.4.1.2114.108.1.4.6
NAME 'tsInteger'
EQUALITY integerMatch
ORDERING integerOrderingMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27)# Directory String - UTF 8 / Unicode - case sensitive
attributetype (1.3.6.1.4.1.2114.108.1.4.4
NAME 'tsCaseSensitiveDirectoryString'
EQUALITY caseExactMatch
ORDERING caseExactOrderingMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15)