You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Gunther Lochstampfer (JIRA)" <ji...@apache.org> on 2008/11/25 13:33:44 UTC

[jira] Created: (DIRSTUDIO-428) Same Name for attribute type and objectclass

Same Name for attribute type and objectclass
--------------------------------------------

                 Key: DIRSTUDIO-428
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-428
             Project: Directory Studio
          Issue Type: Bug
          Components: studio-schemaeditor
    Affects Versions: 1.3.0
         Environment: windows xp and vista
            Reporter: Gunther Lochstampfer


given a class

objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.5 
	NAME 'racfClass' 
	DESC 'Abbildung einer RACF Resourceklasse z.B. G000401' 
	SUP RRContainer 
	STRUCTURAL 
	MUST racfClass 
	MAY ( cn $ racfResourceMember ) 
 )

and attribute type

attributetype ( 1.3.6.1.4.1.25977.1.1.1.1.31 
	NAME 'racfClass' 
	DESC 'racfClass' 
	EQUALITY caseIgnoreMatch 
	ORDERING caseIgnoreOrderingMatch 
	SUBSTR caseIgnoreSubstringsMatch 
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
 )

studio complains about alias already in use by another item ... 

for your investigation my superior class

objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.1 
	NAME 'RRContainer' 
	DESC 'Standard Container, erweitert um Beschreibung und Status' 
	SUP top 
	STRUCTURAL 
	MUST cn 
	MAY ( description $ rr-status ) 
 )

this works under openldap and ldap z/OS



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


[jira] Commented: (DIRSTUDIO-428) Same Name for attribute type and objectclass

Posted by "Kiran Ayyagari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651488#action_12651488 ] 

Kiran Ayyagari commented on DIRSTUDIO-428:
------------------------------------------

In the schema no two elements (either attributetype or objectcalss) can have the same name.This is invalid. ( I forgot the rfc number which states this Can someone mention the rfc number which states this.)

> Same Name for attribute type and objectclass
> --------------------------------------------
>
>                 Key: DIRSTUDIO-428
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-428
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.3.0
>         Environment: windows xp and vista
>            Reporter: Gunther Lochstampfer
>
> given a class
> objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.5 
> 	NAME 'racfClass' 
> 	DESC 'Abbildung einer RACF Resourceklasse z.B. G000401' 
> 	SUP RRContainer 
> 	STRUCTURAL 
> 	MUST racfClass 
> 	MAY ( cn $ racfResourceMember ) 
>  )
> and attribute type
> attributetype ( 1.3.6.1.4.1.25977.1.1.1.1.31 
> 	NAME 'racfClass' 
> 	DESC 'racfClass' 
> 	EQUALITY caseIgnoreMatch 
> 	ORDERING caseIgnoreOrderingMatch 
> 	SUBSTR caseIgnoreSubstringsMatch 
> 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
>  )
> studio complains about alias already in use by another item ... 
> for your investigation my superior class
> objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.1 
> 	NAME 'RRContainer' 
> 	DESC 'Standard Container, erweitert um Beschreibung und Status' 
> 	SUP top 
> 	STRUCTURAL 
> 	MUST cn 
> 	MAY ( description $ rr-status ) 
>  )
> this works under openldap and ldap z/OS

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


[jira] Updated: (DIRSTUDIO-428) Same Name for attribute type and objectclass

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot updated DIRSTUDIO-428:
---------------------------------------------

    Fix Version/s: 2.0.0

> Same Name for attribute type and objectclass
> --------------------------------------------
>
>                 Key: DIRSTUDIO-428
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-428
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.3.0
>         Environment: windows xp and vista
>            Reporter: Gunther Lochstampfer
>             Fix For: 2.0.0
>
>
> given a class
> objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.5 
> 	NAME 'racfClass' 
> 	DESC 'Abbildung einer RACF Resourceklasse z.B. G000401' 
> 	SUP RRContainer 
> 	STRUCTURAL 
> 	MUST racfClass 
> 	MAY ( cn $ racfResourceMember ) 
>  )
> and attribute type
> attributetype ( 1.3.6.1.4.1.25977.1.1.1.1.31 
> 	NAME 'racfClass' 
> 	DESC 'racfClass' 
> 	EQUALITY caseIgnoreMatch 
> 	ORDERING caseIgnoreOrderingMatch 
> 	SUBSTR caseIgnoreSubstringsMatch 
> 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
>  )
> studio complains about alias already in use by another item ... 
> for your investigation my superior class
> objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.1 
> 	NAME 'RRContainer' 
> 	DESC 'Standard Container, erweitert um Beschreibung und Status' 
> 	SUP top 
> 	STRUCTURAL 
> 	MUST cn 
> 	MAY ( description $ rr-status ) 
>  )
> this works under openldap and ldap z/OS

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


[jira] Commented: (DIRSTUDIO-428) Same Name for attribute type and objectclass

Posted by "Gunther Lochstampfer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652463#action_12652463 ] 

Gunther Lochstampfer commented on DIRSTUDIO-428:
------------------------------------------------

   http://www.ietf.org/rfc/rfc2252.txt says only: 

Schema developers MUST NOT create object class definitions whose
   names conflict with attributes defined for use with LDAP in existing
   standards-track RFCs.

or

Schema developers MUST NOT create attribute definitions whose names
   conflict with attributes defined for use with LDAP in existing
   standards-track RFCs.

but i defined my very own classes and attribute types which do not conflict with standard names ... or OID's

and this works very fine in openldap and zOS ldap or Tivoly directory, so in my understanding it is a bug


> Same Name for attribute type and objectclass
> --------------------------------------------
>
>                 Key: DIRSTUDIO-428
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-428
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-schemaeditor
>    Affects Versions: 1.3.0
>         Environment: windows xp and vista
>            Reporter: Gunther Lochstampfer
>
> given a class
> objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.5 
> 	NAME 'racfClass' 
> 	DESC 'Abbildung einer RACF Resourceklasse z.B. G000401' 
> 	SUP RRContainer 
> 	STRUCTURAL 
> 	MUST racfClass 
> 	MAY ( cn $ racfResourceMember ) 
>  )
> and attribute type
> attributetype ( 1.3.6.1.4.1.25977.1.1.1.1.31 
> 	NAME 'racfClass' 
> 	DESC 'racfClass' 
> 	EQUALITY caseIgnoreMatch 
> 	ORDERING caseIgnoreOrderingMatch 
> 	SUBSTR caseIgnoreSubstringsMatch 
> 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 
>  )
> studio complains about alias already in use by another item ... 
> for your investigation my superior class
> objectclass ( 1.3.6.1.4.1.25977.1.1.1.2.1 
> 	NAME 'RRContainer' 
> 	DESC 'Standard Container, erweitert um Beschreibung und Status' 
> 	SUP top 
> 	STRUCTURAL 
> 	MUST cn 
> 	MAY ( description $ rr-status ) 
>  )
> this works under openldap and ldap z/OS

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