cancel
Showing results for 
Search instead for 
Did you mean: 

How to find all folders with certain group permission

lukas_baxa
Champ in-the-making
Champ in-the-making
Hello,

we need to remove certain group from LDAP (and thus Alfresco), however, we don't want our users to loose access to the affected files/folders. We thus need to find all folders where the group in question is used in permission settings before its removal, so that we can modify the permissions correctly.

Is it possible in Alfresco Share or Alfresco Explorer?

Thanks,

Lukas
1 REPLY 1

mrksjs
Champ on-the-rise
Champ on-the-rise
you could write a javascript that iterates over all folders and calls this method on them:

http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Freferences%2FAPI...

there is a great tool that allows you to run javascript very easily: http://code.google.com/p/share-extras/wiki/JavascriptConsole