I need to limit the size of users' personal files because of limited physical appeal.
How can I do this?
Example: Each user can only include 5 Gb of data in their personal files.
Thank's.
Hi ,
You can set disk quota for the users while creating them Creating a new user | Alfresco Documentation
Regards,
Kintu
I am using LDAP / AD integration. How do I set the quota for these users?
You can use setQuota | Alfresco Documentation api to set the quota of created user.
Regards,
Kintu
Hi,
Add this lines in alfresco-global.properties (10 MB):
system.usages.enabled=true
system.content.maximumFileSizeLimit=10240000
An example of use (Spanish): NeTIC360: :: Alfresco. Establecer cuotas de disco para los usuarios. Javascript API
As Kintu Barot said, using setQuota to created user.
Regards,
clv
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.