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 Seelmann (JIRA)" <ji...@apache.org> on 2008/07/08 22:42:34 UTC

[jira] Resolved: (DIRSTUDIO-348) LDAP Studio 1.1.0 shows non existing attribute "name" when accessing eDirectory 8.8

     [ https://issues.apache.org/jira/browse/DIRSTUDIO-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann resolved DIRSTUDIO-348.
---------------------------------------

    Resolution: Invalid

When requesting all attributes using "*" then eDirectory 8.8 returns the "name" attribute.

I also tested using OpenLDAP command line:
ldapsearch -H ldap://localhost:13389 -x -D "cn=admin,o=example" -W -b "o=EXAMPLE" -s base -a always "(objectClass=*)" "*"

and received the following result:
dn: o=EXAMPLE
o: EXAMPLE
objectClass: Organization
objectClass: ndsLoginProperties
objectClass: ndsContainerLoginProperties
objectClass: Top
ACL: 2#entry#o=EXAMPLE#loginScript
ACL: 2#entry#o=EXAMPLE#printJobConfiguration
name: EXAMPLE

So please ask Novell why eDirectory returns that attribute ;-)

BTW: In RFC 4519 the "name" attribute type is defined as the superior of e.g. the "o" attribute type. However the eDirectory schema does not contain the "name" attriubte type.


> LDAP Studio 1.1.0 shows non existing attribute "name" when accessing eDirectory 8.8
> -----------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-348
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-348
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-ldapbrowser
>    Affects Versions: 1.1.0
>         Environment: LDAP Studio 1.1.0 on Windows, eDirectory 8.8.2
>            Reporter: Patrick
>            Priority: Critical
>         Attachments: Organization.jpg
>
>
> LDAP Studio 1.1.0 shows non existing attribute "name" when accessing eDirectory 8.8 on every entry. The value of this attribute is always equal to cn. Attribute "name" is not a valid LDAP attribute in the eDirectory schema.
> Attribute can not be deleted or modified:
> Error while modifying value
> [LDAP: error code 17 - Undefined Attribute Type]
>   [LDAP: error code 17 - Undefined Attribute Type]
> Object copy with "Copy Entry/DN" fails with the same error.
> This wasn't the case with eDirectory 8.7.3. 

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