You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Mike Rankin (JIRA)" <ji...@apache.org> on 2011/09/14 16:26:09 UTC

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

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104522#comment-13104522 ] 

Mike Rankin commented on DIRSTUDIO-428:
---------------------------------------

It looks like their are two instances of this problem in the ds 2m2 release.  check out ads-changeLog 1.3.6.1.4.1.18060.0.4.1.3.120 and ads-journal 1.3.6.1.4.1.18060.0.4.1.3.140

> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira