<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">The auth_db module has some dramatic changes which are either undocumented or not backwards compatible and is unclear how to handle this.</div><div class=""><br class=""></div><div class=""><a href="https://opensips.org/docs/modules/3.1.x/auth_db.html#param_password_column_2" class="">https://opensips.org/docs/modules/3.1.x/auth_db.html#param_password_column_2</a></div><div class=""><br class=""></div><div class=""><div class="">Aug 12 17:34:10 [3179] CRITICAL:core:yyerror: parse error in /etc/opensips/opensips.cfg.tmp:1170:20-21: Parameter <password_column_2> not found in module <auth_db> - can't set</div><div class="">Aug 12 17:34:10 [3179] modparam("auth_db", "calculate_ha1",     0)</div><div class="">Aug 12 17:34:10 [3179] modparam("auth_db", "password_column",   "ha1")</div><div class="">Aug 12 17:34:10 [3179] modparam("auth_db", "password_column_2", "ha1b")</div><div class="">Aug 12 17:34:10 [3179] ^~</div><div class="">Aug 12 17:34:10 [3179] modparam("auth_db", "user_column",       "username")</div><div class="">Aug 12 17:34:10 [3179] modparam("auth_db", "domain_column",     "domain")</div><div class="">Aug 12 17:34:10 [3179] ERROR:core:parse_opensips_cfg: bad config file (1 errors)</div></div><div class=""><br class=""></div><div class="">password_column_2 parameter has vanished in 3.2.2 and we relied heavily on its presence as it contained a recalculate hash including the domain name.</div><div class=""><br class=""></div><div class="">How should we deal with this?</div><div class=""><br class=""></div><div class="">Regards,</div><div class="">Adrian</div><div class=""><br class=""></div></body></html>