I have just set up version 1.0.0 of Freeradius and am using MySQL
tables rather than the users file. I would like to get Digest
authentication working so that SER can authenticate phone users
against Radius. I have followed any and all info that I can find about
setting this up, but I am getting an error when I try to authenticate
using NTRadping. The error can be found below. In my radcheck table, I
am using Auth-Type := Digest for the users. I have only been on this
list for a day now, but I am very impressed with the responsivness and
answers that the readers of the list have provided. Can someone help
me out on this one? Thanks!


rad_recv: Access-Request packet from host 216.157.192.71:1885, id=24, length=46
        User-Name = "digest"
        User-Password = "dig"
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 1
  modcall[authorize]: module "preprocess" returns ok for request 1
  modcall[authorize]: module "chap" returns noop for request 1
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 1
  modcall[authorize]: module "digest" returns noop for request 1
    rlm_realm: No '@' in User-Name = "digest", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 1
  modcall[authorize]: module "files" returns notfound for request 1
  modcall[authorize]: module "mschap" returns noop for request 1
radius_xlat:  'digest'
rlm_sql (sql): sql_set_user escaped user --> 'digest'
radius_xlat:  'SELECT id,UserName,Attribute,Value,op FROM radcheck
WHERE Username = 'digest' ORDER BY id'
rlm_sql (sql): Reserving sql socket id: 3
radius_xlat:  'SELECT
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupcheck.Value,radgroupcheck.op
 FROM radgroupcheck,usergroup WHERE usergroup.Username = 'digest' AND
usergroup.GroupName = radgroupcheck.GroupName ORDER BY
radgroupcheck.id'
radius_xlat:  'SELECT id,UserName,Attribute,Value,op FROM radreply
WHERE Username = 'digest' ORDER BY id'
radius_xlat:  'SELECT
radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgroupreply.Value,radgroupreply.op
 FROM radgroupreply,usergroup WHERE usergroup.Username = 'digest' AND
usergroup.GroupName = radgroupreply.GroupName ORDER BY
radgroupreply.id'
rlm_sql (sql): Released sql socket id: 3
  modcall[authorize]: module "sql" returns ok for request 1
modcall: group authorize returns ok for request 1
  rad_check_password:  Found Auth-Type Digest
auth: type "digest"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 1

****ERROR: No Digest-Nonce: Cannot perform Digest authentication****

  modcall[authenticate]: module "digest" returns invalid for request 1
modcall: group authenticate returns invalid for request 1
auth: Failed to validate the user.
Delaying request 1 for 1 seconds
Finished request 1
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 24 to 216.157.192.71:1885
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 1 ID 24 with timestamp 41420855
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