I have to create an AD connector that will only give me users out of the OU group.
can someone provide me the LDAP filter to just pull in the users from the OU group.
I keep pulling back zero and there are 16 user accounts in it.
I have to create an AD connector that will only give me users out of the OU group.
can someone provide me the LDAP filter to just pull in the users from the OU group.
I keep pulling back zero and there are 16 user accounts in it.
I would recommend you go download an LDAP browser, like Softerra’s:
Downloads (ldapadministrator.com)
It will make it easier to troubleshoot and help you build your LDAP query.
Thanks!
Sadly we can not download tools as such. we are limited on things so a lot if becomes trail and error
Hi @VBsupport ,
If I understand it right, you are looking for a filter to read only the accounts who has a particular group, is that right?
Or all the users from particular OU? If it is to pull all the accounts from particular OU only, you can declare that OU path directly in Search DN.
Regards,
Uday
Hi @VBsupport
If you are referring for the first case i.e., to pull users who are only part of a specific group, I am able to do that using LDAP Search filter
(&(objectClass=user)(memberOf=CN=Test-Group,OU=Groups,DC=xx,DC=xx,DC=xx))
Regards,
Uday Kilambi
I agree with Uday that your LDAP search filter does not look correct. What he is showing is the proper way to combine two fields.
As far as the group membership search filter, that is use to limit the group memberships that are pulled back for entitlements. You might want to remove it for this use case.
Alicia
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.