Hi All,

I have been to use FreeRadius 0.9.1 while a year and would like to
upgtade to ver 1.0.1. What i need to modfy setting is only Dictionary
section. New version FreeRadius 1.0.1 works smoothly expect huntgroup
settings.

I setup FreeRadius with MySQL relationship at FreeBSD 5.3 Release.
Below is my settings.

mysql> select * from radcheck;
+----+----------+-----------+----+-------+
| id | UserName | Attribute | op | Value |
+----+----------+-----------+----+-------+
|  1 | test1    | Password  | == | pass1 |
|  2 | test2    | Password  | == | pass2 |
+----+----------+-----------+----+-------+

mysql> select * from usergroup;
+----+----------+-----------+
| id | UserName | GroupName |
+----+----------+-----------+
|  1 | test1    | dynamic   |
|  2 | test2    | static    |
+----+----------+-----------+

mysql> select * from radgroupcheck;
+----+-----------+----------------+----+---------+
| id | GroupName | Attribute      | op | Value   |
+----+-----------+----------------+----+---------+
|  1 | static    | Huntgroup-Name | == | static  |
|  2 | dynamic   | Huntgroup-Name | == | dynamic |
+----+-----------+----------------+----+---------+

# /usr/local/etc/raddb/huntgroups
--------------------------------------------
static                  NAS-IP-Address == 127.0.0.1
dynamic                 NAS-IP-Address == 127.0.0.1

I am checking behavior with below command.

/usr/local/bin/radtest test1 pass1 localhost 0 secret123 ppp 127.0.0.1
/usr/local/bin/radtest test2 pass2 localhost 0 secret123 ppp 127.0.0.1

When I use ver 0.9.1, it work properly( Each result is Accepted). But if
i use ver 1.0.1, 1st query is Accepted and 2nd query is Denied.It seemes
that only 1st row of huntgroup is proseeding normally, But the rest row
is not processing.

For the confirmation, I try to change huntgroups row (1st and 2nd) and
query again. 1st query(User test1) rejected and 2nd query(User test2)
accepted. What things possible to cause this problems? I thirst any
information.


-- 
----------------------------------------
Masaru Yoshihama Email: [EMAIL PROTECTED]
Okinawa FreeBSD Users Group http://www.ofug.net/


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

Reply via email to