<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1251">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=445051209-04042008>Good
afternoon!</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=445051209-04042008>After upgrade 1.1.7
to 2.0.3+ freeradius</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=445051209-04042008></SPAN></FONT> </DIV>
<DIV>
<DIV id=r_text name="r_text"><FONT face=Arial size=2>I have noticed, that that
is brought in the table</FONT></DIV>
<DIV name="r_text"><FONT face=Arial size=2>has ceased to be
processed</FONT></DIV>
<DIV name="r_text"><FONT face=Arial size=2></FONT> </DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial size=2>Select
* from radgroupcheck where groupname='blackholed';</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2>1 181 blackholed Auth-Type := Reject<BR>2 182 blackholed Fall-Through = No</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial size=2>select
* from usergroup where clid='250092020001115' and
groupname='blackholed';</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2>1 17651 250092020001115 blackholed 10</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2>radiusd -X:</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial size=2>Ready
to process requests.<BR>rad_recv: Access-Request packet from host 127.0.0.1 port
23903, id=228, length=69<BR> User-Name
= "mobile"<BR> User-Password =
"internet"<BR> Calling-Station-Id =
"250092020001115"<BR> NAS-IP-Address =
83.217.24.21<BR>+- entering group
authorize<BR> expand: simbirsk ->
simbirsk<BR>SIMBIRSK-ULN: Does not match: User-Name = mobile<BR>++[SIMBIRSK-ULN]
returns ok<BR> expand: uuuuuuuuuu
-> uuuuuuuuuu<BR>UUU: Does not match: User-Name = mobile<BR>++[UUU] returns
ok<BR> expand: %{Calling-Station-Id}
-> 250092020001115<BR>++[preprocess] returns ok<BR>++[chap] returns
noop<BR>++[mschap] returns noop<BR> rlm_realm: No <A
href="mailto:'@'">'@'</A> in User-Name = "mobile", looking up realm
NULL<BR> rlm_realm: Found realm "NULL"<BR>
rlm_realm: Proxying request from user mobile to realm NULL<BR>
rlm_realm: Adding Realm = "NULL"<BR> rlm_realm: Authentication
realm is LOCAL.<BR>++[suffix] returns noop<BR> users: Matched
entry DEFAULT at line 10<BR>++[files] returns
ok<BR> expand: %{User-Name} ->
mobile<BR>rlm_sql (sqlauth): sql_set_user escaped user -->
'mobile'<BR>rlm_sql (sqlauth): Reserving sql socket id:
4<BR> expand: SELECT
id,UserName,Attribute,Value,op FROM radcheck WHERE Username = '%{SQL-User-Name}'
ORDER BY id -> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE
Username = 'mobile' ORDER BY id<BR>rlm_sql (sqlauth): User found in radcheck
table<BR> expand: SELECT
id,UserName,Attribute,Value,op FROM radreply WHERE Username = '%{SQL-User-Name}'
ORDER BY id -> SELECT id,UserName,Attribute,Value,op FROM radreply WHERE
Username = 'mobile' ORDER BY id<BR>
expand: SELECT GroupName FROM usergroup WHERE UserName='%{SQL-User-Name}' OR
CLID='%{Calling-Station-Id}' order by priority -> SELECT GroupName FROM
usergroup WHERE UserName='mobile' OR CLID='250092020001115' order by
priority<BR> expand: SELECT
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupcheck.Value,radgroupcheck.op
FROM radgroupcheck,usergroup WHERE (usergroup.Username = '%{SQL-User-Name}' or
usergroup.CLID = '%{Calling-Station-Id}') AND usergroup.GroupName =
radgroupcheck.GroupName ORDER BY usergroup.PRIORITY,radgroupcheck.id ->
SELECT
radgroupcheck.id,radgroupcheck.GroupName,radgroupcheck.Attribute,radgroupcheck.Value,radgroupcheck.op
FROM radgroupcheck,usergroup WHERE (usergroup.Username = 'mobile' or
usergroup.CLID = '250092020001115') AND usergroup.GroupName =
radgroupcheck.GroupName ORDER BY usergroup.PRIORITY,radgroupcheck.id<BR>rlm_sql
(sqlauth): User found in group
mppc<BR> expand: SELECT
radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgroupreply.Value,radgroupreply.op
FROM radgroupreply,usergroup WHERE (usergroup.Username = '%{SQL-User-Name}' OR
usergroup.CLID = '%{Calling-Station-Id}') AND usergroup.GroupName =
radgroupreply.GroupName ORDER BY radgroupreply.id -> SELECT
radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,radgroupreply.Value,radgroupreply.op
FROM radgroupreply,usergroup WHERE (usergroup.Username = 'mobile' OR
usergroup.CLID = '250092020001115') AND usergroup.GroupName =
radgroupreply.GroupName ORDER BY radgroupreply.id<BR>rlm_sql (sqlauth): Released
sql socket id: 4<BR>++[sqlauth] returns ok<BR> rad_check_password:
Found Auth-Type Accept<BR> rad_check_password: Auth-Type = Accept,
accepting the user<BR>Login OK: [mobile/internet] (from client localhost port 0
cli 250092020001115)<BR>Sending Access-Accept of id 228 to 127.0.0.1 port
23903<BR> Service-Type =
Framed-User<BR> Framed-Protocol =
PPP<BR> Framed-Compression =
Stac-LZS<BR> Framed-Compression +=
Van-Jacobson-TCP-IP<BR> Filter-Id =
"fw-simbirsk.out"<BR>Finished request 0.<BR>Going to the next request<BR>Waking
up in 4.9 seconds.<BR>Cleaning up request 0 ID 228 with timestamp +2<BR>Ready to
process requests.</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial size=2>Why
radius say that Found Auth-Type Accept when
Auth-Type := Reject?</FONT></SPAN></DIV>
<DIV name="r_text"><SPAN class=445051209-04042008><FONT face=Arial
size=2></FONT></SPAN> </DIV></DIV></BODY></HTML>