I have connected OSPC to Active Directory via LDAP, but having queried the database found that we require entries from multiple tables within the Active Directory. Is it possible to get the SQL statement to do multiple searches or will the AD have to be reconfigured to a single folder?
Current setup is
SELECT * from OU=Users,OU=SiteName,OU=Group
Current setup is
SELECT * from OU=Users,OU=SiteName,OU=Group