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/08/18 04:46:31 UTC

[jira] Updated: (DIRSERVER-676) Provide a method for gathering a handle on root DSE on behalf of any principal

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

Alex Karasulu updated DIRSERVER-676:
------------------------------------

        Fix Version/s:     (was: 1.5.1)
                       1.5.2
    Affects Version/s: 1.5.1
                       1.5.0

> Provide a method for gathering a handle on root DSE on behalf of any principal
> ------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-676
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-676
>             Project: Directory ApacheDS
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 1.5.1, 1.5.0
>            Reporter: Ersin Er
>            Assignee: Alex Karasulu
>             Fix For: 1.5.2
>
>
> We are currently able to get a handle on root DSE for the active principal invoking the operation. Here is a code snippet for that:
>    ( ServerLdapContext ) ( ( ServerLdapContext ) invocation.getCaller() ).getRootContext();
> However we need to get handle on root DSE for any principal also; maybe something like this:
>    ( ServerLdapContext ) ( ( ServerLdapContext ) invocation.getCaller() ).getRootContextFor( userDn );
> This will allow us to run Triggers with creators' credentials.

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