<?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: New Role and ACL_METHOD in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26592#M13265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I re-read the Security wiki and realized that this is the reverse of what I want to do with adding coordinator to the objectDefinitionSource line because it adds on to the requirement not takes away from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to find documentation on how to implement an OR statement in the uri pattern to allow both admin and a coordinator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 18:04:30 GMT</pubDate>
    <dc:creator>steel</dc:creator>
    <dc:date>2006-03-02T18:04:30Z</dc:date>
    <item>
      <title>New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26589#M13262</link>
      <description>Hi,I am creating a new role to allow a person to act as an administrator and add&amp;nbsp; (create new) users and groups to their homespace. Temporarily I have attempted to elevate the priviledges of the Coordinator Role to allow creating a new person and group.I did the following:1. Set a globalPermission i</description>
      <pubDate>Wed, 01 Mar 2006 17:18:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26589#M13262</guid>
      <dc:creator>steel</dc:creator>
      <dc:date>2006-03-01T17:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26590#M13263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;anyone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 22:45:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26590#M13263</guid>
      <dc:creator>steel</dc:creator>
      <dc:date>2006-03-01T22:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26591#M13264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I found that I made a mistake with the whole ROLE_COORDINATOR I think. I corrected them and replaced it with ACL_NODE.0.cm&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bject.Coordinator.&amp;nbsp; The person.CreatePerson runs find but it is getting stuck on PermissionService.getAllPermission which as a rule of ACL_ALLOW. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the public services security context file it states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;!– If one method cal requires security enforcement - all methods must gave a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;lt;!– security entry of some sort. ACL_ALLOW can be used to give access to all&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; –&amp;gt;&lt;BR /&gt;&amp;lt;!– ROLE_ADMINISTRATOR can be used to grant access to administrator related methods –&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not exactly sure exactly what this mean. ACL ALLOW can be used to give access to all? If it is all I am not sure why it is getting stuck at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some debugger info: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;net.sf.acegisecurity.providers.UsernamePasswordAuthenticationToken@317bdd: Username: net.sf.acegisecurity.providers.dao.User@bb02e3: Username: sfu; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AUTHENTICATED; Password: [PROTECTED]; Authenticated: false; Details: net.sf.acegisecurity.providers.dao.User@bb02e3: Username: sfu; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AUTHENTICATED; Granted Authorities: ROLE_AUTHENTICATED&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;detailed message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bad credentials presented&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone shed some light on this? I would really appreciate it. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 23:43:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26591#M13264</guid>
      <dc:creator>steel</dc:creator>
      <dc:date>2006-03-01T23:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26592#M13265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I re-read the Security wiki and realized that this is the reverse of what I want to do with adding coordinator to the objectDefinitionSource line because it adds on to the requirement not takes away from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to find documentation on how to implement an OR statement in the uri pattern to allow both admin and a coordinator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 18:04:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26592#M13265</guid>
      <dc:creator>steel</dc:creator>
      <dc:date>2006-03-02T18:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26593#M13266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Admin will always be allowed.&amp;nbsp; The reason why some methods may require admin explicitly is that all methods on the interface have to have an entry.&amp;nbsp; So if you had a method that only admin was allowed to use, then you would have to put admin down otherwise Acegi would clear the security context when the method was used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACL_Allow is for those methods that don't require any protection.&amp;nbsp; But something still has to be put down for each method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have Coordinator on a method, then admin is still allowed to use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:30:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26593#M13266</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-03-07T12:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26594#M13267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi steel and derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also trying to configure the same thing.I want a user to have a role through which he can only create new users and groups.Can you please help me in this regard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any suggestions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:38:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26594#M13267</guid>
      <dc:creator>debraj</dc:creator>
      <dc:date>2008-02-05T09:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26595#M13268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are probably best creating a group for these people (eg "woof") and then adding protection for this group on the methods. Then use ACL_METHOD.GROUP_woof.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 14:53:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26595#M13268</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2008-02-05T14:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26596#M13269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for the reply. This is the first reply i got in the alfresco forum.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&amp;nbsp; Can you please elaborate on adding protection for this group on this method. And also group creation is done on the ui. How can i put this in the source code. By group did you mean a permission group&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 04:56:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26596#M13269</guid>
      <dc:creator>debraj</dc:creator>
      <dc:date>2008-02-06T04:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26597#M13270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And also how will the admin console come up in the ui for the user in the group woof&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 06:40:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26597#M13270</guid>
      <dc:creator>debraj</dc:creator>
      <dc:date>2008-02-06T06:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26598#M13271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a group and added protection for this group in public-services-security-context.xml. But the user cannot view the admin console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i bring up the admin console??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The admin console comes up when i add the user as a admin in authority-context.xml but this user can also operate on context and space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the user to only create and delete user/group and he souldnt have permission for any other action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for any replies&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 08:47:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26598#M13271</guid>
      <dc:creator>debraj</dc:creator>
      <dc:date>2008-02-06T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: New Role and ACL_METHOD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26599#M13272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will have to modify the protection (conditional display based on evaluators) for the UI screens and possibly extend the UI. You could always use the Javascript API to provide this specific functionality for a sub set of users. This may be easier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 14:48:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-role-and-acl-method/m-p/26599#M13272</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2008-02-19T14:48:56Z</dc:date>
    </item>
  </channel>
</rss>

