Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 18740 invoked from network); 29 Apr 2005 19:32:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 19:32:08 -0000 Received: (qmail 49817 invoked by uid 500); 29 Apr 2005 19:33:12 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 49719 invoked by uid 500); 29 Apr 2005 19:33:11 -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 49662 invoked by uid 99); 29 Apr 2005 19:33:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from lakermmtao09.cox.net (HELO lakermmtao09.cox.net) (68.230.240.30) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Apr 2005 12:33:10 -0700 Received: from [192.168.1.3] (really [68.0.219.149]) by lakermmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050429193146.GRLI6804.lakermmtao09.cox.net@[192.168.1.3]> for ; Fri, 29 Apr 2005 15:31:46 -0400 Message-ID: <42728B9E.3080801@apache.org> Date: Fri, 29 Apr 2005 15:31:42 -0400 From: Enrique Rodriguez User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Getting my mina handler to work with ldap 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 Robert Haycock wrote: > Hi Enrique, > > Could you point me at that submission you mentioned, I can't find it on > JIRA. I'm either blind or stupid (probably the latter, or both). Hmmm, neither. It doesn't want to show up in the 'All' Preset Filter or under any of the Component or Version listings, but it's there. I had to dig the JIRA post out of the mail archive to figure out the issue number: http://issues.apache.org/jira/browse/DIR-111 JIRA was down a little after this; I wonder if it's related. Anyway, I haven't looked at those contributions. We'll get to them after 0.9. -enrique > > Rob. > > -----Original Message----- > From: Enrique Rodriguez [mailto:erodriguez@apache.org] > Sent: 28 April 2005 20:21 > To: Apache Directory Developers List > Subject: Re: Getting my mina handler to work with ldap > > What does your handler look like? If you start ServerContextFactory it > starts a MINA registry and the LDAP wire protocol. To more control what > gets started, and combine them properly, you'll want to use > CoreContextFactory, with is the ApacheDS backing store without MINA, > LDAP, or Kerberos. From CCF, which implements InitialContextFactory, > you can get an LdapContext and use that to look up keys using the JNDI > API. Then you can start a MINA ServiceRegistry and the LDAP wire > protocol and work to get SASL/GSSAPI in there. > > So, I was picturing SASL/GSSAPI as a MINA filter, along the lines of: > org.apache.mina.io.filter.SSLFilter and supporting classes. > > I'd also take a look at the recent JIRA submission on combining LDAP and > SSL ... but it doesn't appear to be working for me. > > -enrique