I have creted rports to attributte in 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 have problem and I wont to delete "EQUALITY".
How can I made it?
Thank you for Advance.
--
View this message in context:
http://www.nabble.com/remove-EQUALITY-attribute-tp21167635p21167635.html
Sent from the Apache Directory Project mailing list archive at Nabble.com.