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       | :=
  2 | static    | Service-Type    | Framed-User | :=
  3 | static    | Framed-Protocol | PPP         | :=

radiusd.conf:
[...]
authorize {
    sql
    mschap
}

authenticate {
    mschap
}
[...]

Once again:

rlm_sql: Pairs do not match [steve]
rlm_sql: Released sql socket id: 4
  modcall[authorize]: module "sql" returns notfound
  modcall[authorize]: module "mschap" returns notfound

May be I need to change Auth-Type from local to MS-CHAP?

On Tue, Mar 25, 2003 at 02:42:25PM +0100, Simon Ekstrand wrote:
> > 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.

-- 
Sincerely,
Dennis

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

Reply via email to