ejabberd - Comments for "mod_rest: external auth_method, access_commands internal server error" https://www.ejabberd.im/node/4102 en Workaround https://www.ejabberd.im/node/4102#comment-56038 <p>For a the people that searching for that problem, i've a small workaround.</p> <p>First changing the auth method to external and fallback internal mode:</p> <div class="codeblock"><code>&nbsp; {auth_method, [external, internal]}.</code></div> <p>Remove the user "bot" from your external database and create the account locally via the 'ejabberdctl register' command</p> <div class="codeblock"><code>&nbsp; $ ejabberdctl register bot example.com secret</code></div> <p>Now you can use the 'access_commands' for the mod_rest to manage the acl stuff :-)</p> Sat, 12 Jun 2010 08:34:21 +0000 drscream comment 56038 at https://www.ejabberd.im