12 Apr
2006
12 Apr
'06
2:02 p.m.
YvesDM <ydmlog@gmail.com> wrote:
mysql> select * from radcheck; +----+----------+---------------+----+------------------------------------+ | id | UserName | Attribute | op | Value | +----+----------+---------------+----+------------------------------------+ | 1 | steve | User-Password | :=3D | $1$nyiGAEuR$5wcFr5bT7SfkVjIChnbZo0= |
These are *not* clear-text passwords. They're encrypted passwords. Change the attribute name to Crypt-Password, and it should work. Alan DeKok.