Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 5798 invoked from network); 15 Mar 2007 21:00:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 21:00:21 -0000 Received: (qmail 48315 invoked by uid 500); 15 Mar 2007 21:00:28 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 48281 invoked by uid 500); 15 Mar 2007 21:00:28 -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 48270 invoked by uid 99); 15 Mar 2007 21:00:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 14:00:28 -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.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 14:00:17 -0700 Received: by wx-out-0506.google.com with SMTP id h31so337996wxd for ; Thu, 15 Mar 2007 13:59:56 -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=F9V3ibMrOztPXEDong0jZjqfwOqejekO5JK8zIi5sEdoPzN4KsRS1oVQYJdeV3cfs4QPx5psPIyhrbezyTOn2GXr/+Hyeh3ofbX3AXzTc7hy8sKSBPi/BU+U0Cz7hNbTsTRp2+75BaUa44w7Wu85B4YRF3dXqVMZawzJWI6dmF0= 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=T5a/9LPB2zvMOswHQ4kxbNO/zsvOB9YtiT73dfMFItt9kZUorzLgKAc+ccI+hdj5Lhqy9fuco0LQb1djyV/eTyQ9RnQNiqom++GRpznVv1O4fxHYbzzDiJNEEHi+WQopN3MsZjTh/OUvGHRk1j6M2g2CQLpQ9BgwhMXSQFAEtk0= Received: by 10.114.127.1 with SMTP id z1mr433329wac.1173991995275; Thu, 15 Mar 2007 13:53:15 -0700 (PDT) Received: by 10.114.74.7 with HTTP; Thu, 15 Mar 2007 13:53:15 -0700 (PDT) Message-ID: <568753d90703151353h9d1b30bob233b479648792bc@mail.gmail.com> Date: Thu, 15 Mar 2007 13:53:15 -0700 From: "Enrique Rodriguez" Reply-To: erodriguez@apache.org To: "Apache Directory Developers List" Subject: Re: [SASL] SASL configuration 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: <568753d90703121820n76021567m551e604a1f6031c7@mail.gmail.com> <568753d90703151328y21056adar3a5b94990e61ffa7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/15/07, Emmanuel Lecharny wrote: > ... > Sorry that we have to live with what we have for a little while... But it > also prove that we have reached a critical size : it starts to become > complicated to change things :) Sounds good. Our old OSGi build used config in the DIT and the OSGi Config Admin service to dynamically "inject" that config into a service, such as Kerberos, when it came online. I'm totally fine with living with what we have to get SASL out the door. And with Spring XML, you can have 2 (or more) beans in one XML file (we do that already). The one place in the current code where everything comes together is still the ServerContextFactory. Enrique