From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 9D57C385842A for ; Mon, 8 Apr 2024 16:20:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9D57C385842A Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9D57C385842A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=96.126.110.187 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712593251; cv=none; b=D8jqlWHotsYTuFjx5I4HDhAA3aLIHSd4RcwWeV72tHgjEgbF4V+/smtOav8J3K4Uj9q3py1WLANjBlEJJhUYE/Zlus9WIwtn8/BVJh3MSsfMiyOfsNKCW2Vrbkx9a9eTwB75VxAw9c5knadid9ULpnsUv/R7JVi7tpoYx2L1BPA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712593251; c=relaxed/simple; bh=VIe/KljsAaeUouNaHZYTrzDwrNhClxOKFS6163dnSiI=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=KimKfwMcs44F/g8oHDlqAMugLvGGjojoo6x0e1vs3ipoXmJ9lUdkOU4VzciTaZH/E64UR3kMlqdkkOXjsgiEs+V5hlX7wA9/qhg/FXtqUay7nJVOBqlrkPniElFsbX4TxMNr5YtAnD5NYesDp7dLNseIWARel2FzLHzIWPkfrcU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=VIe/KljsAaeUouNaHZYTrzDwrNhClxOKFS6163dnSiI=; b=T3UqMj1kXYnuLho/YBQ7SZupWP pmI0J0OXXE/XwrASE+NYvLGbRiAxuzf+Z4Ag7A8l7IoaLOnnODMgPBKot0fWfRbQN2fMTI+/2T2Ro 9ADJwhCAGN5yxhqTf5jKiaqIgh7NVaQqp9CXJsghGkc73eCu/9cofDJuORL8CyWW9MdACpr7qLnQA CeGbGgAPKlP0QQzzwzYmEFNxpZSJzvMR44QG2R5CbvBMcsmCDjqBhxQSH4t6PPFWjI56EFLFV9cf1 mV2arG/5Vi82l34tlVlpGSfXCH/Yv1Uj13KpKYdQVekUVxl2eU/me7j3DbtOLRfYEMeqh23pqnd3S QXx+g/Hg==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1rtrjj-000000008AP-0GGF; Mon, 08 Apr 2024 16:20:47 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.97.1) (envelope-from ) id 1rtrji-00000000CN3-34zQ; Mon, 08 Apr 2024 12:20:46 -0400 Received: from fche by very.elastic.org with local (Exim 4.97.1) (envelope-from ) id 1rtrji-00000000bNd-2pip; Mon, 08 Apr 2024 12:20:46 -0400 Date: Mon, 8 Apr 2024 12:20:46 -0400 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: "Frank Ch. Eigler via Overseers" Subject: Re: aging inactive users Message-ID: References: <20240407222953.GT1292@gnu.wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240407222953.GT1292@gnu.wildebeest.org> X-Sender-Verification: "" X-Spam-Status: No, score=-102.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - > [...] > I assume that this means the email forward will keep working and that > an id will never be reused? Yes. > [...] > So "normal" accounts would expire after one year of inactivity. > "admin" accounts would expire after 6 months of inactivity. Yes. > Users will get an email that is about to happen, giving them an > oppertunity to activate their account (in say 2 weeks?). Would a > simple "alive" be enough or do we require an actual push of a commit? Any ssh login would be enough, i.e., even a git clone over ssh:, to demonstrate he or she is still in control of the ssh keys. > I would propose to then run this process every quarter (3 months). Sure. - FChE