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 2007/08/21 11:55:31 UTC

[jira] Commented: (DIRSERVER-925) apacheds allows multible structural objectClasses

    [ https://issues.apache.org/jira/browse/DIRSERVER-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521379 ] 

Emmanuel Lecharny commented on DIRSERVER-925:
---------------------------------------------

To be clear, a STRUCTURAL OC can inherit from another STRUCTURAL OC. We can have this inheritance chain :
STRUCTURAL --> (STRUCTURAL)* --> (ABSTRACT)* --> 'top' 

In the previous sample, we have two disjointed structural objects :
automountMap --> top
and
organizationalUnit -> top

This is plain wrong, and should be detected by the server.


> apacheds allows multible structural objectClasses
> -------------------------------------------------
>
>                 Key: DIRSERVER-925
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-925
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>         Environment: apacheds 1.5.0
> amd64 xen domU
> 128MB ram java 16u1
>            Reporter: Martin Marcher
>             Fix For: 1.5.1
>
>
> This can be added with LDAPStudio to a directory tree:
> dn: ou=auto.master,dc=example,dc=com
> objectClass: automountMap
> objectClass: organizationalUnit
> objectClass: top
> ou: auto.master
> howeber automountMapt and organizationalUnit are both structural objectClasses, I think that is a violation of the LDAP RFC

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