From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 23:39:37 2005 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 3C0C016A4CE for ; Fri, 14 Jan 2005 23:39:37 +0000 (GMT) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DA143D39 for ; Fri, 14 Jan 2005 23:39:36 +0000 (GMT) (envelope-from smurphy@calarts.edu) Received: from [172.24.24.105] (rfc1918-address.calarts.edu [172.24.24.105] (may be forged)) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id j0ENdYw19575 for ; Fri, 14 Jan 2005 15:39:34 -0800 (PST) Message-ID: <41E85835.6030705@calarts.edu> Date: Fri, 14 Jan 2005 15:39:33 -0800 From: Sean Murphy User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: passwd logging 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: Fri, 14 Jan 2005 23:39:37 -0000 I want to start logging to a file any succseses or failures when a user envokes the passwd command. I came across editing the pam.conf file but I don't know what to add. Can anyone help?