ejabberd - Comments for "Can&amp;#039;t register my admin user" https://www.ejabberd.im/node/3550 en Have you tried the user: https://www.ejabberd.im/node/3550#comment-54900 <p>Have you tried the user: admin@ubuntu810 and not only admin??</p> Mon, 16 Nov 2009 10:42:27 +0000 josea.martinbejarano comment 54900 at https://www.ejabberd.im None of this works..... https://www.ejabberd.im/node/3550#comment-54416 <p>I have tried everything you all suggest but no luck.<br /> Here is my config file... (at least the first bit - everything else is as default)</p> <div class="codeblock"><code>%%%<br />%%%&nbsp;&nbsp;&nbsp;&nbsp; Debian ejabberd configuration file<br />%%%&nbsp;&nbsp;&nbsp;&nbsp; This config must be in UTF-8 encoding<br />%%%<br />%%% The parameters used in this configuration file are explained in more detail<br />%%% in the ejabberd Installation and Operation Guide.<br />%%% Please consult the Guide in case of doubts, it is available at<br />%%% /usr/share/doc/ejabberd/guide.html <p>%%%&nbsp;&nbsp; ===================================<br />%%%&nbsp;&nbsp; OVERRIDE OPTIONS STORED IN DATABASE</p> <p>%%<br />%% Override global options (shared by all ejabberd nodes in a cluster).<br />%%<br />override_global.</p> <p>%%<br />%% Override local options (specific for this particular ejabberd node).<br />%%<br />override_local.</p> <p>%%<br />%% Remove the Access Control Lists before new ones are added.<br />%%<br />override_acls.</p> <p>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br />%% Options which are set by Debconf and managed by ucf</p> <p>%% Admin user<br />%% {acl, admin, {user, &quot;copadmin&quot;, &quot;ubuntu810&quot;}}.<br />%% {acl, admin, {user, &quot;__USER__&quot;, &quot;ubuntu810&quot;}}.</p> <p>%% Hostname<br />{hosts, [&quot;ubuntu810&quot;]}.</p> <p>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</p></code></div> <p>I still get the same "not_allowed" message when I try to register a user.<br /> I have tried loading from the config file:</p> <div class="codeblock"><code>sudo ejabberdctl load-config /usr/share/ejabberd/ejabberd.cfg</code></div> <p>but this just lists the command formats (very unhelpful error messaging).</p> <p>This command does not exist either....</p> <div class="codeblock"><code>sudo ejabberdctl registered-users ubuntu810 </code></div> <p>... and same with registered_users or registeredusers</p> <p>However...</p> <div class="codeblock"><code>sudo ejabberdctl stats registeredusers</code></div> <p>...gives a result of zero.</p> <p>And now I am even more stuck because I have just shut down ejabberd to make one more try and I get this:</p> <div class="codeblock"><code>copernic@ubuntu810:/usr/share/ejabberd$ sudo ejabberdctl stop<br />copernic@ubuntu810:/usr/share/ejabberd$ sudo ejabberdctl start<br />RPC failed on the node ejabberd@ubuntu810: nodedown</code></div> <p>I'm beginning to think maybe there is something wrong with the Ubuntu install and I should download and install myself. Any ideas welcome.</p> Tue, 30 Jun 2009 11:52:36 +0000 martink comment 54416 at https://www.ejabberd.im No, acl stored in DB, not https://www.ejabberd.im/node/3550#comment-54408 <p>No, acl stored in DB, not config!<br /> If you want clear acl - you should uncomment in config:</p> <div class="codeblock"><code>%%%&nbsp;&nbsp; =======================<br />%%%&nbsp;&nbsp; OVERRIDE STORED OPTIONS <p>%%<br />%% Override the old values stored in the database.<br />%%</p> <p>%%<br />%% Override global options (shared by all ejabberd nodes in a cluster).<br />%%<br />override_global.</p> <p>%%<br />%% Override local options (specific for this particular ejabberd node).<br />%%<br />override_local.</p> <p>%%<br />%% Remove the Access Control Lists before new ones are added.<br />%%<br />override_acls.</p></code></div> <p>and restart ejabberd.</p> Sun, 28 Jun 2009 20:22:06 +0000 evadim comment 54408 at https://www.ejabberd.im Maybe you can't register that https://www.ejabberd.im/node/3550#comment-54407 <p>Maybe you can't register that Jabber account because it already is registered?</p> <p>Check with:</p> <pre>sudo ejabberdctl registered_users ubuntu810</pre> Sat, 27 Jun 2009 10:58:55 +0000 mfoss comment 54407 at https://www.ejabberd.im Tried this - no luck https://www.ejabberd.im/node/3550#comment-54403 <p>I tried doing this by simply commenting out the acl line then stopping and restarting the jabber server. No luck, I still get the same problem.<br /> Could it be something to do with the way ubuntu installs it (I user the Synaptic install manager)?</p> Thu, 25 Jun 2009 12:08:39 +0000 martink comment 54403 at https://www.ejabberd.im try to register new "plain" https://www.ejabberd.im/node/3550#comment-54372 <p>try to register new "plain" user and <strong>after</strong> registration give him admin acl.</p> Sat, 20 Jun 2009 05:17:07 +0000 evadim comment 54372 at https://www.ejabberd.im