mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Fire authentication-failure if make_authenticated() failed.
This commit is contained in:
parent
6eaa0d2b86
commit
807c896ee6
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ local function handle_status(session, status, ret, err_msg)
|
|||
session:reset_stream();
|
||||
else
|
||||
module:log("warn", "SASL succeeded but username was invalid");
|
||||
module:fire_event("authentication-failure", { session = session, condition = "not-authorized", text = err });
|
||||
session.sasl_handler = session.sasl_handler:clean_clone();
|
||||
return "failure", "not-authorized", "User authenticated successfully, but username was invalid";
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue