I have created attribute in the following way
Attributes attrs = new BasicAttributes(true);
attrs.put("NUMERICOID", "1.3.6.1.4.1.18060.0.4.3.2.1");
attrs.put("NAME", "reportsto");
attrs.put("DESC", "Standard LDAP attribute type");
attrs.put("EQUALITY", "integerOrderingMatch");
attrs.put("SYNTAX", "1.3.6.1.4.1.1466.115.121.1.27");
attrs.put("SINGLE-VALUE", "true");
schema.createSubcontext("AttributeDefinition/reportsto",
attrs);
now I can not insert C785694 value, (synt. error)
which value can I define for EQUALITY attribute for inserting "C785694"
value,
I try "octetStringMatch", but still can not insert the value.
--
View this message in context:
http://www.nabble.com/which-EQUALITY-value-can-I-define-for-string-value--tp21174351p21174351.html
Sent from the Apache Directory Project mailing list archive at Nabble.com.