I've just used the icradius userimport.pl to import my users file into
my freeradius mysql implementation.

Using radpwtst to test code 1 (authentication) packets, I get a pars
mismatch error in the -X output of radiusd.  The exact message, from
what I can interperit is:  auth: No Auth-Type configuration for the
request, rejecting the user

I've checked the user information from the database, and here's what's
listed for testuser1:

mysql> select * from radcheck where UserName='testuser1';
+-----+-----------+-----------+-------------+
| id  | UserName  | Attribute | Value       |
+-----+-----------+-----------+-------------+
| 195 | testuser1 | Auth-Type | Local       |
| 192 | testuser1 | Password  | #testuser11 |
+-----+-----------+-----------+-------------+
2 rows in set (0.00 sec)

If I remove the Auth-Type attribute from the entry, he authenticates
fine.  What am I missing here?  I'm not very well versed on radius
message types and requirments but I tried to add the Auth-Type = Local
attribute to the radcheckreply table for that user, in addition to it
exising in radcheck, but that didn't seem to help.

Any ideas?



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

Reply via email to