12-26-2018 02:21 PM
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.
12-26-2018 11:23 PM
Hi ,
You can set disk quota for the users while creating them Creating a new user | Alfresco Documentation
Regards,
Kintu
12-27-2018 05:33 AM
I am using LDAP / AD integration. How do I set the quota for these users?
12-27-2018 06:45 AM
You can use setQuota | Alfresco Documentation api to set the quota of created user.
Regards,
Kintu
12-28-2018 04:43 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.