12-07-2005 10:48 AM
12-09-2005 01:59 AM
12-09-2005 08:03 AM
<!– ============================== –>
<!– Permissions for spaces/folders –>
<!– ============================== –>
<permissionSet type="cm:folder" expose="selected">
<!– Kept for backward compatibility - the folder administrator permission has –>
<!– been removed to aviod confusion –>
<permissionGroup name="Administrator" allowFullControl="true" expose="false" />
<!– A coordinator can do anything in the folder or its childeren unless the –>
<!– permissions are set not to inherit or permission is denied. –>
<permissionGroup name="Coordinator" allowFullControl="true" expose="true" />
<!– A contributor can create content and then they have full permission on what –>
<!– they have created - via the permissions assigned to the owner. –>
<permissionGroup name="Contributor" allowFullControl="false" expose="true" >
<!– Contributor is a guest who can add content, and then can modify via the –>
<!– owner permissions. –>
<includePermissionGroup permissionGroup="Guest" type="cm:folder"/>
<includePermissionGroup permissionGroup="AddChildren" type="sys:base"/>
<!– Check out requires write permissions so this will not apply to all –>
<!– documents. –>
<includePermissionGroup type="cm:lockable" permissionGroup="CheckOut"/>
</permissionGroup>
<!– An editor can read and write to anything in a space; they can not create –>
<!– new nodes. They can cehck out content into a space to which they have –>
<!– create permission. –>
<permissionGroup name="Editor" expose="true" allowFullControl="false" >
<includePermissionGroup type="cm:folder" permissionGroup="Guest"/>
<includePermissionGroup type="sys:base" permissionGroup="Write"/>
<includePermissionGroup type="cm:lockable" permissionGroup="CheckOut"/>
</permissionGroup>
<!– The guest permission allows read to everything by default. –>
<permissionGroup name="Guest" allowFullControl="false" expose="true" >
<includePermissionGroup permissionGroup="Read" type="sys:base" />
</permissionGroup>
</permissionSet>
I thought that if I was a guest, I shouldn't be able to add a space or create content. But what is more strange I can create a space, I can create content but I cannot add a content. Is this the case?
</code]
This sounds like you are also a contributor - this may be inherited …
I am not sure what add a content means - as opposed to create??
Regards
Andy
12-12-2005 12:06 AM
<permissionGroup name="Contributor" allowFullControl="false" expose="true" >
….
<! – Added Delete permissions –>
<includePermissionGroup permissionGroup="Delete" type="sys:base"/>
</permissionGroup> 12-12-2005 05:38 AM
01-20-2006 06:29 AM
01-23-2006 04:33 AM
05-05-2006 04:32 AM
03-01-2007 09:19 AM
03-02-2007 10:11 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.