[freeside-users] Password encryption
Kajani Kaunda
kajanikaunda at burcomw.com
Wed Mar 1 06:09:16 PST 2006
Hello,
Password encryption
I uncommented certain line in the script svc_acct.pm as documented in the script.
#uncomment this to encrypt password immediately upon entry, or run
#bin/crypt_pw in cron to give new users a window during which their
#password is available to techs, for faxing, etc. (also be aware of
#radius issues!)
$recref->{password} = $1.
crypt($3,$saltset[int(rand(64))].$saltset[int(rand(64))]);
This is supposed to instantly allow password encryption. But it is not working. My question is: do I have to re-compile freeside? As in make, intsall?! I am clueless...!
Kind Regards,
Kajani
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-users/attachments/20060301/44ef05c7/attachment.htm
More information about the freeside-users
mailing list