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@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers