Enabling hashed passwords
    Alan DeKok 
    aland at deployingradius.com
       
    Wed Feb 11 14:47:50 CET 2009
    
    
  
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.
    
    
More information about the Freeradius-Users
mailing list