[Serusers] MySQL Passwords
Marian Dumitru
marian.dumitru at voice-sistem.ro
Sun Nov 21 15:41:41 CET 2004
Hi Victor,
If you want to avoid having clear-text passwords in subscriber table,
you can use ha1 column of subscriber table:
modparam("auth_db", "calculate_ha1", 0)
modparam("auth_db", "password_column", "ha1")
The ha1 column is automatically filled in by serctl (when adding users).
If you use different provisioning tools, use "gen_ha1" tool to
generate this value from text password.
Best regards,
Marian
Vitor Brasileiro wrote:
> Hi List,
>
> I Would like to know how to crypt the user passwords at MySQL
> Subscriber's table. Can u help me?
>
> Vitor Brasileiro.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
--
Voice Sistem
http://www.voice-sistem.ro
More information about the sr-users
mailing list