> From: Michael Heitland
> Sent: Friday, 26 September 2003 5:17 AM

You've got this:
> modules {
>         pap {
>                 encryption_scheme = MD5
>         }
...
> authenticate {
> 
>         Auth-Type PAP {
>                 pap
>         }

So get rid of this:
> < mysql layout >
> mysql> select * from radgroupcheck;
> +----+-----------+-----------+----+-------+
> | id | GroupName | Attribute | op | Value |
> +----+-----------+-----------+----+-------+
> |  3 | bronze    | Auth-Type | := | MD5   |
> +----+-----------+-----------+----+-------+
> 1 row in set (0.00 sec)


And make this:
> mysql> select * from radgroupreply;
> +----+-----------+-----------+----+-------+------+
> | id | GroupName | Attribute | op | Value | prio |
> +----+-----------+-----------+----+-------+------+
> |  4 | bronze    | Auth-Type | := | MD5   |    0 |
> +----+-----------+-----------+----+-------+------+
> 1 row in set (0.00 sec)

be this:

> mysql> select * from radgroupreply;
> +----+-----------+-----------+----+-------+------+
> | id | GroupName | Attribute | op | Value | prio |
> +----+-----------+-----------+----+-------+------+
> |  4 | bronze    | Auth-Type | := | PAP   |    0 |
> +----+-----------+-----------+----+-------+------+
> 1 row in set (0.00 sec)

--
=========================================================
Paul "TBBle" Hampson
Bubblesworth Pty Ltd (ABN: 51 095 284 361)
[EMAIL PROTECTED]

On a sidewalk near Portland State
University someone wrote `Trust Jesus', and
someone else wrote `But Cut the Cards'.
---------------------------------------------------------
Random signature generator 3.0 by Paul "TBBle" Hampson
=========================================================


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

Reply via email to