Search Filter in AD for OIM recon
Hi ,
We are able to synchronize AD users based on their membership to one group using this filter on the recon task:
(&(objectclass=user)(memberOf=CN=oimg1,OU=Users,DC=oracle,DC=com))
When we want to filter upon multiple groups so that only users from specific AD groups are synchronized to OIM it doesn't work, for example:
(&(objectclass=user)(| (memberOf=CN=oimg1,OU=Users,DC=oracle,DC=com)(memberOf=CN=oimg2,OU=Users,DC=oracle,DC=com)))
It reports that the string is too long!
We need to filter based on about 80 groups and maybe more in the future.
How could we do that? Is there any way to filter mutiple groups ?
NB: we tried the ldap search filter from JNDI and it works correctly.
Thanks & Regards,
Preeti