From dev-return-20021-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Jul 09 21:28:19 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 74444 invoked from network); 9 Jul 2007 21:28:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2007 21:28:17 -0000 Received: (qmail 99953 invoked by uid 500); 9 Jul 2007 21:28:19 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 99916 invoked by uid 500); 9 Jul 2007 21:28:19 -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 99900 invoked by uid 99); 9 Jul 2007 21:28:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 14:28:19 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of akarasulu@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 14:28:14 -0700 Received: by wr-out-0506.google.com with SMTP id i30so516911wra for ; Mon, 09 Jul 2007 14:27:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=i4BRBQD+1nJc/ACvB5WjBsWDz3+YcI5YKxflgNP3hTzPw3BZE04XFICKhMj/HOv7bavHiUVwFz/dvxZ2vXnXs4iZsPfPWX7zlnVC981zCxYgykczMiySFaajewZJC7u8aCAdmTE59cdWWAkK1w3igOdOA/ErqMVjmvruc/PGQso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=LhQJyC2Bv7G+aXlpjJ1RzBM+uRz6+K72dODaUUwp0sHkvLphRvS8nHaoc8bmKAfDjBeRUVOSozgtgpOxPOmKJtTYgYQrw2Z7jw4OQfdHDKUnCATg1GF3UOzuvo6Gj2U2laPmC6DtsUCLKV5+DGp47T3S0nI+jcMzInjApnE4A04= Received: by 10.142.76.4 with SMTP id y4mr262759wfa.1184016473214; Mon, 09 Jul 2007 14:27:53 -0700 (PDT) Received: by 10.142.77.21 with HTTP; Mon, 9 Jul 2007 14:27:53 -0700 (PDT) Message-ID: Date: Mon, 9 Jul 2007 17:27:53 -0400 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" , erodriguez@apache.org Subject: Re: Kerberos implementation questions In-Reply-To: <568753d90707091325i67642390v897ffd23c3d8eb84@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_164986_13190145.1184016473189" References: <568753d90707020139p313d1803v4f112b8861ef039c@mail.gmail.com> <568753d90707091325i67642390v897ffd23c3d8eb84@mail.gmail.com> X-Google-Sender-Auth: 983dca5097821f65 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_164986_13190145.1184016473189 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/9/07, Enrique Rodriguez wrote: > > > I have integration tests I would like to add to server-unit. But it > requires adding a dep for kerberos-clients to server-unit, since the > tests use the new client. If this is acceptable, I will add the dep > and commit a new test class. > > This dep will also set us up for a new SASL GSSAPI bind integration > test and some tests for Change Password, as well. The dep is just fine especially if you make the dep have test scope. Alex ------=_Part_164986_13190145.1184016473189 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On 7/9/07, Enrique Rodriguez <enriquer9@gmail.com> wrote:

I have integration tests I would like to add to server-unit.  But it
requires adding a dep for kerberos-clients to server-unit, since the
tests use the new client.  If this is acceptable, I will add the dep
and commit a new test class.

This dep will also set us up for a new SASL GSSAPI bind integration
test and some tests for Change Password, as well.

The dep is just fine especially if you make the dep have test scope. 

Alex
------=_Part_164986_13190145.1184016473189--