[ http://issues.apache.org/jira/browse/DIRSERVER-676?page=all ]

Ersin Er updated DIRSERVER-676:
-------------------------------

    Assignee: Alex Karasulu

> Provide a method for gathering a handle on root DSE on behalf of any principal
> ------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-676
>                 URL: http://issues.apache.org/jira/browse/DIRSERVER-676
>             Project: Directory ApacheDS
>          Issue Type: New Feature
>          Components: core
>            Reporter: Ersin Er
>         Assigned To: Alex Karasulu
>             Fix For: 1.1.0
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to