Add example of Default ACLs in permissions documentation

This commit is contained in:
Iliya Georgiev
2012-07-09 11:31:58 +03:00
committed by Roberto Rosario
parent 99ea668ad5
commit dd62c3e175

View File

@@ -51,7 +51,7 @@ One of the specifics of the 3 tier access control in contrast with the 2 tier ac
**Example 1.** Each user have to access only the documents that he uploads
The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs comes in place.
The example will show how to restrict a user in order not to view documents uploaded by other users, but only by himself. For that purpose we have to restrict the access to something that does not exist yet. The system must know that before the actual upload in order to act accordingly. This is where Default ACLs come in place.
Follow the steps:
1. Enter **Mayan EDMS** with user that has administrative rights.