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 Zoerner (JIRA)" <ji...@apache.org> on 2007/01/30 22:44:33 UTC

[jira] Created: (DIRSERVER-837) LDAP clients are able to modify the subschemaSubentry attribute

LDAP clients are able to modify the subschemaSubentry attribute
---------------------------------------------------------------

                 Key: DIRSERVER-837
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-837
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.0
         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
* Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
* Windows XP Professional SP2

            Reporter: Stefan Zoerner
             Fix For: 1.5.0


RFC 2251 states
--->8---
Entries MAY contain, among others, the following operational attributes, defined in [...]. These attributes are maintained automatically by the server and are not modifiable by clients:

   - creatorsName: ...
   - createTimestamp: ...
   - modifiersName: ...
   - modifyTimestamp: ...
   - subschemaSubentry: ...

---8<---

In the current 1.5.0, clients can add a subschemaSubentry attribute value via a modify operation. I'll attach a JUnit testcase which demonstrates the problem.

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


[jira] Commented: (DIRSERVER-837) LDAP clients are able to modify the subschemaSubentry attribute

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468814 ] 

Emmanuel Lecharny commented on DIRSERVER-837:
---------------------------------------------

I think it's closely related to DIRSERVER-835.

We are really close to find the solution for this problem.

> LDAP clients are able to modify the subschemaSubentry attribute
> ---------------------------------------------------------------
>
>                 Key: DIRSERVER-837
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-837
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>             Fix For: 1.5.0
>
>         Attachments: ModifySubschemaSubentryAttributeTest.java
>
>
> RFC 2251 states
> --->8---
> Entries MAY contain, among others, the following operational attributes, defined in [...]. These attributes are maintained automatically by the server and are not modifiable by clients:
>    - creatorsName: ...
>    - createTimestamp: ...
>    - modifiersName: ...
>    - modifyTimestamp: ...
>    - subschemaSubentry: ...
> ---8<---
> In the current 1.5.0, clients can add a subschemaSubentry attribute value via a modify operation. I'll attach a JUnit testcase which demonstrates the problem.

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


[jira] Resolved: (DIRSERVER-837) LDAP clients are able to modify the subschemaSubentry attribute

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRSERVER-837.
-----------------------------------------

    Resolution: Fixed

It has been fixed as DIRSERVER-835 has been fixed

> LDAP clients are able to modify the subschemaSubentry attribute
> ---------------------------------------------------------------
>
>                 Key: DIRSERVER-837
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-837
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>             Fix For: 1.5.0
>
>         Attachments: ModifySubschemaSubentryAttributeTest.java
>
>
> RFC 2251 states
> --->8---
> Entries MAY contain, among others, the following operational attributes, defined in [...]. These attributes are maintained automatically by the server and are not modifiable by clients:
>    - creatorsName: ...
>    - createTimestamp: ...
>    - modifiersName: ...
>    - modifyTimestamp: ...
>    - subschemaSubentry: ...
> ---8<---
> In the current 1.5.0, clients can add a subschemaSubentry attribute value via a modify operation. I'll attach a JUnit testcase which demonstrates the problem.

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


[jira] Updated: (DIRSERVER-837) LDAP clients are able to modify the subschemaSubentry attribute

Posted by "Stefan Zoerner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Zoerner updated DIRSERVER-837:
-------------------------------------

    Attachment: ModifySubschemaSubentryAttributeTest.java

Here is the test case for this issue. I have successfully tested it on

  * Sun Java System Directory Server 5.2
  * IBM Tivoli Directory Server 6.0
  * OpenLDAP 2.3

On the current ApacheDS 1.5.0 snapshot, the test method fails.

> LDAP clients are able to modify the subschemaSubentry attribute
> ---------------------------------------------------------------
>
>                 Key: DIRSERVER-837
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-837
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>             Fix For: 1.5.0
>
>         Attachments: ModifySubschemaSubentryAttributeTest.java
>
>
> RFC 2251 states
> --->8---
> Entries MAY contain, among others, the following operational attributes, defined in [...]. These attributes are maintained automatically by the server and are not modifiable by clients:
>    - creatorsName: ...
>    - createTimestamp: ...
>    - modifiersName: ...
>    - modifyTimestamp: ...
>    - subschemaSubentry: ...
> ---8<---
> In the current 1.5.0, clients can add a subschemaSubentry attribute value via a modify operation. I'll attach a JUnit testcase which demonstrates the problem.

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


[jira] Closed: (DIRSERVER-837) LDAP clients are able to modify the subschemaSubentry attribute

Posted by "Stefan Zoerner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Zoerner closed DIRSERVER-837.
------------------------------------


I can confirm that the error is no longer present. Thanks Emmanuel!

> LDAP clients are able to modify the subschemaSubentry attribute
> ---------------------------------------------------------------
>
>                 Key: DIRSERVER-837
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-837
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>         Environment: * ApacheDS 1.5.0 (SNAPSHOT)
> * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
> * Windows XP Professional SP2
>            Reporter: Stefan Zoerner
>             Fix For: 1.5.0
>
>         Attachments: ModifySubschemaSubentryAttributeTest.java
>
>
> RFC 2251 states
> --->8---
> Entries MAY contain, among others, the following operational attributes, defined in [...]. These attributes are maintained automatically by the server and are not modifiable by clients:
>    - creatorsName: ...
>    - createTimestamp: ...
>    - modifiersName: ...
>    - modifyTimestamp: ...
>    - subschemaSubentry: ...
> ---8<---
> In the current 1.5.0, clients can add a subschemaSubentry attribute value via a modify operation. I'll attach a JUnit testcase which demonstrates the problem.

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