You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2007/08/19 12:01:30 UTC

[jira] Closed: (DIRSERVER-794) Trunks version returns invalid USAGE in schema.

     [ https://issues.apache.org/jira/browse/DIRSERVER-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann closed DIRSERVER-794.
-------------------------------------


> Trunks version returns invalid USAGE in schema.
> -----------------------------------------------
>
>                 Key: DIRSERVER-794
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-794
>             Project: Directory ApacheDS
>          Issue Type: Bug
>            Reporter: Stefan Seelmann
>            Assignee: Emmanuel Lecharny
>         Attachments: DIRSERVER794.java
>
>
> The trunk version of ApacheDS returns an invalid USAGE in AttributeTypes in schema. USER_APPLICATIONS, DIRECTORY_OPERATION, DISTRIBUTED_OPERATION and DSA_OPERATION is returned instead of userApplications, directoryOperation, distributedOperation or dSAOperation.
> Example from trunks:
> ( 2.5.4.42 NAME ( 'givenName' 'gn' ) DESC 'RFC2256: first name(s) for which the entity is known by'  SUP name EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE USER_APPLICATIONS )
> Example from Version 1.0:
> ( 2.5.4.42 NAME ( 'givenName' 'gn' ) DESC 'RFC2256: first name(s) for which the entity is known by'  SUP name EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 USAGE userApplications )

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.