Pre-Submission Checklist

Type Of Change

Checklist:

Description

This change modifies the pv_auth_check function to take an optional second password argument passwd2. The motivation for this change is to allow authenticating against two passwords, which is useful if you want to eg. rotate passwords periodically and still allow using the previous password during a transition period. You can technically do this with two calls to pv_auth_check, but with nonce_count enabled the first call will invalidate nc which will always cause the second call to fail.


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3126

Commit Summary

File Changes

(2 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3126@github.com>