Emmanuel Lecharny created DIRAPI-274:
----------------------------------------
Summary: The AttributeTypeHolder.toLdif method does not convert
the m-usage Attribute correctly
Key: DIRAPI-274
URL: https://issues.apache.org/jira/browse/DIRAPI-274
Project: Directory Client API
Issue Type: Bug
Affects Versions: 1.0.0-M33
Reporter: Emmanuel Lecharny
Fix For: 1.0.0-M34
When called, the {{AttributeTypeHolder.toLdif()}} method generates the m-usage
to :
{noformat}
"m-usage: DIRECTORY_OPERATION";
{noformat}
when we would expect :
{noformat}
"m-usage: dsaOperation";
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)