ippool auth-type error

Sascha Djuric Sascha_Djuric at gmx.de
Thu Aug 31 06:47:18 CEST 2006


SORRY NOW WITH PROPER SUBJECT :D

hello all

im new to radius, but i got freeradius configured with mysql. radtest is working fine for my test user.

now i configured an ippool, which get successfully loaded on startup.

again radtest works fine, only new thing is the following trace:

rlm_ippool: enter postauth
rlm_ippool: Could not find Pool-Name attribute.

the enter postauth trace was added by me.

now i added the Pool-Name to radcheck for my user. after that what happens is:


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

rad_recv: Access-Request packet from host 127.0.0.1:34065, id=125, length=55
        User-Name = "SVD"
        User-Password = "secret"
        NAS-IP-Address = 255.255.255.255
        NAS-Port = 0
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 4
  modcall[authorize]: module "preprocess" returns ok for request 4
  modcall[authorize]: module "chap" returns noop for request 4
  modcall[authorize]: module "mschap" returns noop for request 4
    rlm_realm: No '@' in User-Name = "SVD", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 4
  rlm_eap: No EAP-Message, not doing EAP
  modcall[authorize]: module "eap" returns noop for request 4
radius_xlat:  'SVD'
rlm_sql (sql): sql_set_user escaped user --> 'SVD'
radius_xlat:  'SELECT id, UserName, Attribute, Value, op           FROM radcheck           WHERE Username = 'SVD'           ORDER BY id'
rlm_sql (sql): Reserving sql socket id: 4
radius_xlat:  'SELECT radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupcheck.Value,radgroupcheck.op  FROM radgroupcheck,usergroup WHERE usergroup.Username = 'SVD' AND usergroup.GroupName = radgroupcheck.GroupName ORDER BY radgroupcheck.id'
radius_xlat:  'SELECT id, UserName, Attribute, Value, op           FROM radreply           WHERE Username = 'SVD'           ORDER BY id'
radius_xlat:  'SELECT radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgroupreply.Value,radgroupreply.op  FROM radgroupreply,usergroup WHERE usergroup.Username = 'SVD' AND usergroup.GroupName = radgroupreply.GroupName ORDER BY radgroupreply.id'
rlm_sql (sql): Released sql socket id: 4
rlm_sql (sql): No matching entry in the database for request from user [SVD]
  modcall[authorize]: module "sql" returns notfound for request 4
modcall: leaving group authorize (returns ok) for request 4
auth: No authenticate method (Auth-Type) configuration found for the request: Rejecting the user
auth: Failed to validate the user.
Login incorrect: [SVD/secret] (from client localhost port 0)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<,

funny thing is, i dont even see the ippool trace again.


i can post more details, but maybe this is a common error.

thx in advance for your help



More information about the Freeradius-Users mailing list