On Thu, Mar 13, 2003 at 05:21:24AM -0000, Jeremy Brown wrote:
> So, after all this rambling, I guess my question is: Is there anyway to get
> the server to md5 hash the password before doing the MySQL query?  I believe
> this would solve all my problems.

Try:

modules {
        [stuff]
        pap md5 {
                encryption_scheme = md5
        }
        [stuff]
}

authenticate {
        authtype MD5 {
                md5
        }
}

And set auth-type := MD5 in your sql tables.
That should work.

-- 
Simon


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to