Administrator per virtual host on website

Hey guys!
I was wondering if there is a possibility to have an administrator per Virtual Host list so that he/she can log into the specific virtual host page (only the virtual host he is owner of) and make changes on users, etc.
How can accomplish this?

Thanks much,
Teo

Example from ejabberd.cfg

teofilo wrote:

an administrator per Virtual Host

%%
%% Define specific ACLs in a virtual host.
%%
{host_config, "localhost",
 [
  {acl, admin, {user, "bob", "localhost"}}
 ]
}.
Syndicate content