Hello,
We have a groupFilter in our Author instance currently configured as such:
groupFilter="(&(objectclass=group)(cn=wcm*))"
How may we change the filter to add the following groups?
ITEmployeesOnly
DRRCorporateEmployees
I tried the following configuration and it did not work.
groupFilter="(&(objectclass=group)(cn=wcm*))(&(objectclass=group)(cn=ITEmployeesOnly))(&(objectclass=group)(cn=DRRCorporateEmployees))"
Any suggestions?
Thanks,
Artron
AEM version 5.6