Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 796 invoked from network); 8 Apr 2007 23:34:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2007 23:34:08 -0000 Received: (qmail 73428 invoked by uid 500); 8 Apr 2007 23:34:14 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 73385 invoked by uid 500); 8 Apr 2007 23:34:14 -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 73374 invoked by uid 99); 8 Apr 2007 23:34:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2007 16:34:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of enriquer9@gmail.com designates 66.249.82.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2007 16:34:07 -0700 Received: by wx-out-0506.google.com with SMTP id h31so1353579wxd for ; Sun, 08 Apr 2007 16:33:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ahP+zYRiq2iarJpiga82X7LMNxDfHWIWy7ychQbLyEAeNHmsa4DhAg4q0RMGssSPydnGvHkuM2l9fkqV05W2F7Npjsou6oBJxGNI8WFiOGdIxUl5Ip3qDkFskOBbYVcn4fxUf6q6p5Jj7oYuLgsOngcf6B2a5Ahtrm6ybFs/Ml0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WeKTsFOBk5dRTq+7KpvBtQfIhrNPq8xbtKGAK5Vkaka8521TwCLaxgcIdz3CtH68iz0OeG/iMaEkO2jjefyciduGeNb0EtVv24XC1L5kCmjjeOJgrpC14f5Kb2SlTqW3cNTmB1OXEdl0RbeC6bMDa80AU1Gr+WtuhUuTyfouC7I= Received: by 10.115.46.9 with SMTP id y9mr2084550waj.1176075226246; Sun, 08 Apr 2007 16:33:46 -0700 (PDT) Received: by 10.115.111.11 with HTTP; Sun, 8 Apr 2007 16:33:46 -0700 (PDT) Message-ID: <568753d90704081633v2d70f244u9fa6baab0a04861a@mail.gmail.com> Date: Sun, 8 Apr 2007 16:33:46 -0700 From: "Enrique Rodriguez" Reply-To: erodriguez@apache.org To: "Apache Directory Developers List" Subject: Re: [SASL] Authentication Level = Strong In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <568753d90704072018w6d64e976n9f1c455a85714a57@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 4/8/07, Ersin Er wrote: > Hi Enrique, > > This is great news! Is there any test cases that we can build some ACI > tests on top of? (I did not see it in your last commit but maybe I > missed it in your previous commits.) >From previous commits I have SaslBindTest and SaslGssapiTest, both in server-unit. Enrique