25 Mar
2010
25 Mar
'10
5:53 p.m.
Hi,
Hi
I have problem with password encryption in mysql database: ----------------------------- *If i have in database:
1 test@realm User-Password := test
I get Access Accept. -----------------------------
----------------------------- *When i have: 2 test1@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