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 2009/10/03 22:14:23 UTC

[jira] Commented: (DIRSTUDIO-434) add value editor for Active Directory objectGUID attributes

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

Stefan Zoerner commented on DIRSTUDIO-434:
------------------------------------------

I recommend to add objectGUID and objectSid to the default list of binary attributes. After that, the ugly "Invalid data" message does not show up. Instead, the value in the browser states "Binary Data (16 Bytes)".

Implementing an appropriate value editor would be the second step.


> add value editor for Active Directory objectGUID attributes
> -----------------------------------------------------------
>
>                 Key: DIRSTUDIO-434
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-434
>             Project: Directory Studio
>          Issue Type: New Feature
>          Components: studio-ldapbrowser
>    Affects Versions: 1.2.0
>            Reporter: Marius Scurtescu
>
> When viewing an Active Directory entry objectGUID attributes are not displayed, and it is also not possible to edit them. Same for objectSid, both have the same syntax OID. The entry editor just shows "Invalid Data" for them.
> The attributes have binary values. They could be displayed either in hex format (and the hex format can be used in searches as well, with a backslash in front of every two hex digits), or using the preferred Microsoft format, which is just the hex format shuffled and delimited with dashes.
> Here are a couple of articles that show how to convert from hex to the Microsoft format:
> http://forums.sun.com/thread.jspa?threadID=646111
> http://blog.joeware.net/2008/05/03/1230/
> (I found this in version 1.3, but this is not listed as a released version)

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