mod_auth_internal_*: Support for delete_user method

This commit is contained in:
Matthew Wild 2011-01-04 17:12:28 +00:00
parent 8854a71059
commit 2e28b24183
2 changed files with 8 additions and 0 deletions

View file

@ -135,6 +135,10 @@ function new_hashpass_provider(host)
return datamanager.store(username, host, "accounts", {stored_key = stored_key_hex, server_key = server_key_hex, salt = salt, iteration_count = iteration_count});
end
function provider.delete_user(username)
return datamanager.store(username, host, "accounts", nil);
end
function provider.get_sasl_handler()
local realm = module:get_option("sasl_realm") or module.host;
local testpass_authentication_profile = {