From owner-freebsd-stable@FreeBSD.ORG Sat Jan 15 09:54:30 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00EE916A4CE for ; Sat, 15 Jan 2005 09:54:30 +0000 (GMT) Received: from mail.skrastas.lt (mail.skrastas.lt [195.22.170.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9984A43D2D for ; Sat, 15 Jan 2005 09:54:28 +0000 (GMT) (envelope-from kb@skrastas.lt) Received: from kopija (kopija [10.4.0.79]) by mail.skrastas.lt (8.12.8/8.12.8) with SMTP id j0F9sPLh040080 for ; Sat, 15 Jan 2005 11:54:25 +0200 (EET) (envelope-from kb@skrastas.lt) X-AntiVirus: Checked by Dr.Web [version: 4.32b, engine: 4.32b, virus records: 64599, updated: 15.01.2005] Message-ID: <002a01c4fae8$210b4580$4f00040a@kopija> From: "Andrej Kirejev" To: Date: Sat, 15 Jan 2005 11:53:51 +0200 Organization: Dienrastis "Siauliu krastas" MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Subject: squid & PAM X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jan 2005 09:54:30 -0000 Hello, guru I have FreeBSD5.3-Stable with customized /etc/login.access. After installing squid from ports, I got such message in /var/log/messages: --- Jan 15 11:17:36 host su: pam_acct_mgmt: authentication error --- and squid is not starting. After trying to start squid from command line it said more: --- pam_login_access: pam_sm_acct_mgmt: squid is not allowed to log in on /dev/ttyp0 su: Sorry --- I have add line into /etc/login.access: --- +:squid:LOCAL --- and all works. But is it good? /kb PS: man login.access say what --- SEE ALSO login(1), pam(8) --- but man 8 pam said: --- # man 8 pam No entry for pam in section 8 of the manual --- Thank You.