Hi Alan,

That was basically all the info I've gotten when running radius as
'radiusd -x'. Here's the debug info I'm getting when running it in full
debugging mode.

rad_recv: Access-Request packet from host 10.6.0.8:1645, id=34,
length=85
        NAS-IP-Address = 10.6.0.8
        NAS-Port = 6
        NAS-Port-Type = Async
        User-Name = "[EMAIL PROTECTED]"
        User-Password = "steph01"
        Service-Type = Framed-User
        Framed-Protocol = PPP
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 1
Invalid operator for item Suffix: reverting to '=='
Invalid operator for item Suffix: reverting to '=='
Invalid operator for item Suffix: reverting to '=='
  modcall[authorize]: module "preprocess" returns ok for request 1
  modcall[authorize]: module "chap" returns noop for request 1
  modcall[authorize]: module "mschap" returns noop for request 1
    rlm_realm: Looking up realm "bbi.co.bw" for User-Name =
"[EMAIL PROTECTED]"
    rlm_realm: No such realm "bbi.co.bw"
  modcall[authorize]: module "suffix" returns noop for request 1
radius_xlat:  '[EMAIL PROTECTED]'
rlm_sql (sql): sql_set_user escaped user --> '[EMAIL PROTECTED]'
radius_xlat:  'SELECT
radcheck.id,radcheck.UserName,radcheck.Attribute,radcheck.Value,radcheck
.op FROM radcheck, userinfo WHERE radcheck.Username = '[EMAIL PROTECTED]'
AND userinfo.status = 'active'  and radcheck.UserName =
userinfo.UserName ORDER BY radcheck.id'
rlm_sql (sql): Reserving sql socket id: 4
radius_xlat:  'SELECT
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgrou
pcheck.Value,radgroupcheck.op  FROM radgroupcheck,usergroup WHERE
usergroup.Username = '[EMAIL PROTECTED]' AND usergroup.GroupName =
radgroupcheck.GroupName ORDER BY radgroupcheck.id'
radius_xlat:  'SELECT
radcheck.id,radcheck.UserName,radcheck.Attribute,radcheck.Value,radcheck
.op FROM radcheck, userinfo WHERE radcheck.Username = '[EMAIL PROTECTED]'
AND userinfo.status = 'active'  and radcheck.UserName =
userinfo.UserName ORDER BY radcheck.id'
radius_xlat:  'SELECT
radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgrou
preply.Value,radgroupreply.op  FROM radgroupreply,usergroup WHERE
usergroup.Username = '[EMAIL PROTECTED]' AND usergroup.GroupName =
radgroupreply.GroupName ORDER BY radgroupreply.id'
rlm_sql (sql): Released sql socket id: 4
  modcall[authorize]: module "sql" returns ok for request 1
modcall: group authorize returns ok for request 1
  rad_check_password:  Found Auth-Type Local
auth: type Local
auth: user supplied User-Password matches local User-Password
Sending Access-Accept of id 34 to 10.6.0.8:1645
        User-Password := "steph01"
        Framed-Compression := Van-Jacobson-TCP-IP
Finished request 1
Going to the next request
--- Walking the entire request list ---
Waking up in 6 seconds...
--- Walking the entire request list ---
Cleaning up request 1 ID 34 with timestamp 4199ef75
Nothing to do.  Sleeping until we see a request.


Kind regards
Stephan



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan
DeKok
Sent: Monday, November 15, 2004 10:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Cisco router with Async dialup modem setup...

"Steph" <[EMAIL PROTECTED]> wrote:
> I'm busy setting up a Dialup system for a few users using a Cisco
router
> with an Async 32A module connected to 32 U.S. Robotics 56K Faxmodems.
My
> problem is that when I try and authenticate the user against Radius I
> get "Access was denied because username and/or password were invalid
on
> the domain" but when I try and authenticate the user locally without
> using radius it works fine. I'm quite sure my radius is configured
> correctly since I have another dialup system authenticating against it
> which works fine. Here's the debugging info I'm getting from radius

  No, it's not.  You deleted large portions of the debug output.

  Send a debug output where the user is rejected.  Send ALL of the
debug output.  If you were familiar enough with the server to figure
out what's going wrong, you could delete the unimportant pieces from
it.  Since you don't know what's important in the debug output, don't
delete ANYTHING from it.

  Alan DeKok.


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


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

Reply via email to