Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 3690 invoked from network); 20 Mar 2007 22:30:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 22:30:53 -0000 Received: (qmail 68821 invoked by uid 500); 20 Mar 2007 22:31:01 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 68791 invoked by uid 500); 20 Mar 2007 22:31:01 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 68776 invoked by uid 99); 20 Mar 2007 22:31:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 15:31:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 15:30:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B0B1714073 for ; Tue, 20 Mar 2007 15:30:32 -0700 (PDT) Message-ID: <27666570.1174429832434.JavaMail.jira@brutus> Date: Tue, 20 Mar 2007 15:30:32 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-676) Provide a method for gathering a handle on root DSE on behalf of any principal In-Reply-To: <886035.1153215494045.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482568 ] Emmanuel Lecharny commented on DIRSERVER-676: --------------------------------------------- Ersin, can we postpone this issue to 1.5.1 ? > 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 > Reporter: Ersin Er > Assigned To: Alex Karasulu > Fix For: 1.5.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. - You can reply to this email to add a comment to the issue online.