Help?!?

OK, Im a newbie to Freeradius. I've had some experience with Meritt in the
past.
I recently installed Freeradius on my Redhat 7.x system, and have an ascend
access
server. My clients file is setup correctly, and I've peeled back the users
file to a very minimal config (attached below)   But whever I try to
autheticate through the terminal server, I get the message back "Cannot Use
CHAP-Password." (See below for debug)

I've been playing 'round with this for a few days, & can't seem to hack my
way out of it. I've also scanned through the archives on the list here, to
no avail.   Can anyone offer some help?

Thanks in advance.

Steve

=============DEBUG============

# First setup all accounts to be checked against the UNIX /etc/passwd.
# (Unless a password was already given earlier in this file).
#
DEFAULT Auth-Type := System
        Fall-Through = 1

DEFAULT Service-Type == Framed-User
        Framed-IP-Address = 255.255.255.254,
        Framed-MTU = 576,
        Service-Type = Framed-User,
        Fall-Through = Yes

# Default for PPP: dynamic IP address, PPP mode, VJ-compression.
#
DEFAULT Framed-Protocol == PPP
        Framed-Protocol = PPP,
        Framed-Compression = Van-Jacobson-TCP-IP

[root@one raddb]#



rad_recv: Access-Request packet from host 144.130.4.5:3649, id=12,
length=109
Thread 1 assigned request 0
--- Walking the entire request list ---
Threads: total/active/spare threads = 5/1/4
Nothing to do.  Sleeping until we see a request.
Thread 1 handling request 0, (1 handled so far)
        User-Name = "steve"
        CHAP-Password = 0x016700b40e4c5dbd78ee8efc3bae02e9c3
        NAS-Port-Type = Async
        Calling-Station-Id = "755270XXX"
        Called-Station-Id = "0198308066"
        X-Ascend-Data-Rate = 31200
        X-Ascend-Xmit-Rate = 50667
        NAS-IP-Address = 144.130.4.5
        Acct-Session-Id = "589[]388695891"
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
    rlm_realm: Looking up realm NULL for User-Name = "steve"
    rlm_realm: No such realm NULL
  modcall[authorize]: module "suffix" returns noop
    users: Matched DEFAULT at 57
  modcall[authorize]: module "files" returns ok
  modcall[authorize]: module "mschap" returns notfound
modcall: group authorize returns ok
  rad_check_password:  Found Auth-Type System
auth: type "System"
modcall: entering group authenticate
rlm_unix: Attribute "User-Password" is required for authentication.  Cannot
use
"CHAP-Password".
  modcall[authenticate]: module "unix" returns invalid
modcall: group authenticate returns invalid
auth: Failed to validate the user.
Delaying request 0 for 1 seconds
Finished request 0
Going to the next request
Thread 1 waiting to be assigned a request
rad_recv: Access-Request packet from host 144.130.4.5:3649, id=12,
length=109
Sending Access-Reject of id 12 to 144.130.4.5:3649
--- Walking the entire request list ---
Threads: total/active/spare threads = 5/0/5
Waking up in 2 seconds...
--- Walking the entire request list ---
Cleaning up request 0 ID 12 with timestamp 3d9c057d
Nothing to do.  Sleeping until we see a request.



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to