Re: [OpenSIPS-Users] ha1 password authentication

2015-09-14 Thread Răzvan Crainea
Hi, Nabeel! You should set the 'calculate_ha1' to 0 (it is already computed in the ha1 column) and set the password_column to 'ha1'. modparam("auth_db", "calculate_ha1", 0) modparam("auth_db", "password_column", "ha1") Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.co

Re: [OpenSIPS-Users] ha1 password authentication

2015-09-14 Thread Nabeel
Hi razvan, By default, the opensips script from menuconfig already has 'calculate_ha1' set to 'yes' (and 'password_column' set to 'password'). Do you mean set 'calculate_ha1' to '0'? Then should the 'password_column' remain 'password', or should it point to the 'ha1' column? If the column remai

Re: [OpenSIPS-Users] ha1 password authentication

2015-09-14 Thread Răzvan Crainea
Hi, Nabeel! By default, OpenSIPS uses the password column to authenticate users. If you want to use HA1 authentication, you should set the calculate_ha1 parameter[1]. [1] http://www.opensips.org/html/docs/modules/2.1.x/auth_db#id293468 Best regards, Răzvan Crainea OpenSIPS Solutions www.ope

Re: [OpenSIPS-Users] ha1 password authentication

2015-09-13 Thread Nabeel
Just tested this and I'm not able to register without having the plain text password present in the 'password' column in db. How can I make OpenSIPS register using only the ha1 hashed value? I tried commenting out and changing the 'password_column' attribute in config but it didn't work. On 12 Sep

[OpenSIPS-Users] ha1 password authentication

2015-09-12 Thread Nabeel
Hi, My SIP client only uses the 'ha1' password field from database to authenticate users and ignores the 'password' field totally. Will OpenSIPS allow such authentication to complete and register the user by using only the ha1 hashed password? ___ Users