cancel
Showing results for 
Search instead for 
Did you mean: 

Specifying User Space Access

paulkeane
Champ in-the-making
Champ in-the-making
Hi,

I understand that in the permissionDefinitions.xml document you specify whether a user is able to read/write/add etc..

What I'm asking is can you specify the space that the user is viewing or writing to? Let me explain.

I'm using the Enterprise Version of Alfresco 1.2, and I want for a user to view his own user space (which is created by default) and another space that will be more like a public domain where all of the users can view all published documents. Can I specify this in the permissionDefinitions document?

For example in the permissionDefinitions document, the following code grants the Contributor role with permission to add content:

<includePermissionGroup permissionroup="AddChildren" type="sys:base"/>

Ultimately can I change the "sys" value in this line to point to a different space? Such as below:

<includePermissionGroup permissionroup="AddChildren" type="sys:Published_Documents"/>


Any advice would be greatly appreciated,

Paul
1 REPLY 1

andy
Champ on-the-rise
Champ on-the-rise
Hi

Set up your common space.
Invite the group everyone with read access etc on this space.
All users (except guest) are in this group.

The permissionDefinitions.xml is only for global permissions.
You want to set a permission on a space, or any other specific object, you can do in the UI.

Regards

Andy