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 2009/10/23 11:49:59 UTC

[jira] Resolved: (DIRSTUDIO-371) Entries with a ref attribute should be shown N times in the browser (N = number of ref values)

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

Stefan Seelmann resolved DIRSTUDIO-371.
---------------------------------------

    Resolution: Fixed

There are two modes in 1.5.0:

"Follow referrals manually": This does what you requested. All URLs provided in each referral (search continuation) are displayed in the tree. The user could decide which URL s/he wants to follow. If the referral objects below are injected into the server then all three URLs are displayed in the tree.

"Follow referrals automatically": Here we choose the first URL of each referral (search continuation). Regarding to RFC 3296 all URLs of one referral object should be equivalent, so it makes no sense to follow them all. If the referral objects below are injected into the server then only ldap:///cn=a and ldap:///cn=b are displayed.



dn: cn=ref1
ref: ldap:///cn=a
ref: ldap:///cn=b
...

dn: cn=ref2
ref: ldap:///cn=c
...


> Entries with a ref  attribute should be shown N times in the browser (N = number of ref values)
> -----------------------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-371
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-371
>             Project: Directory Studio
>          Issue Type: Improvement
>    Affects Versions: 1.2.0
>            Reporter: Emmanuel Lecharny
>            Assignee: Stefan Seelmann
>             Fix For: 1.5.0
>
>         Attachments: ldapbrowser-ldif-referral.png, ldif-referal.txt
>
>
> When creating an entry with some ref attribute, it should be shown as N entries, if we have N different ref values, as each referal represent an entry on another server (the 'follow' flag should be selected on the connection preference).
> This is what does LdapBrowser.
> Here is an exemple of entry, attached, and the ldapbrowser snapshot

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