From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 15:15:42 2005 Return-Path: X-Original-To: questions@freebsd.org 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 4DF5C16A41F for ; Thu, 20 Oct 2005 15:15:42 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD07143D62 for ; Thu, 20 Oct 2005 15:15:38 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 69799 invoked by uid 1002); 20 Oct 2005 15:15:36 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 4.091797 secs); 20 Oct 2005 15:15:36 -0000 Received: from unknown (HELO fuze) (209.167.16.15) by pearl.ibctech.ca with SMTP; 20 Oct 2005 15:15:32 -0000 From: "Steve Bertrand" To: "'FreeBSD Questions'" Date: Thu, 20 Oct 2005 11:17:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcXViWkBQvRoFkN4Sbes7wNkv9/9ug== X-Qmail-Scanner-Message-ID: <112982133267569779@pearl.ibctech.ca> Message-Id: <20051020151538.CD07143D62@mx1.FreeBSD.org> Cc: Subject: Pam auth X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 15:15:42 -0000 Hello all, My brother-in-law runs his own business, and his IT guy has recently left, leaving no passwords or anything. The entire network is a complete mickey mouse setup which I'm revamping properly for him. There is a single FBSD 5.2.1 box that I have been working on and the problem is this: I can access everything via the root account when in single-user mode, even change the root password. However, when I reboot and try to get into normal mode (using root and the pass I just changed it to), I get pam errors stating incorrect password. I am not at home to get the exact message. My question is, is there any way in single user mode to switch authentication back to the standard master.password file, without having to try to figure out how to change it elsewhere? TIA, Steve