ejabberd - Comments for "Registered users cap?" https://www.ejabberd.im/node/4707 en I never noticed this, but in https://www.ejabberd.im/node/4707#comment-57386 <p>I never noticed this, but in our OpenFire implementation, the Users page also only shows 1,000 users (albeit not registered users, but its probably the same thing). Turns out this is something set by Active Directory, and I am assuming our setup only allows 1,000 searches at a time.</p> <p>So, my initial assumptions that this limit could be causing problems are now moot.</p> Tue, 24 May 2011 16:21:28 +0000 aliasnexus0 comment 57386 at https://www.ejabberd.im Interesting. I have that many https://www.ejabberd.im/node/4707#comment-57380 <p>Interesting.</p> <p>I have that many registered users regardless if I use mod_shared_roster_ldap.</p> <p>I set ldap_user_cache_size to 40000 in mod_shared_roster_ldap, but nothing.</p> <p>I ask because I am having presence issues with mod_shared_roster_ldap when manually adding users; the authorizations are never sent. The particular user I am adding is outside of the 1000 registered users, so my thinking is that if they are outside of the registered users limit, i.e. not a registered user, the authorizations are never received.</p> <p>However, even with a 1000 registered users limit, if I use mod_shared_roster, and define all my groups/users manually, everything appears to work fine.</p> Mon, 23 May 2011 15:13:27 +0000 aliasnexus0 comment 57380 at https://www.ejabberd.im Now that you mention the https://www.ejabberd.im/node/4707#comment-57378 <p>Now that you mention the exact number 1000, I see in mod_shared_roster_ldap source code an option called ldap_user_cache_size with default value 1000. I don't see it documented in the ejabberd Guide. Try to set that option to 35000.</p> Mon, 23 May 2011 11:36:55 +0000 mfoss comment 57378 at https://www.ejabberd.im