You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2016/03/07 10:05:40 UTC

[jira] [Created] (DIRAPI-274) The AttributeTypeHolder.toLdif method does not convert the m-usage Attribute correctly

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)