13 Apr
2006
13 Apr
'06
12:58 p.m.
On Wed, 2006-12-04 at 14:02 -0400, Alan DeKok wrote:
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.
You will also need to use Auth-Type := Crypt-Local This has been discussed, an enormous number of times. Please feel free to use Google to search for answers.