From dev-return-5816-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sat May 07 12:24:28 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 9182 invoked from network); 7 May 2005 12:24:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2005 12:24:27 -0000 Received: (qmail 38669 invoked by uid 500); 7 May 2005 12:27:21 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 38619 invoked by uid 500); 7 May 2005 12:27: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 38605 invoked by uid 99); 7 May 2005 12:27:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of vinod.p@gmail.com designates 64.233.184.197 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 07 May 2005 05:27:20 -0700 Received: by wproxy.gmail.com with SMTP id 55so1882763wri for ; Sat, 07 May 2005 05:24:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IO2+SmfwoPQh2cruYCKoiec8TJ+2NFuPqJJvEY7QhfGHVpemuEIIPvLciE7xVEzxycskyFnPF8XcOU2EIGf1+K4QyKDYf0aFkbRhhOupW2Z3gMxlEuFndZ633v6ugsn1I29QOEn+42pywlmIaMEOyxD/ztr2Q7o1VBEZUuijr9g= Received: by 10.54.125.17 with SMTP id x17mr1369020wrc; Sat, 07 May 2005 05:24:23 -0700 (PDT) Received: by 10.54.28.21 with HTTP; Sat, 7 May 2005 05:24:23 -0700 (PDT) Message-ID: Date: Sat, 7 May 2005 17:54:23 +0530 From: Vinod Panicker Reply-To: Vinod Panicker To: Apache Directory Developers List , Trustin Lee Subject: Re: TLS + SASL external and ACLs. In-Reply-To: <768dcb2e05050608383eb0a6a6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42789086.1090107@wanadoo.fr> <4278C62B.9020609@bellsouth.net> <028f55ed4246dec15110f047688c31ae@pegacat.com> <427B7901.10006@wanadoo.fr> <427B7994.2090008@bozemanpass.com> <768dcb2e05050608383eb0a6a6@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, On 5/6/05, Trustin Lee wrote: > 2005/5/6, David Boreham : > > Tony Blanchard wrote: > > --snip-- >=20 > We didn't implement StartTLS yet. I think we can't make it in 0.7 > release, but we'll provide most common filters at least in 0.8. >=20 Trustin, wouldnt StartTLS be a part of the LDAP protocol impl rather than a MINA filter? I'm talking abt the command impl, not the actual TLS handshake/encryption/decryption. For this we already have the SSLFilter. Regards, Vinod.