Unable To Search Users - Active Directory

Thanks. Changing the group to be universal now shows them with members, which makes sense since I’m now querying the global catalogue as opposed to the domain controller.

But I guess I’m still missing something. I thought the idea was now only members of the xmpp* groups should now be authorized. But it still looks like everyone in the forest is authorized.

Now, you’ll probably want to use your search filters to filter out everyone thats not a member of your groups.

maybe somethign like this? Of course, be sure your admin users is a member of the group, or you might not be able to sign in!

(&(objectClass=Person)(memberOf=xmpp*))

or maybe this?

(objectClass=Person)(memberOf=xmpp*)