Title: radiusi.log question
 
Is their a way to run freeradius so the passwords in radiusd.log are
encrypted?
Auth-Type := System
 
if you do not want to see the password from the radius log, play with these system attributes
log_auth = yes
log_auth_badpass = yes
log_auth_goodpass = yes
or disable it at all.
 
with PAP, use crypt .
 
//milver

Reply via email to