doc/
subfolder, the README file is autogenerated)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.
https://github.com/kamailio/kamailio/pull/3126
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.