From dev-return-6983-apmail-continuum-dev-archive=continuum.apache.org@continuum.apache.org Thu May 29 17:36:44 2008 Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 15860 invoked from network); 29 May 2008 17:36:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 17:36:43 -0000 Received: (qmail 15459 invoked by uid 500); 29 May 2008 17:36:46 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 15317 invoked by uid 500); 29 May 2008 17:36:45 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 15306 invoked by uid 99); 29 May 2008 17:36:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 10:36:45 -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 (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 209.85.198.242 as permitted sender) Received: from [209.85.198.242] (HELO rv-out-0708.google.com) (209.85.198.242) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 17:35:58 +0000 Received: by rv-out-0708.google.com with SMTP id f25so3917292rvb.50 for ; Thu, 29 May 2008 10:36:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=AM5GE4kTZyVN/gNetT3ffEpLaL1N7jS5vcxoPbT06SM=; b=KhyMZGCD45l1medFBZr7qi314vAxuMe4pONvZsPB3eofQ3k/Y8WzgyG5U+LySLX5QS0PJYbWlS+vCtqrK1wftEhDcCt838Uo6W8SRE2JVEGyLXfR2WPO/pfI2FrUa/wyeg2ohJtpKSJNo4HLX3XBXXLdtQUd2xOvQtOoRKiv4Pc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=QXdOz91uMsZSyNi5gpTHEvF8RuAGHrsTWKJvrhJXCgn3Mqzy5Thx7t3id1uoGcoXE4cc0MB8dGDZBUksi0Y0/lkZrI936bUTxvuDHwW6geNUk6OY+DyE20Axsf+iP5FHh09/tNi7Cg27LsuSkWBmb0JWcn4TebfooHpHoJe3Kc4= Received: by 10.141.132.8 with SMTP id j8mr168830rvn.141.1212082574789; Thu, 29 May 2008 10:36:14 -0700 (PDT) Received: by 10.70.126.6 with HTTP; Thu, 29 May 2008 10:36:14 -0700 (PDT) Message-ID: Date: Thu, 29 May 2008 19:36:14 +0200 From: "Emmanuel Venisse" To: dev@continuum.apache.org Subject: LDAP integration MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14363_860923.1212082574618" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14363_860923.1212082574618 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Today I worked on LDAP support that wasn't totally good. The Members page was dependant on the number of users in the users repository (ldap or db) so with lot of users (I have more than 3000 users in my ldap), it was very very slow. Now, the members page appear in less than 1 second :) and the ldap conf is very easy to do, but I'll simplify more to share all parameters between all apps installed in the appserver. Emmanuel ------=_Part_14363_860923.1212082574618--