mod_auth_anonymous: Implement user iteration API

This commit is contained in:
Kim Alvefur 2012-12-09 12:19:08 +01:00
parent 233b38c3b0
commit fbbd1b1c67

View file

@ -41,6 +41,10 @@ function provider.get_sasl_handler()
return new_sasl(module.host, anonymous_authentication_profile);
end
function provider.users()
return next, hosts[host].sessions, nil;
end
-- datamanager callback to disable writes
local function dm_callback(username, host, datastore, data)
if host == module.host then