Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2009 10:20:19 -0800 (PST)
From:      gahn <ipfreak@yahoo.com>
To:        freebsd general questions <freebsd-questions@freebsd.org>
Subject:   freebsd and freeradius
Message-ID:  <493622.65132.qm@web52101.mail.re2.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi all:

i would like to use unix file /etc/passwd to authenticate users on my routers and somehow it always fails:

rad_recv: Access-Request packet from host 192.168.10.101:61706, id=153, length=53
        User-Name = "tester"
        User-Password = "test"
        NAS-Identifier = "lab_1"
        NAS-IP-Address = 192.168.6.1
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
rad_recv: Access-Request packet from host 192.168.10.101:61706, id=153, length=53
Sending Access-Reject of id 153 to 192.168.10.101 port 61706

here is the config for :users":

DEFAULT Auth-Type = System
        Fall-Through = 1

i have user "tester" in /etc/passwd with password "test".

Thanks in advance 


      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?493622.65132.qm>