You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Marija Mrvić <ma...@netsetglobal.rs> on 2018/08/15 13:04:06 UTC

[APACHE DS] - Edit Attribute Description Help

Hi, 

 

We encountered the following issue while using Apache DS
2.0.0.v20170904-M13:

 

Apache DS is intended to be used for Certificate Revocation List publishing.

 

When attribute (certificateRevocationList;binary) for the first time appears
in Apache DS while binary option is included, suffix ";binary" exists as
integral part of the attribute description. 

However, when considered attribute is updated, it can be noticed that
";binary" is missing (although the value of the attribute informs about
Binary Data).

 

I used "Edit Attribute Description" option and checked the option next to
"binary option", and could be observed that ";binary" was added to the
attribute name. 

However, as soon as I clicked on the "Finish" button, progress information
appeared about executing LDIF, and by the end of that process, ";binary" was
missing.

 

Screenshot is in the attachment of this e-mail, with added red-border field.
When checked, still produces no effect of adding suffix ";binary".

 

Furthermore, the code snippet for updating CRL is:

modificationItems.add(new ModificationItem( DirContext.REPLACE_ATTRIBUTE,
new BasicAttribute(getCrlAttributeType(), getCrl().getEncoded())));

//.this Collection is further used for modifying attributes

dirCtx.modifyAttributes(name, mods);

 

I look forward to your reply and a resolution to our problem at your most
convenient time.

 

Kind regards, 

Marija Mrvic