Freeradius + CHAP

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Sun Apr 6 12:02:21 CEST 2008


SANDY KALUGDAN wrote:
> I'm having problem authenticating my users.  
> here is a portion of my radiusd -X
>
> mysql> select * from radcheck;
> +----+----------+-----------+----+-------+
> | id | UserName | Attribute | op | Value |
> +----+----------+-----------+----+-------+
> |  1 | s        | Password  | == | s     |
> |  2 | steve    | Password  | == | s     |
> +----+----------+-----------+----+-------+
> 2 rows in set (0.00 sec)
>
> mysql> select * from usergroup;
> +----+----------+-----------+
> | id | UserName | GroupName |
> +----+----------+-----------+
> |  1 | s    | dynamic   |
> |  2 | steve    | dynamic   |
> +----+----------+-----------+
> 2 rows in set (0.00 sec)
>   

firstly, your log showed no attempted connects...so freeradius sitn 
receiving any. got a firewall running
which is stopping the NAS devices talking to your FR on USP 1812 and 1813?

secondly, change your SQL radcheck table

Attribute  Cleartext-Password
op             :=

alan



More information about the Freeradius-Users mailing list