mod_saslauth: Allow relogins after failed SASL login.

vault/0.11
Tobias Markmann 16 years ago
parent 44b3480e14
commit c65488fc2b
  1. 2
      plugins/mod_saslauth.lua

@ -75,7 +75,7 @@ end
local function handle_status(session, status)
if status == "failure" then
session.sasl_handler = nil;
session.sasl_handler = sesion.sasl_handler:clean_clone();
elseif status == "success" then
local username = nodeprep(session.sasl_handler.username);
if not username then -- TODO move this to sessionmanager

Loading…
Cancel
Save