From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 27 20:56:00 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C5216A4CE for ; Wed, 27 Apr 2005 20:56:00 +0000 (GMT) Received: from mx1.z-axis.com (mx1.z-axis.com [66.77.193.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32E743D49 for ; Wed, 27 Apr 2005 20:55:57 +0000 (GMT) (envelope-from justin@z-axis.com) Received: (qmail 96947 invoked by uid 89); 27 Apr 2005 20:55:57 -0000 Received: from unknown (HELO ?127.0.0.1?) (justin@10.140.4.32) by mx1.z-axis.com with SMTP; 27 Apr 2005 20:55:57 -0000 Message-ID: <426FFC58.6010307@z-axis.com> Date: Wed, 27 Apr 2005 13:55:52 -0700 From: Justin Bennett Organization: Z-Axis, Ltd. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Hackers X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Two password prompts with 'su' X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 20:56:00 -0000 All, Recently my machine (FreeBSD) started showing 2 password prompts when using su. The first password seems to suffice, then hitting 'enter' on the second one lets me in. Any ideas what is going on? While I was writing this, it occurred to me that it may have something to do with Winbindd and nsswitch.conf.(?) ### Contents of nsswitch.conf ### passwd: files winbind group: files winbind ### End ### Thanks, Justin