You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2007/04/21 17:42:15 UTC

[jira] Created: (DIRSTUDIO-85) Add support for search dialog to include * and + for returnable attributes

Add support for search dialog to include * and + for returnable attributes
--------------------------------------------------------------------------

                 Key: DIRSTUDIO-85
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-85
             Project: Directory LDAP Studio
          Issue Type: New Feature
          Components: ldapstudio-browser
    Affects Versions: 0.7.0, 0.6.0
            Reporter: Alex Karasulu


In search you can ask for all operaional attributes with a + or for all user attributes with a *.  
Would be nice to specify this in the search dialog for LS in the future.  I did not specify a
fix version since this is up to those implementing it and this is not an absolutely critical feature
to have although it would be very nice.

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


[jira] Commented: (DIRSTUDIO-85) Add support for search dialog to include * and + for returnable attributes

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490641 ] 

Stefan Seelmann commented on DIRSTUDIO-85:
------------------------------------------

The specified attributes are used as columns in the search result editor. When specifying + or * then we have to calculate the displayed columns dynamically by fetching all attribute types from all search result entries. There could be a large number of displayed columns so we have to enable horizontal scrolling for the search result editor.

When we change the attribute selection we could also add the "Requesting Attributes by Object Class" extension (http://rfc.net/rfc4529.html). Then you could just request "@person" to get all attributes of objectclass person.


> Add support for search dialog to include * and + for returnable attributes
> --------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-85
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-85
>             Project: Directory LDAP Studio
>          Issue Type: New Feature
>          Components: ldapstudio-browser
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Alex Karasulu
>
> In search you can ask for all operaional attributes with a + or for all user attributes with a *.  
> Would be nice to specify this in the search dialog for LS in the future.  I did not specify a
> fix version since this is up to those implementing it and this is not an absolutely critical feature
> to have although it would be very nice.

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


[jira] Closed: (DIRSTUDIO-85) Add support for search dialog to include * and + for returnable attributes

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

Pierre-Arnaud Marcelot closed DIRSTUDIO-85.
-------------------------------------------


> Add support for search dialog to include * and + for returnable attributes
> --------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-85
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-85
>             Project: Directory Studio
>          Issue Type: New Feature
>          Components: studio-ldapbrowser
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Alex Karasulu
>            Assignee: Stefan Seelmann
>             Fix For: 1.3.0
>
>
> In search you can ask for all operaional attributes with a + or for all user attributes with a *.  
> Would be nice to specify this in the search dialog for LS in the future.  I did not specify a
> fix version since this is up to those implementing it and this is not an absolutely critical feature
> to have although it would be very nice.

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


[jira] Resolved: (DIRSTUDIO-85) Add support for search dialog to include * and + for returnable attributes

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

Stefan Seelmann resolved DIRSTUDIO-85.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0
         Assignee: Stefan Seelmann

Added support for + and *. Also added support for RFC 4529 "Requesting Attributes by Object Class"

Fixed here:
  http://svn.apache.org/viewvc?rev=689675&view=rev


> Add support for search dialog to include * and + for returnable attributes
> --------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-85
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-85
>             Project: Directory Studio
>          Issue Type: New Feature
>          Components: studio-ldapbrowser
>    Affects Versions: 0.6.0, 0.7.0
>            Reporter: Alex Karasulu
>            Assignee: Stefan Seelmann
>             Fix For: 1.3.0
>
>
> In search you can ask for all operaional attributes with a + or for all user attributes with a *.  
> Would be nice to specify this in the search dialog for LS in the future.  I did not specify a
> fix version since this is up to those implementing it and this is not an absolutely critical feature
> to have although it would be very nice.

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