Hello list
Using FreeRADIUS Version 0.3, for host i686-pc-linux-gnu
with mysql version 3.23.44
I cannot seem to get the stripped-user-name (username w/o @domain) when 
authenticating username@domain
I have tried adding a realm and suffix definition but it does not seem to 
work.
Does anyone have any ideas?  Below is the log for an attempt to 
authenticate such a user.  The same user is authenticated with no 
problems iff the @domain is left off.  (NB:  I have altered the pwd 
slightly for security)
Thanks in advance,
Jon Drury

rad_recv: Access-Request packet from host 127.0.0.1:32769, id=154, 
length=68
        User-Name = "[EMAIL PROTECTED]"
        Password = "J\270R\214\217\234(\r\262\310\310\332oS\371D"
        NAS-IP-Address = 255.255.255.255
        NAS-Port-Id = "0"
modcall: entering group authorize
  hints: Matched DEFAULT at 63
  modcall[authorize]: module "preprocess" returns ok
  modcall[authorize]: module "suffix" returns ok
rlm_sql: Reserving sql socket id: 4
radius_xlat:  '[EMAIL PROTECTED]'
sql_escape in:  '[EMAIL PROTECTED]'
sql_escape out:  '[EMAIL PROTECTED]'
sql_set_user:  escaped user --> '[EMAIL PROTECTED]'
radius_xlat:  'SELECT id,UserName,Attribute,Value FROM radcheck WHERE 
Username = '[EMAIL PROTECTED]'  ORDER BY id'
sql_escape in:  'DEFAULT'
sql_escape out:  'DEFAULT'
sql_set_user:  escaped user --> 'DEFAULT'
radius_xlat:  'SELECT 
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgrou
pcheck.Value FROM radgroupcheck,usergroup WHERE usergroup.Username = 
'DEFAULT' AND usergroup.GroupName = radgroupcheck.GroupName ORDER BY 
radgroupcheck.id'
radius_xlat:  'SELECT 
radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgrou
preply.Value FROM radgroupreply,usergroup WHERE usergroup.Username = 
'DEFAULT' AND usergroup.GroupName = radgroupreply.GroupName ORDER BY 
radgroupreply.id'
rlm_sql: Released sql socket id: 4
rlm_sql: User DEFAULT not found and DEFAULT not found
  modcall[authorize]: module "sql" returns notfound
modcall: group authorize returns ok
auth: No Auth-Type configuration for the request, rejecting the user
auth: Failed to validate the user.
Login incorrect: [mcfadden/GARLIC] (from nas local port 0)
Sending Access-Reject of id 154 to 127.0.0.1:32769

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

Reply via email to