You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2019/06/14 11:14:00 UTC

[jira] [Updated] (DIRSERVER-1497) We need to support DSA referrals

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

Emmanuel Lecharny updated DIRSERVER-1497:
-----------------------------------------
    Component/s: ldap

> We need to support DSA referrals
> --------------------------------
>
>                 Key: DIRSERVER-1497
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1497
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>          Components: ldap
>    Affects Versions: 1.5.7
>            Reporter: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> Atm, we just support 'smart' referrals (ie, referrals handled in entries), we don't support DSA referrals (or suffix referrals).
> This is a must have : we should be able to redirect all request to another server if the requested DN does not exist in the local DIT, or we should be able to do the same thing if the current server is in maintenance mode.
> This kind of referral must be configured globally, and handled globally. We can add a referral with each suffix, plus a global one. 
> For instance, a global referral can be set this way :
>   <defaultDirectoryService id="directoryService" instanceId="default"
>                            referral="ldap://remote.server:389"
>                            referralActivated="false"
>                            ...
> so that if we change the flag to TRUE, any request will be redirected to the remote server.
> For the suffix referral, we can do that :
>       <jdbmPartition id="example" 
>                                  suffix="dc=example,dc=com"
>                                  referral="ldap://example.com:489"...>
> then any request done on dc=example,dc=com will be redirected on the example.com server.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org