ejabberd - Comments for "virtual hosts and webadmin" https://www.ejabberd.im/node/3058 en Yes and no https://www.ejabberd.im/node/3058#comment-53196 <div class="quote-msg"> <div class="quote-author"><em>Ted</em> wrote:</div> <p>Can I set an admin to a virtual host and let him control only the webadmin interface of hist virtual host?</p></div> <p>Yes, check the ejabberd.cfg.example in ejabberd 2.0.1 and newer:</p> <p>This defines an administrator for all the ejabberd node:</p> <pre>%% %% The 'admin' ACL grants administrative privileges to Jabber accounts. %% You can put as many accounts as you want. %% %%{acl, admin, {user, "aleksey", "localhost"}}. %%{acl, admin, {user, "ermine", "example.org"}}.</pre><p> This defines an administrator for the vhost "localhost":</p> <pre>%% %% Define specific ACLs in a virtual host. %% %%{host_config, "localhost", %% [ %% {acl, admin, {user, "bob-local", "localhost"}} %% ] %%}.</pre><div class="quote-msg"> <div class="quote-author"><em>Ted</em> wrote:</div> <p>Can I configure what screens and what actions a specific user can access on the webadmin?</p></div> <p>Not implemented.</p> Wed, 28 May 2008 17:07:26 +0000 mfoss comment 53196 at https://www.ejabberd.im