MySQL authentication problem

Ian Truelsen ian.truelsen at gmail.com
Tue Jan 2 20:35:54 CET 2007


On Tue, 2007-01-02 at 09:37 -0300, Hernan Antolini wrote:
> 
> ian, just review your radiusd.conf (authenticate and authorize
> sections) because you sql IS going ok..... 
> 
>  modcall[authorize]: module "sql" returns ok for request 0 
> 
> but your "unix" IS not 
> 
> modcall[authenticate]: module "unix" returns notfound for request 0 
> 
> just leave "sql" in your auth section if you plan to do it tha way 
> 
> Hernan Antolini
> 
Well, I only want authentication from the MySQL database, so that should
authenticate the user, if the sql section is working correctly. Why
then, would the user not be authenticated, based on the information in
the radcheck table (below)?

mysql> select * from radcheck
    -> ;
+----+----------+-----------+----+-------+
| id | UserName | Attribute | op | Value |
+----+----------+-----------+----+-------+
|  1 | Password | ==        | te |       | 
|  2 | ian      | Password  | == | test  | 
+----+----------+-----------+----+-------+
2 rows in set (0.01 sec)

Sorry if I am being obtuse, but there is something that I am not quite
getting here.

Thanks for the help.
-- 
Ian Truelsen
s/v Sting
Email: ian.truelsen at gmail.com
AIM: ihtruelsen
MSN: ihtruelsen at hotmail.com
Google Talk: ian.truelsen at gmail.com




More information about the Freeradius-Users mailing list