"Jan Mulders" <[EMAIL PROTECTED]>wrote: > I have the passwords in my database as MD5 (I have included a testuser2 with > a plaintext password for troubleshooting): > > id UserName Attribute op Value > 1 testuser1 Password == ae2b1fca515949e5d54fb22b8ed95575 > 2 testuser2 Password == testing
Don't use '=='. See doc/rlm_sql. Use ':='. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

