Separate admin for each virtual host

I want to have separate admins for each virtual host on the server.

i tried
{acl, admin, {user, "bob123", "one.example.org"}}.
{acl, admin, {user, "bob456", "two.example.org"}}.

but when bob123 logs in he can configure the server settings as well get to see users of other virtual host.

Syndicate content