<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: User Level Permissions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194475#M147605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently Share doesn't allow you to set fine-grained permissions such as your use case. As you've noticed it's all done via group management rather than individuals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Detailed permissions can be set using the Explorer interface at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/alfresco &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2009 08:36:15 GMT</pubDate>
    <dc:creator>mikeh</dc:creator>
    <dc:date>2009-02-10T08:36:15Z</dc:date>
    <item>
      <title>User Level Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194474#M147604</link>
      <description>We are trying to implement Alfresco Share at our organization as an alternative to Sharepoint / Documentum. The installation was smooth but I am now stuck up while configuring permissions for documents.Here is the scenario.1. Created a site say " Document Sharing Site"2. Added 4 documents ( doc1, do</description>
      <pubDate>Tue, 10 Feb 2009 07:45:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194474#M147604</guid>
      <dc:creator>vikramvm</dc:creator>
      <dc:date>2009-02-10T07:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: User Level Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194475#M147605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently Share doesn't allow you to set fine-grained permissions such as your use case. As you've noticed it's all done via group management rather than individuals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Detailed permissions can be set using the Explorer interface at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;/alfresco &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 08:36:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194475#M147605</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-02-10T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: User Level Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194476#M147606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks MikeH for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a group "site_docshare_group1" using "Manage User Groups" menu for the site created by me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added user1 to this newly created group. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under document libraray for doc1 I wanted to assign permissions for this newly created group.&amp;nbsp; So I opened Document Library –&amp;gt;&amp;nbsp; doc1 –&amp;gt; More –&amp;gt; Manage Permissions. A Groups and Permissions window pops up but I can not see site_docshare_group1 in this window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I found a file "sitePermissionDefinitions.xml" under "/var/alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/model". In this file I added three line in permissionSet tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;permissionGroup name="site_docshare_group1" allowFullControl="false" expose="true"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;includePermissionGroup permissionGroup="Consumer" type="cm:cmobject" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/permissionGroup&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Restarted alfresco and again opened "Manage Permissions" dialog. I could see new group in the window. I gave "No privileges" to this new group ( which contains user User1. Please note User1 is not part of any other group ).&amp;nbsp; Then I logged in with credentials of User1. But still I could open/ view&amp;nbsp; doc1. Also I found that other parts of Alfresco Share web portal got broken ( e.g members list ). I then reverted back the changes and everything was normal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I would like to know how to add custom groups and assign rights to those groups to particular document. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 07:45:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194476#M147606</guid>
      <dc:creator>vikramvm</dc:creator>
      <dc:date>2009-02-11T07:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: User Level Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194477#M147607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Detailed permissions can be set using the Explorer interface at http://&amp;lt;server&amp;gt;/alfresco&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;You need to use the Alfresco Explorer web application instead of Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 08:28:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194477#M147607</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-02-11T08:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: User Level Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194478#M147608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi vikramvm ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This can be achieved via explorer very easily.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you need to do is go to sites folder and then document library. click on the folder properties which you want to explore and on right hand side you will find actions tab in which there is a link "manage space users". When you click in that link&amp;nbsp; u will get a window where you need to uncheck inherit parent space permissions, now this folder wont be visible to anyone unless you invite any particular user in that space, the same thing will be applied to the contents present in that folder , here the link will be "manage content users".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Atish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:20:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/user-level-permissions/m-p/194478#M147608</guid>
      <dc:creator>ati_dip1982</dc:creator>
      <dc:date>2011-02-02T07:20:44Z</dc:date>
    </item>
  </channel>
</rss>

