Files
alfresco-community-repo/config/alfresco/bootstrap/alfrescoAuthorityStore.xml
Dave Ward 1e5592c51b Merged V3.2 to HEAD
15657: ETHREEOH-2638: Admin and guest users duplicated after upgrade to v3.2. Cannot delete duplicates due to missing authentication.
      - Split out alfrescoAuthorityStoreDefaultMembers.xml, only loaded on initial bootstrap so that admin and guest users not duplicated
      - Modified org.alfresco.repo.jscript.People and org.alfresco.web.bean.users.UsersDialog so that person deletion doesn't fail if internal authentication information doesn't exist


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15658 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-10 11:03:36 +00:00

95 lines
4.5 KiB
XML

<view:view xmlns:view="http://www.alfresco.org/view/repository/1.0"
xmlns:cm="http://www.alfresco.org/model/content/1.0"
xmlns:sys="http://www.alfresco.org/model/system/1.0"
xmlns:usr="http://www.alfresco.org/model/user/1.0"
xmlns:app="http://www.alfresco.org/model/application/1.0">
<sys:container view:childName="${system.authorities_container.childname}">
<view:acl>
<view:ace view:access="ALLOWED">
<view:authority>GROUP_EVERYONE</view:authority>
<view:permission>Read</view:permission>
</view:ace>
</view:acl>
<view:associations>
<sys:children>
<cm:authorityContainer view:childName="cm:GROUP_ALFRESCO_ADMINISTRATORS">
<view:aspects>
<sys:referenceable />
</view:aspects>
<view:properties>
<sys:node-uuid>GROUP_ALFRESCO_ADMINISTRATORS</sys:node-uuid>
<cm:name>GROUP_ALFRESCO_ADMINISTRATORS</cm:name>
<cm:authorityName>GROUP_ALFRESCO_ADMINISTRATORS</cm:authorityName>
</view:properties>
</cm:authorityContainer>
<cm:authorityContainer view:childName="cm:GROUP_EMAIL_CONTRIBUTORS">
<view:aspects>
<sys:referenceable />
</view:aspects>
<view:properties>
<cm:name>GROUP_EMAIL_CONTRIBUTORS</cm:name>
<sys:node-uuid>GROUP_EMAIL_CONTRIBUTORS</sys:node-uuid>
<cm:authorityName>GROUP_EMAIL_CONTRIBUTORS</cm:authorityName>
</view:properties>
</cm:authorityContainer>
</sys:children>
</view:associations>
</sys:container>
<sys:container view:childName="${system.zones_container.childname}">
<view:acl>
<view:ace view:access="ALLOWED">
<view:authority>GROUP_EVERYONE</view:authority>
<view:permission>Read</view:permission>
</view:ace>
</view:acl>
<view:associations>
<sys:children>
<cm:zone view:childName="cm:AUTH.ALF">
<view:aspects>
<sys:referenceable />
</view:aspects>
<view:properties>
<sys:node-uuid>AUTH.ALF</sys:node-uuid>
<cm:name>AUTH.ALF</cm:name>
</view:properties>
<view:associations>
<cm:inZone>
<view:reference
view:pathref="${system.authorities_container.childname}/cm:GROUP_ALFRESCO_ADMINISTRATORS"
view:childName="cm:GROUP_ALFRESCO_ADMINISTRATORS" />
</cm:inZone>
<cm:inZone>
<view:reference
view:pathref="${system.authorities_container.childname}/cm:GROUP_EMAIL_CONTRIBUTORS"
view:childName="cm:GROUP_EMAIL_CONTRIBUTORS" />
</cm:inZone>
</view:associations>
</cm:zone>
<cm:zone view:childName="cm:APP.DEFAULT">
<view:aspects>
<sys:referenceable />
</view:aspects>
<view:properties>
<sys:node-uuid>APP.DEFAULT</sys:node-uuid>
<cm:name>APP.DEFAULT</cm:name>
</view:properties>
<view:associations>
<cm:inZone>
<view:reference
view:pathref="${system.authorities_container.childname}/cm:GROUP_ALFRESCO_ADMINISTRATORS"
view:childName="cm:GROUP_ALFRESCO_ADMINISTRATORS" />
</cm:inZone>
<cm:inZone>
<view:reference
view:pathref="${system.authorities_container.childname}/cm:GROUP_EMAIL_CONTRIBUTORS"
view:childName="cm:GROUP_EMAIL_CONTRIBUTORS" />
</cm:inZone>
</view:associations>
</cm:zone>
</sys:children>
</view:associations>
</sys:container>
</view:view>