>Here is a dump of my database:
>[EMAIL PROTECTED] 172.16.0.10]# psql -U radius
>radius=> select * from radcheck;
>id | username | attribute | op | value
>----+-------------------+----------------+----+---------
> 1 | 00-04-23-4d-c4-3d | User-Password | == | 123456
> 2 | 00-20-e0-8d-05-94 | User-Password | == | 123456
>(2 rows)
How about deleteing all User-Password row instead of Auth-Type :=
Accept ?
Or
User-Password := 123456 ?
You can have a try. ;)

