get users from specific ldap ou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2023 11:32 PM
I am trying to get users from a specific OU and i found this Online Test LDAP server having a similar structure so i was trying to connect my PDI to this online test LDAP server - https://www.forumsys.com/2022/05/10/online-ldap-test-server/
Iam able to connect to this server and get all user data , but i couldnt filter down the users to specifc OU like scientist,mathematicians etc
I tried - LDAP filters below but none seems to work - Please suggest how to filter data from specifc OUs like this
Filter = uid=* and RDN - OU=mathematicians
(&(objectClass=person)(memberOf=cn=Mathematicians)) and RDN blank
(&(objectClass=person)(memberOf=cn=Mathematicians)) and ou=mathematicians
Thanks
Lann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 08:23 PM
Any thoughts with this please