Maximum users problem

maximum users is 1000 and its won’t add more to database…

Active Directory subtree scanning, but limit is 1000 ???

i have already try the embedded database, only 1000 where added.

than i installed mySQL 5.x database … and it’s the same (( only 1000 (number of users is 1000+)

and there is a second problem. when i’m trying to delete or edit any user profile - it say’'s thats it’s “Not allowed: the user account system is read-only.” …

Help, plz …

P.S. Sorry for my bad English. Hope U can read and understand what i’m talking about

but limit is 1000 ???
There should be no limit for users. The only limit is your hardware, but 1000 user should be no problem, even with slow hardware.

How is your memory setting? By default Openfire gets only 64 Mb.

it say’'s thats it’s “Not allowed: the user account system is read-only.” …
If you are reading all data from Active Directory, you need to make all changes there.

“By default Openfire gets only 64 Mb.” - how can i cnange this ???

u answered 2 my question,(http://www.igniterealtime.org/community/message/179713#179713) but there is some problem with it …

“By default Openfire gets only 64 Mb.” - how can i cnange this ???

and if my database is mySQL, how “By default Openfire gets only 64 Mb” can influence on it ???

how “By default Openfire gets only 64 Mb” can influence on it ???
http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install- guide.html

Windows/Linux → Custom Parameters

and if my database is mySQL, how “By default Openfire gets only 64 Mb” can influence on it ???
Don’t know, but memory is often the problem, when you experience limits in Openfire.

Active directory LDAP is limited to 1000 results per LDAP query. This why your users are capped at 1000 most likely. You would need to edit the AD property: MaxPageSize. This is a reference for you: http://support.microsoft.com/kb/315071

10x a lot

AFAIK, Microsoft doesn’t recommend to set MaxPageSize > 2500. What should I do, if I have 4000 users in AD ? Here http://www.igniterealtime.org/issues/browse/JM-1117 is written, that issue with LDAP queries is closed, but in openfire 3.6.0a I still have just 1000 users. Explain, please, where I am wrong.

You should start a new thread as the originator of this thread marked it as answered. I will no longer respond here, and others may not also.