11 Feb
2009
11 Feb
'09
8:47 a.m.
Andrew Gin wrote:
I've trawled looking for a solution for this, but there doesn't seem to be a clearcut answer. I am using Freeradius 1.1.7.
Upgrade to 2.1.3.
I'm trying to make it so that in the users file, passwords are stored as a SHA hash.
So my users file looks like this: asdf SHA-Password == 3da541559918a808c2402bba5012f6c60b27661c
Use ":=", not "==". e.g. asdf SHA-Password := 0x3da5 Alan DeKok.