LDAP Group

Does anyone here has a working configuration of using an LDAP group to filter users that can use the Jive server?

I’'m using Jive 2.2.0 beta and Windows 2000 AD. LDAP is properly working using an OU as a baseDN.

Will appreciate if you can point me to the correct direction.

Thanks.

We use this in our AD environment:

<searchFilter><![CDATA[(&(objectCategory=Person)(&(memberOf=CN=JabberAccess,OU=Security Groups,OU=Groups,DC=examle,DC=com)(sAMAccountName={0})))\]\]\></searchFilter>

Let me know if you need help with a more complex filter.

Thanks for the quick response.

I tried applying the same filter but still won’'t work.

May I ask what will be my baseDN now? Is it the OU where the group is located or OU where my users are in placed.

Thanks in advance.

It’'s working now!

I noted that I should use the same OU as baseDN and it will be filtered by the memberOf property.

Thanks for the help!

Now we can start the rollout.