I need generate a security report for my windows groups in Laserfiche. For each group, a list of folders with explicit (non-inherited) permissions. Is there a utility for that?
Thanks!
I need generate a security report for my windows groups in Laserfiche. For each group, a list of folders with explicit (non-inherited) permissions. Is there a utility for that?
Thanks!
Laserfiche 10.2 will support searching for such entries directly, using syntax like
{LFACE:trustee="domain\groupname"} & {LF:Name="*",Type="F"}
(the last clause is just to specify "folders only", and can be omitted if you want the documents too)
Andrew, is there a different syntax when searching for a Directory Server Group, or a Repository Group?
We tried "\Our Repo Group" with no luck.
For Repository groups, you should be able to just omit the domain and the backslash, i.e. {LFACE:trustee="Our Repo Group"}.
For Laserfiche groups (those managed by directory server), you can use the same syntax (no domain), or if you need to disambiguate them from repository groups, you can use
{LFACE:trustee="Our Laserfiche Group@LFDS"}
That worked, thanks Andrew -
Thanks, Andrew - I'll give that a shot.