<?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: Role based permissions at DataSet level in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557768#M31624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Roles are the way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now is anyone mapping windows groups to roles rather than adding the users to the database and assigning the database user to roles?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows group Parcels --&amp;gt; SQL role Parcels&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL users Joe, Ted and Max ---&amp;gt; SQL role Parcels&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our business IT group is going that way so I'm going alway with it.&amp;nbsp; But when I added all my windows users to SQL I could bring up their userid and see all the roles that user was a member of my database.&amp;nbsp; With windows groups I have to query active directory which generates a list of all groups the userid is a member of.&amp;nbsp; These include email groups, project groups etc.&amp;nbsp; It just isn't very clean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 19:03:16 GMT</pubDate>
    <dc:creator>RandyKreuziger</dc:creator>
    <dc:date>2011-03-17T19:03:16Z</dc:date>
    <item>
      <title>Role based permissions at DataSet level</title>
      <link>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557765#M31621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if it is possible to grant permissions at the DataSet level based on a role instead of individual users?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 19:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557765#M31621</guid>
      <dc:creator>JeffGriggs1</dc:creator>
      <dc:date>2011-03-09T19:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Role based permissions at DataSet level</title>
      <link>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557766#M31622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The grant and revoke API functions accept roles in the "user" parameter.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I &lt;/SPAN&gt;&lt;STRONG&gt;always&lt;/STRONG&gt;&lt;SPAN&gt; grant access through roles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 21:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557766#M31622</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-03-09T21:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Role based permissions at DataSet level</title>
      <link>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557767#M31623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Vince!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557767#M31623</guid>
      <dc:creator>JeffGriggs2</dc:creator>
      <dc:date>2011-03-16T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Role based permissions at DataSet level</title>
      <link>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557768#M31624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Roles are the way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now is anyone mapping windows groups to roles rather than adding the users to the database and assigning the database user to roles?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Windows group Parcels --&amp;gt; SQL role Parcels&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL users Joe, Ted and Max ---&amp;gt; SQL role Parcels&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our business IT group is going that way so I'm going alway with it.&amp;nbsp; But when I added all my windows users to SQL I could bring up their userid and see all the roles that user was a member of my database.&amp;nbsp; With windows groups I have to query active directory which generates a list of all groups the userid is a member of.&amp;nbsp; These include email groups, project groups etc.&amp;nbsp; It just isn't very clean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 19:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557768#M31624</guid>
      <dc:creator>RandyKreuziger</dc:creator>
      <dc:date>2011-03-17T19:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Role based permissions at DataSet level</title>
      <link>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557769#M31625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I map domain groups to DB roles in my publication GDB (read-only).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 23:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/role-based-permissions-at-dataset-level/m-p/557769#M31625</guid>
      <dc:creator>RobertHu</dc:creator>
      <dc:date>2011-03-17T23:39:25Z</dc:date>
    </item>
  </channel>
</rss>

