On Tue, Mar 25, 2003 at 12:13:18PM +0300, Dennis S. Davidoff wrote:

[...]

> radius=> select * from radcheck ;
>  id | username | attribute |  value  | op
> ----+----------+-----------+---------+----
>   1 | den      | Password  | fuflo   | ==
>   2 | steve    | Password  | testing | ==
> 
> radius=> select * from radgroupcheck ;
>  id | groupname | attribute | value | op
> ----+-----------+-----------+-------+----
>   1 | static    | Auth-Type | Local | :=

[...]

> Thread 1 handling request 0, (1 handled so far)
>       NAS-Identifier = "localhost"
>       Service-Type = Framed-User
>       Framed-Protocol = PPP
>       Calling-Station-Id = "127.0.0.1"
>       User-Name = "steve"
>       MS-CHAP-Challenge = 0x42af3afa20ea9629
>       MS-CHAP-Response = 
> 0x01010000000000000000000000000000000000000000000000009a804422b871ef01193f0a48c0845aa24c7c27aa8c318841
>       Service-Type = Framed-User
>       Framed-Protocol = PPP

[...]

> rlm_sql: Pairs do not match [steve]

Your check items don't match what's in the auth request.
Try adding Service-Type == Framed-User, Framed-Protocol == PPP etc in
radcheck or radgroupcheck.

-- 
Simon


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

Reply via email to