Openfire - AD - greater than 1500 user challenge - help needed

Hi,

I have gone thru many articles in this support forum but I could not find a solution for this issue that we have in our environment.

Our environment is Openfire 3.6.4 + Spark 2.5.8 with AD authertication and 1500+ users.

To publish all the 1500+ users in the roster we created a group called “All Users” and added all the users into that group. AD (Activ Directory) changes the member property of such groups to “member;range=0-1499” instead of “member”.

In openfire setting I had to use :

ldap.groupMemberField

member;ranga=0-1499

instead of:

ldap.groupMemberField

member

As a result of it I can view and share the members who belong to the “All Users” group, but now I cant see any other members who are in normal groups.

My question is how can I have a multi “groupMemberField” filter where I can search for two properties in the member field as mentioned above.

Thank you in advance.

-Ranga.

From the sounds of it you need to look at the way the AD is filtered and iterated. Look at http://www.igniterealtime.org/community/thread/38835?tstart=0

Brian