We are looking for some type of utility that would list out all the LF Folders that an AD or LF group has security access to and what type of security each LF folder has for that group via some type of utility or report. Going into the client and looking is too involved and were looking for another way to accomplish this
Question
Question
Answer
Check out the "LFAccessCheck" program that you can download from https://support.laserfiche.com/GetFileRepositoryEntry.aspx?id=2640&mode=download.
This is a program that uses the 9.0 SDK to crawl your repository and report on access rights for entries, volumes, templates & fields.
Basically you run it like this:
LFAccessCheck.exe -s servername -r repository -t entries -target ADMIN -path \folder
and it prints this kind of output showing what the ADMIN user can see under \folder:
Type Entry Rights Volume Rights Tag Access ID Path Fold BrsReaMCnADaDelRenDPgSAnAnnRedWMeCrDCrFRAcWAcCOwSRDFrzEvTCls Yes 1 \folder Doc BrsReaMCnADaDelRenDPgSAnAnnRedWMeCrDCrFRAcWAcCOwSRDFrzEvTCls DelRAcWAcWOwVRd---VAp--- Yes 29629 \folder\doc1
Replies
Where and how do we run this? The download was a project folder, I believe in c or c sharp?
There's no exe to it.................is there an sdk i need to install on the server?
Does this still work? It looks like old technology. I did find where to download the folder for this but found the GdiPrintSample is used with Windows Vista or later. I am not sure how this all functions, still piecing it together.
Does anyone know how this can be done in LF 12?