โ11-09-2021 06:44 AM
Hi all,
I am trying to search from OU = โTerminated userโ in LDAP. Attached in the OU in AD.
My purpose is to filter only the specific OU in Entry search filter of New/updated entry in Active Directory Action.
How can I achieve it?
โ11-09-2021 07:24 PM
I don't think there's a specific filter syntax that allows that. However, you could possibly set up another LDAP connection with 'Terminated Users' as the base OU for searching. Your config.yml file would have a secondary connection with all the same params except the base. Depends if this is too clunky for you.