You are viewing limited content. For full access, please sign in.

Question

Question

folder level security report

asked on January 18, 2017

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!

0 0

Answer

SELECTED ANSWER
replied on January 18, 2017

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)

4 0

Replies

replied on September 27, 2020

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.

0 0
replied on September 28, 2020 Show version history

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"}

2 0
replied on September 30, 2020

That worked, thanks Andrew -

1 0
replied on September 29, 2020

Thanks, Andrew - I'll give that a shot. 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.