<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Roles</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>Recent changes to Roles</description><atom:link href="https://sourceforge.net/p/coils/wiki/Roles/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 24 Oct 2019 13:46:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/Roles/feed" rel="self" type="application/rss+xml"/><item><title>Roles modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -18,7 +18,7 @@

 To assign a role to a team use the coils-server-config command to set the appropriate default to the team name.

-    coils-server-config --default=OGoWorkflowDevelopersTeam --value="Developers"
+    coils-server-config --directive=OGoWorkflowDevelopersTeam --value="Developers"

 The above grants the role OGO_ROLE_WORKFLOW_DEVELOPERS to all members of the team "Developers".

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 24 Oct 2019 13:46:49 -0000</pubDate><guid>https://sourceforge.net4d3db483140a9a8caa4d321654803cf28798baf0</guid></item><item><title>Roles modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -15,6 +15,12 @@
    OGO_ROLE_DATA_MANAGER        | 4010000 | OGoDataManagersTeam

 __NOTE__: The __Role Id__ is a constant defined in [coils.foundation](Foundation).  This value should never be used directly, and is never used in the course of normal server administration.  
+
+To assign a role to a team use the coils-server-config command to set the appropriate default to the team name.
+
+    coils-server-config --default=OGoWorkflowDevelopersTeam --value="Developers"
+
+The above grants the role OGO_ROLE_WORKFLOW_DEVELOPERS to all members of the team "Developers".

 ##System Administrator

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Mon, 03 Feb 2014 14:13:54 -0000</pubDate><guid>https://sourceforge.net1cb180bf448b9dddf4b3e3eb424d9687bb29acd1</guid></item><item><title>Roles modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,5 @@
+[Administration] [Development]
+
 [TOC]

 #Roles
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 31 Oct 2013 13:44:34 -0000</pubDate><guid>https://sourceforge.net0ed7b31847960105e8702181e8d09ffcda3ed42d</guid></item><item><title>Roles modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,6 +11,8 @@
    OGO_ROLE_WORKFLOW_ADMIN      | 3010000 | OGoWorkflowAdministrativeTeam 
    OGO_ROLE_WORKFLOW_DEVELOPERS | 3100000 | OGoWorkflowDevelopersTeam
    OGO_ROLE_DATA_MANAGER        | 4010000 | OGoDataManagersTeam
+
+__NOTE__: The __Role Id__ is a constant defined in [coils.foundation](Foundation).  This value should never be used directly, and is never used in the course of normal server administration.

 ##System Administrator

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 31 Oct 2013 13:43:38 -0000</pubDate><guid>https://sourceforge.net3fedff63b0ca311d7378b4effff2d2e8a6dad281</guid></item><item><title>Roles modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,44 +1,33 @@
-
 [TOC]

 #Roles
+
+Certain roles are used to allow the adminsitrator to control actions available to users.  A role is granted by team membership;  each role is assigned to a team and the members of that team possess that role.  To assign a role to all users assign that role default to the all-users group, OGo#10003.  It is __strongly advised__ that no role ever be assigned to a Team that contains the OGo#8999 [NetworkContext](Context).
+
+   Role Name                    | Role Id | Team Assignment Default
+   ---------------------------- |-------- |-------------------------
+   OGO_ROLE_SYSTEM_ADMIN        | 1010000 | OGoAdministrativeTeam 
+   OGO_ROLE_HELPDESK            | 2010000 | OGoHelpDeskRoleName   
+   OGO_ROLE_WORKFLOW_ADMIN      | 3010000 | OGoWorkflowAdministrativeTeam 
+   OGO_ROLE_WORKFLOW_DEVELOPERS | 3100000 | OGoWorkflowDevelopersTeam
+   OGO_ROLE_DATA_MANAGER        | 4010000 | OGoDataManagersTeam

 ##System Administrator

 This role should grant the same privilages to a user as is owned by the "ogo" account [context objectId#10000].  This allows the user to do things like promote contacts to users, manage team membership, delete anything, etc...

-   Constant | Value
-   -------- |-------
-   OGO_ROLE_SYSTEM_ADMIN |1010000
-
 ##Help Desk

 This role allows a user extended privileges relating to task entities, such as being able to create/modify a task to have an owner other than the creator or themselves.
-
-   Constant | Value
-   -------- |-------
-   OGO_ROLE_HELPDESK | 2010000

 ##Workflow Administrator

 Provides extensive powers over the OIE workflow components.  This includes access to all processes and routes.  The ability to place administrative holds on processes and routes.

-   Constant | Value
-   -------- |-------
-   OGO_ROLE_WORKFLOW_ADMIN | 3010000
-
 ##Workflow Developer

 Provides the ability to create new routes, temaples, formats, and schema documents. Allows formats, templates, and schemas to be modified and/or deleted.

-   Constant | Value
-   -------- |-------
-   OGO_ROLE_WORKFLOW_DEVELOPERS | 3100000
-
 ##Data Manager

 Provides the ability to perform list actions and other related data extractions.  The primary purpose of this role is to limit the ability to perform bulk-data exports and changes to some subset of users.
-
-   Constant | Value
-   -------- |-------
-   OGO_ROLE_DATA_MANAGER | 4010000
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 31 Oct 2013 13:43:07 -0000</pubDate><guid>https://sourceforge.net8858d2cb539fe0976c4aff4f9eccedbbd81f228f</guid></item><item><title>Roles modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/Roles/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#roles"&gt;Roles&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#system-administrator"&gt;System Administrator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#help-desk"&gt;Help Desk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#workflow-administrator"&gt;Workflow Administrator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#workflow-developer"&gt;Workflow Developer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#data-manager"&gt;Data Manager&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="roles"&gt;Roles&lt;/h1&gt;
&lt;h2 id="system-administrator"&gt;System Administrator&lt;/h2&gt;
&lt;p&gt;This role should grant the same privilages to a user as is owned by the "ogo" account &lt;span&gt;[context objectId#10000]&lt;/span&gt;.  This allows the user to do things like promote contacts to users, manage team membership, delete anything, etc...&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constant&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;OGO_ROLE_SYSTEM_ADMIN&lt;/td&gt;
&lt;td&gt;1010000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="help-desk"&gt;Help Desk&lt;/h2&gt;
&lt;p&gt;This role allows a user extended privileges relating to task entities, such as being able to create/modify a task to have an owner other than the creator or themselves.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constant&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;OGO_ROLE_HELPDESK&lt;/td&gt;
&lt;td&gt;2010000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="workflow-administrator"&gt;Workflow Administrator&lt;/h2&gt;
&lt;p&gt;Provides extensive powers over the OIE workflow components.  This includes access to all processes and routes.  The ability to place administrative holds on processes and routes.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constant&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;OGO_ROLE_WORKFLOW_ADMIN&lt;/td&gt;
&lt;td&gt;3010000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="workflow-developer"&gt;Workflow Developer&lt;/h2&gt;
&lt;p&gt;Provides the ability to create new routes, temaples, formats, and schema documents. Allows formats, templates, and schemas to be modified and/or deleted.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constant&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;OGO_ROLE_WORKFLOW_DEVELOPERS&lt;/td&gt;
&lt;td&gt;3100000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="data-manager"&gt;Data Manager&lt;/h2&gt;
&lt;p&gt;Provides the ability to perform list actions and other related data extractions.  The primary purpose of this role is to limit the ability to perform bulk-data exports and changes to some subset of users.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constant&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;OGO_ROLE_DATA_MANAGER&lt;/td&gt;
&lt;td&gt;4010000&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Thu, 31 Oct 2013 13:41:28 -0000</pubDate><guid>https://sourceforge.netd3b867adfefac92897cfe8016af030bcf56c7b64</guid></item></channel></rss>