On Wed, 2006-12-04 at 14:02 -0400, Alan DeKok wrote: > YvesDM <[EMAIL PROTECTED]> 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. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

