ejabberd - Comments for "Roster gets deleted" https://www.ejabberd.im/node/2896 en Check the ejabberd Guide https://www.ejabberd.im/node/2896#comment-52019 <div class="quote-msg"> <div class="quote-author"><em>ashish</em> wrote:</div> <p>Ok, I need to know how to disable registration from Pandion/PSI.</p> <p>Currently it is enabled, with following in ejabber.cfg<br /> # grep auth ejabberd.cfg<br /> {auth_method, internal}. </p></div> <p>Read in the ejabberd Guide the documentation about the module mod_register.</p> Wed, 19 Mar 2008 01:41:21 +0000 mfoss comment 52019 at https://www.ejabberd.im how to disable registration https://www.ejabberd.im/node/2896#comment-52001 <p>Ok, I need to know how to disable registration from Pandion/PSI.</p> <p>Currently it is enabled, with following in ejabber.cfg</p> <p>[root@jabber conf]# grep auth ejabberd.cfg<br /> {auth_method, internal}.<br /> % For LDAP authentication use these lines instead of above one:<br /> %{auth_method, ldap}.<br /> % For authentication via external script use the following:<br /> %{auth_method, external}.<br /> %{extauth_program, "/path/to/authentication/script"}.<br /> % For authentication via ODBC use the following:<br /> %{auth_method, odbc}.<br /> %% auth_method: anonymous<br /> %%{host_config, "public.example.org", [{auth_method, anonymous},<br /> %% To use both anonymous and internal authentication:<br /> %%{host_config, "public.example.org", [{auth_method, [anonymous, internal]}]}.</p> Mon, 17 Mar 2008 05:42:58 +0000 ashish comment 52001 at https://www.ejabberd.im Clarification of option 'anonymous' https://www.ejabberd.im/node/2896#comment-51993 <div class="quote-msg"> <div class="quote-author"><em>ashish</em> wrote:</div> <p>Anonymous registration is enabled by default. ejabber.cfg does not contain any entry for that. </p> <p>What should I add in the configuration to disable anonymous registration?</p></div> <p>Maybe I didn't explain correctly. The problem reported by Evadim only happens when ejabberd.cfg has 'anonymous' in the auth_method option, for example:</p> <pre>{auth_method, [internal, anonymous]}.</pre><p>His problem is not related to account creation.</p> <p>So, your problem seems different and unrelated.</p> Fri, 14 Mar 2008 10:25:34 +0000 mfoss comment 51993 at https://www.ejabberd.im Yes, the version is 1.1.4. https://www.ejabberd.im/node/2896#comment-51992 <p>Yes, the version is 1.1.4.<br /> This is fresh install not upgraded.<br /> The problem was reported after integration of shared roster. I would say the problem is similar to Evadim.</p> <p>Anonymous registration is enabled by default. ejabber.cfg does not contain any entry for that. </p> <p>What should I add in the configuration to disable anonymous registration? Please advice …</p> <p>I did more research on this. To get the roster back I had to:</p> <p>1. Delete the msn and aim contact from the roster.<br /> 2. Restart the roster module from admin interface.<br /> 3. Recreate the JID.<br /> 4. Re signup for the transport.<br /> 5. All the contacts are added back.</p> Fri, 14 Mar 2008 07:50:51 +0000 ashish comment 51992 at https://www.ejabberd.im Evadim linked to a problem https://www.ejabberd.im/node/2896#comment-51990 <p>Evadim linked to a problem that looks very similar. </p> <p>Did you enable the 'anonymous' authentication method in ejabberd.cfg?</p> <p>When did ejabberd start to act strangely? Maybe when you updated ejabberd to a newer version? Or when you modified ejabberd.cfg? ...</p> <p>Are you sure you are running ejabberd 1.1.4, and not 2.0.0? </p> <p>I ask because the problem that Evadim reported is present in 2.0.0, when enabling 'anonymous'. And I want to know if your problem is related to him or if it's completely different.</p> Thu, 13 Mar 2008 23:52:25 +0000 mfoss comment 51990 at https://www.ejabberd.im ? https://www.ejabberd.im/node/2896#comment-51989 <p><a href="http://www.ejabberd.im/node/2834#comment-51918" title="http://www.ejabberd.im/node/2834#comment-51918">http://www.ejabberd.im/node/2834#comment-51918</a></p> Thu, 13 Mar 2008 20:57:25 +0000 evadim comment 51989 at https://www.ejabberd.im