From owner-freebsd-questions@FreeBSD.ORG Wed Aug 6 13:13:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC78537B401 for ; Wed, 6 Aug 2003 13:13:40 -0700 (PDT) Received: from server.internal.m87-blackhole.org (12-233-120-73.client.attbi.com [12.233.120.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B7C43F85 for ; Wed, 6 Aug 2003 13:13:40 -0700 (PDT) (envelope-from mcarlson@m87-blackhole.org) Received: from 12-233-120-73.client.attbi.com (12-233-120-73.client.attbi.com [12.233.120.73])h76KBGIW016600 for ; Wed, 6 Aug 2003 13:11:16 -0700 (PDT) (envelope-from mcarlson@m87-blackhole.org) Date: Wed, 6 Aug 2003 13:11:16 -0700 (PDT) From: Michael Carlson X-X-Sender: mcarlson@server.internal.m87-blackhole.org To: freebsd-questions@freebsd.org Message-ID: <20030806130814.B16596@server.internal.m87-blackhole.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: locking out user accounts after 3 login failures... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 20:13:41 -0000 My work requires mutliple user systems to automatically lock out a user account after 3 login authentication failures. I am running 5.1 and I have not seen anything like this in PAM or login.conf (though the is the login-backoff option, but thats not exactly what I want). Any way to do this? Thanks Mike C