ejabberd - Comments for "ACL in web admin interface" https://www.ejabberd.im/node/24715 en ACL in web admin interface https://www.ejabberd.im/node/24715#comment-65214 <p>I have no problem using that ejabberd version with default configuration. Maybe you set custom ACLs in the configuration file, or using the web browser, or in older ejabberd2, and now the web admin is unable to show them correctly.</p> <p>To know the exact ACLs, enter an erlang shell attached to the ejabberd node (for example using "ejabberdctl debug"), and then get the acl table like this:</p> <pre> (ejabberd@localhost)1&gt; ets:tab2list(acl). [{acl,{loopback,&lt;&lt;"localhost"&gt;&gt;},{ip,{{127,0,0,0},8}}}, {acl,{local,&lt;&lt;"localhost"&gt;&gt;},{user_regexp,&lt;&lt;&gt;&gt;}}, {acl,{local,global},{user_regexp,&lt;&lt;&gt;&gt;}}, {acl,{admin,&lt;&lt;"localhost"&gt;&gt;}, {user,{&lt;&lt;"user1"&gt;&gt;,&lt;&lt;"localhost"&gt;&gt;}}}, {acl,{admin,global},{user,{&lt;&lt;"user1"&gt;&gt;,&lt;&lt;"localhost"&gt;&gt;}}}, {acl,{loopback,global},{ip,{{127,0,0,0},8}}}, {acl,{mucbots,global}, {user,{&lt;&lt;"mucadminuser"&gt;&gt;,&lt;&lt;"localhost"&gt;&gt;}}}, {acl,{mucbots,&lt;&lt;"localhost"&gt;&gt;}, {user,{&lt;&lt;"mucadminuser"&gt;&gt;,&lt;&lt;"localhost"&gt;&gt;}}}] </pre><p>And show here the results. Maybe you have some ACL that triggers a bug in ejabberd.</p> Tue, 27 Jan 2015 12:47:28 +0000 mfoss comment 65214 at https://www.ejabberd.im