Re: [OpenSIPS-Devel] [opensips] Add support to uac_registrant module to understand ha1 hash in password field in database (#692)

2016-01-18 Thread Ovidiu Sas
Closed #692. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/692#event-518549885___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Add support to uac_registrant module to understand ha1 hash in password field in database (#692)

2016-01-18 Thread Ovidiu Sas
This is already implemented: simply put the hash in the password column prefixed with "0x". The password field should have exactly 34 characters, the first two being "0x". --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [opensips] Add support to uac_registrant module to understand ha1 hash in password field in database (#692)

2015-11-07 Thread Alexander Mustafin
At the moment password field have to contain plain passwords - it is not secure. It would be grate if module can use ha1 (ha1b) hash for registering purposes. Variant 1: Keep plain or hash passwords and change behavior of module by option. modparam("uac_registrant", "password_type", 2) "0 -