Alan DeKok wrote:
Brian Clarkson <[EMAIL PROTECTED]> wrote:

the EAP module returns 'updated', then the server tries to authenticate via the 'Local' method,

then it looks like my solution is to remove ( or change ) these entries in my database:


mysql> select * from radgroupcheck;
+----+-----------+-----------+----+-------+
| id | GroupName | Attribute | op | Value |
+----+-----------+-----------+----+-------+
|  1 | admins    | Auth-Type | := | Local |
|  2 | dynamic   | Auth-Type | := | Local |
|  3 | paidUsers | Auth-Type | := | Local |
+----+-----------+-----------+----+-------+
3 rows in set (0.01 sec)

to avoid the Auth-Type of Local.

thanks for the help.

--brian


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

Reply via email to