Return-Path: X-Original-To: apmail-archiva-dev-archive@www.apache.org Delivered-To: apmail-archiva-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05E77871B for ; Wed, 24 Aug 2011 12:58:11 +0000 (UTC) Received: (qmail 93152 invoked by uid 500); 24 Aug 2011 12:58:10 -0000 Delivered-To: apmail-archiva-dev-archive@archiva.apache.org Received: (qmail 93076 invoked by uid 500); 24 Aug 2011 12:58:09 -0000 Mailing-List: contact dev-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list dev@archiva.apache.org Received: (qmail 93068 invoked by uid 99); 24 Aug 2011 12:58:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 12:58:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.214.42 as permitted sender) Received: from [209.85.214.42] (HELO mail-bw0-f42.google.com) (209.85.214.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 12:58:03 +0000 Received: by bkd19 with SMTP id 19so967290bkd.15 for ; Wed, 24 Aug 2011 05:57:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=277CI3ESljw0EbfAigLiTRwbERh94uQwjIuxFIgpPIE=; b=FhJPNB2BiSaCI0R2vfg4JfswEN3xgix0UWCv08FKOPdrKJz/xo+sc5OlQ/t/lCaJTB +yHP/qYANFVKBcs5tpOLOQtux4ofe/tTbOLRo869PxfsV0fH2Wf8y01/lr/AsWW5oR6d xXRVUYop9tO0IS1MIPAqnNyZO6q9O8cPfYOc0= Received: by 10.204.133.23 with SMTP id d23mr2024448bkt.241.1314190661270; Wed, 24 Aug 2011 05:57:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.39.131 with HTTP; Wed, 24 Aug 2011 05:57:21 -0700 (PDT) In-Reply-To: References: From: Wendy Smoak Date: Wed, 24 Aug 2011 08:57:21 -0400 Message-ID: Subject: Re: Archiva issue with LDAP (MRM-1488) To: dev@archiva.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Aug 24, 2011 at 2:45 AM, Deng Ching wrote: > We're planning to use EhCache for this so we can also set a TTL > (time-to-live) for the cached objects. A password change done from the > webapp would flush the user in the cache. If you're using LDAP, would users be doing password changes from the webapp? Making that TTL configurable by the admin would be good, then they can trade off between extra calls to LDAP and 'how come my new password doesn't work?'. -- Wendy