I am using apacheds 1.5.4, and studio 1.4 is that the course of the
problem? Should i still raise a Jira?
Btw, after some experimentation i realized I have mistakenly assumed
NumericString to be equivalent to a Decimal (i.e.
float/double/BigDecimal). After sieving through the mailing list I still
unable to find an answer to the following question - Is there a syntax
to represent a Float/BigDecimal in Ldap? The worse case scenario for me
is to use a Directory String :(
Would appreciate if anyone could help to point me to the right direction.
Thanks in advance.
chung-onn
Emmanuel Lecharny wrote:
Alex Karasulu wrote:
If you were unable to find this matchingRule in the schema of the server
then it's probably missing. Go ahead and add a JIRA for this.
This MR exists in the schema branch :
dn: m-oid=2.5.13.9,ou=matchingRules,cn=system,ou=schema
createtimestamp: 20090818022728Z
entryuuid:: T59s8Z+mShG+Apyw/rI+oA==
m-oid: 2.5.13.9
m-obsolete: FALSE
entrycsn: 20090818052728.432000Z#000000#000#000000
m-syntax: 1.3.6.1.4.1.1466.115.121.1.36
objectclass: metaMatchingRule
objectclass: metaTop
objectclass: top
m-name: numericStringOrderingMatch
creatorsname: uid=admin,ou=system
The associated Syntax also exists, it's the NumericString (and we have
a syntax checker for it)
So we have what we need in the server. The question now is why can't
we use it...