From owner-freebsd-questions Thu Jan 8 06:06:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA17514 for questions-outgoing; Thu, 8 Jan 1998 06:06:54 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from bull.bulloch.net ([208.147.166.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA17501 for ; Thu, 8 Jan 1998 06:06:43 -0800 (PST) (envelope-from mele@bulloch.com) Received: from LOCALNAME (dial74.bulloch.com [208.147.166.112]) by bull.bulloch.net (8.8.7/8.8.7) with SMTP id JAA09031 for ; Thu, 8 Jan 1998 09:11:13 -0500 (EST) (envelope-from mele@bulloch.com) Message-ID: <34B5158E.34CE@bulloch.com> Date: Thu, 08 Jan 1998 10:06:06 -0800 From: "Melvin C. Etheridge" Reply-To: mele@bulloch.com Organization: ME X-Mailer: Mozilla 3.01C-KIT (Win16; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: parse error for users Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm getting the following error while trying to use radius to authenticate dial-up users: Wed Jan 7 21:17:44 1998: Authenticate: from r0.bulloch.com - Invalid User: mele Wed Jan 7 21:19:59 1998: /etc/radiusd: Parse error for user mele I have passwd with :*: and master.passwd with the actual passwds. I belive this is where the problem is. I compiled radius with NOSHADOW set and I think I need to compile it using shadow passwds, however the compile returns an error that shadow.h is not found I cannot localte it on the system. Am I on the right track here? If so please tell where I can find shadow.h? THANKS!! Mel