Set permissions for guest person

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2175 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2006-01-23 16:09:55 +00:00
parent 7832a14c40
commit a11c3074f1

View File

@@ -15,7 +15,14 @@
<cm:organizationId></cm:organizationId>
<cm:homeFolder>/${spaces.company_home.childname}</cm:homeFolder>
</cm:person>
<!-- Guest needs to read thier own home space -->
<cm:person view:childName="cm:person">
<view:acl view:inherit="false">
<view:ace view:access="ALLOWED">
<view:authority>guest</view:authority>
<view:permission>Read</view:permission>
</view:ace>
</view:acl>
<cm:userName>guest</cm:userName>
<cm:firstName>Guest</cm:firstName>
<cm:lastName></cm:lastName>