[ http://issues.apache.org/jira/browse/DIRSERVER-794?page=all ]
Stefan Seelmann updated DIRSERVER-794:
--------------------------------------
Attachment: DIRSERVER794.java
Here is a test case that demonstrates the issue. All tests pass with ApacheDS
1.0 and OpenLDAP 2.2.6. All tests fail with ApacheDS from trunks.
> Trunks version returns invalid USAGE in schema.
> -----------------------------------------------
>
> Key: DIRSERVER-794
> URL: http://issues.apache.org/jira/browse/DIRSERVER-794
> Project: Directory ApacheDS
> Issue Type: Bug
> Reporter: Stefan Seelmann
> Assigned To: 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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira