Specifying User Space Access
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 08:14 AM
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:
Ultimately can I change the "sys" value in this line to point to a different space? Such as below:
Any advice would be greatly appreciated,
Paul
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:47 AM
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
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
