How to crypt password in database

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Thu Mar 25 22:53:59 CET 2010


Hi,
> Hi
> 
> I have problem with password encryption in mysql database:
> -----------------------------
> *If i have in database:
> 
> 1	test at realm 	User-Password  	:=  	test
> 
> I get Access Accept.
> -----------------------------
> 
> -----------------------------
> *When i have:
> 2  	test1 at realm  	Crypt-Password  :=  	test123

Cleartext-Password :=  {crypt}test123

??

let the PAP module do the work for you.  (test123 isnt looking
like valid crypt of course.... ;-) )

alan



More information about the Freeradius-Users mailing list