Hi,
> Hi
> 
> I have problem with password encryption in mysql database:
> -----------------------------
> *If i have in database:
> 
> 1     t...@realm      User-Password   :=      test
> 
> I get Access Accept.
> -----------------------------
> 
> -----------------------------
> *When i have:
> 2     te...@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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to