Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 92051 invoked from network); 6 May 2005 13:52:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 May 2005 13:52:43 -0000 Received: (qmail 46076 invoked by uid 500); 6 May 2005 13:52:21 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 46026 invoked by uid 500); 6 May 2005 13:52:20 -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 45910 invoked by uid 99); 6 May 2005 13:52:18 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of aok123@bellsouth.net designates 205.152.59.66 as permitted sender) Received: from imf18aec.mail.bellsouth.net (HELO imf18aec.mail.bellsouth.net) (205.152.59.66) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 06 May 2005 06:52:18 -0700 Received: from [172.16.1.7] ([65.80.200.112]) by imf18aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20050506134926.GMDM2152.imf18aec.mail.bellsouth.net@[172.16.1.7]> for ; Fri, 6 May 2005 09:49:26 -0400 Message-ID: <427B75E6.8080607@bellsouth.net> Date: Fri, 06 May 2005 09:49:26 -0400 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [server] Problem writing my own authenticator References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N christian.huebert@lhsystems.com wrote: >Hi everyone, > >I'm trying to write my own authenticator and I'm following your example in Wiki. >I'd like to use my own Package for this, but when I would like to return the principal: > >return new LdapPrincipal( principalDn ); > >I experience the problem, that I cannot access this constructor. Are there any plans, to create an instance of this class from outside the package? > > Christian I think we just changed this to accomodate your problem. We will try to release 0.9 before next week if possible to get this out to folks like yourself. I think this release has been held back too long. Alex