From owner-freebsd-questions@FreeBSD.ORG Tue Feb 17 18:37:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 296B81065698 for ; Tue, 17 Feb 2009 18:37:05 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 0B7838FC1F for ; Tue, 17 Feb 2009 18:37:04 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay10.apple.com (relay10.apple.com [17.128.113.47]) by mail-out3.apple.com (Postfix) with ESMTP id D4B3752FCF20; Tue, 17 Feb 2009 10:37:04 -0800 (PST) Received: from relay10.apple.com (unknown [127.0.0.1]) by relay10.apple.com (Symantec Brightmail Gateway) with ESMTP id BDACE28057; Tue, 17 Feb 2009 10:37:04 -0800 (PST) X-AuditID: 1180712f-a8169bb0000012d3-71-499b03d03980 Received: from cswiger1.apple.com (cswiger1.apple.com [17.227.140.124]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay10.apple.com (Apple SCV relay) with ESMTP id A5FA228056; Tue, 17 Feb 2009 10:37:04 -0800 (PST) Message-Id: From: Chuck Swiger To: ipfreak@yahoo.com In-Reply-To: <493622.65132.qm@web52101.mail.re2.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 17 Feb 2009 10:37:04 -0800 References: <493622.65132.qm@web52101.mail.re2.yahoo.com> X-Mailer: Apple Mail (2.930.3) X-Brightmail-Tracker: AAAAAA== Cc: freebsd general questions Subject: Re: freebsd and freeradius 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: Tue, 17 Feb 2009 18:37:06 -0000 Hi-- On Feb 17, 2009, at 10:20 AM, gahn wrote: > rlm_pap: WARNING! No "known good" password found for the user. > Authentication may fail because of this. > rlm_unix: GID too long in line: # $FreeBSD: src/etc/master.passwd,v > 1.40.18.1 2008/11/25 02:59:29 kensmith Exp $ > rlm_unix: [test]: invalid password Evidently, whatever this rlm_unix thing is, it doesn't understand comments within /etc/passwd. See whether you can get it to be happier by running vipw and deleting any lines which start with "#"..... Regards, -- -Chuck