From owner-freebsd-arch@freebsd.org Tue Dec 8 12:31:52 2020 Return-Path: Delivered-To: freebsd-arch@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 60CBA47DDBE for ; Tue, 8 Dec 2020 12:31:52 +0000 (UTC) (envelope-from lars.engels@0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cr0133rCwz3mwZ for ; Tue, 8 Dec 2020 12:31:51 +0000 (UTC) (envelope-from lars.engels@0x20.net) Received: from 0x20.net (webs.0x20.net [46.251.251.54]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id BA084151182 for ; Tue, 8 Dec 2020 13:31:42 +0100 (CET) MIME-Version: 1.0 Date: Tue, 08 Dec 2020 13:31:42 +0100 From: Lars Engels To: freebsd-arch@freebsd.org Subject: Re: pam_tally2 In-Reply-To: <202012071731.0B7HVnkA003051@slippy.cwsent.com> References: <202012071731.0B7HVnkA003051@slippy.cwsent.com> User-Agent: Roundcube Webmail/1.4.9 Message-ID: X-Sender: lars.engels@0x20.net Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cr0133rCwz3mwZ X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of lars.engels@0x20.net designates 46.251.251.56 as permitted sender) smtp.mailfrom=lars.engels@0x20.net X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[46.251.251.56:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:46.251.251.56]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arch@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[46.251.251.56:from:127.0.2.255]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_NA(0.00)[0x20.net]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:31400, ipnet:46.251.251.0/24, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-arch] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2020 12:31:52 -0000 Am 2020-12-07 18:31, schrieb Cy Schubert: > How much interest would there be in the FreeBSD community for a > pam_tally2-like facility for FreebSD? > > Not that I'm volunteering to do this right here and now, I have enough > projects on the go at the moment but it's something I've been thinking > about over the last couple of years. I would actually use this. We already do on Linux and the functionality is missing on FreeBSD so far.