Our organization chart is defined in AD groups. I want to leverage these groups to file personnel documents in a folder structure that matches our org chart.
I have created an LDAP Trustee Directory and successfully connected to it.
I have checked the 'Retrieve Group Members' box in the Lookup Options.
The Find Group activity is definitely finding the group when I run the workflow:
I know there are seven users in this group but the group membership count is only 1. And it must just be the name of the group because when I try to run it through a 'For Each Row' activity, it treats it as if there are no rows at all.
So, what am I doing wrong? Is it some kind of permissions issue where the service account running workflow can do enough LDAP to find the group but not enough to get the membership? I am not able to log on as the service account to test this.
What workarounds are there? I was thinking I could sync these groups with the LFDS and then query them by setting up a Laserfiche Directory Server trusted directory but I don't want to license these users and the LFDS says if they aren't licensed then they won't be synced.
I have gotten the 'Find Group' activity to work with Repository Groups but then I'd be stuck manually adding individual users and there are 40+ groups to manage. Since it's already being managed via AD anyway, I would prefer to pull the membership from AD directly rather than create duplicate groups to manage.
So, any thoughts? What am I not understanding here?
Thanks!
EDIT: We just upgraded to Workflow 12 if that matters.