Hello,
we are running on 3.8.2 on Ubuntu.
We are AD LDAP integrated and using an ldap.searchfilter to limit the roster to only enabled users that are members of specific groups:
(&(objectClass=organizationalPerson)(|(memberof=CN=Group1,DC=domain,DC=com)(memb erof=CN=Group2,DC=domain,DC=com,)(memberof=CN=Group3,DC=domain,DC=com))(!(userAc countControl:1.2.840.113556.1.4.803:=2)))
In plain English, get all users that are contained in either of the three groups (Group1, Group2 or Group3) that are not Disabled in AD.
The Openfire users tab returns only the 250 users that are enabled (although these three groups contain other -disabled- users).
Spark, also only shows those 250 users.
When using Pidgin or any other client, we get all the users contained in those groups, including the disabled ones.
How can we fix that?
--
Alex