From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 14:07:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E5016A4CE for ; Thu, 21 Oct 2004 14:07:12 +0000 (GMT) Received: from box7954.elkhouse.de (box7954.elkhouse.de [213.9.79.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0168543D49 for ; Thu, 21 Oct 2004 14:07:12 +0000 (GMT) (envelope-from roman@ontographics.com) Received: from [192.168.1.3] (1Cust147.vr1.dtm1.alter.net [149.229.96.147]) (authenticated bits=0) by box7954.elkhouse.de (8.13.1/8.12.9) with ESMTP id i9LCx7W6002436 for ; Thu, 21 Oct 2004 14:59:07 +0200 (CEST) (envelope-from roman@ontographics.com) From: Roman Kennke To: freebsd-current@FreeBSD.org Content-Type: text/plain Message-Id: <1098363412.1562.2.camel@moonlight> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 21 Oct 2004 14:56:52 +0200 Content-Transfer-Encoding: 7bit Subject: Error in /etc/pam.d/su ?? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 14:07:12 -0000 Hi there, I just upgraded RELENG_5. Now it seems, that su lets me into root without a passwd. Checking /etc/pam.d/su it seems that there is an include control flag, which isn't recognized: auth include system account include system I suppose this must be changed to required or requisite? I am no PAM expert, but this seems like a serious bug to me. /Roman