Can EEM be configured to search through two or more specific organizational units (OU)?
For example, is it possible to configure the Base DN with something like below:
- Base DN: ((OU=People,DC=admins,DC=mycompany,DC=com) | (OU=Users,OU=ops,DC=myorg,DC=edu))
AutoSys Version: Any
EEM Version: 12.51/12.6.x
A single basic ldap definition can only have a single baseDN. You cannot have multiples with an operator. You would just need to set the baseDN to a higher level so that it gets everything you need.