<?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: Authorization librarie for users in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/753088#M22584</link>
    <description>&lt;P&gt;Here's what we have (and I feel quite confident in how it's done because I was guided by none other than David Stern!).&lt;/P&gt;
&lt;P&gt;We have quite a few grroups of users with widely ranging areas of analysis. This means that we have a large number of libraries (over 300 at the last count), many of which are ODBC links to databases. Each has its own set of authorised users. So, pretty much, each library is in its own folder, all within the /Shared Data folder. ACTs are applied to each of those folders, which grant all access to one group and just RM,R to another. This ensures that those permissions are inherited by an registered tables.&lt;/P&gt;
&lt;P&gt;But in order for users to see the folders and their contents, SASUSERS needs RM access to the /Shared Data folder and that would be inherited by all its child folders. So we have another ACT which we apply to each child folder which denies all permissions to SASUSERS. The specific ACT for a child folder overrides this for the&amp;nbsp; groups which it specifies.&lt;/P&gt;
&lt;P&gt;I hope this is useful.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jul 2021 09:11:25 GMT</pubDate>
    <dc:creator>Nigel_Pain</dc:creator>
    <dc:date>2021-07-09T09:11:25Z</dc:date>
    <item>
      <title>Authorization librarie for users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/752942#M22579</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for any guides for managing user authorization to access libraries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should create a group of users allowed just to access one library between the many libraries already registered in SAS Management Console. I tried to create a new user without giving to him any authorization or any group, but he can access everything. The only way I managed to avoid him to see the data in the library has been to insert his group in the authorization tab properties of the library, and deny explicitly the authorization for that group. But I hope this is not the only way, because I should deny the authorization for all the libraries that already exist, and all the future ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 17:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/752942#M22579</guid>
      <dc:creator>ddddddddd1223</dc:creator>
      <dc:date>2021-07-08T17:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization librarie for users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/752958#M22580</link>
      <description>Typically you would control access to libraries by modifying the permissions on the folder that contains the library.&lt;BR /&gt;If that folder has access granted to SASUSERS (the group that contains all users), then any new user would have access. &lt;BR /&gt;If you intend to limit access to SASUSERS and grant access to a specific group, be sure the SAS General Servers group is a member of that new group or otherwise has access to ensure shared servers like Pooled Workspace and Stored Process can access it.&lt;BR /&gt;Here is the documentation on the topic:&lt;BR /&gt;&lt;BR /&gt;Metadata Authorization Model&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bisecag/n0iqe26rd4ui8ln1sqg5g7cs4qhc.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/bicdc/9.4/bisecag/n0iqe26rd4ui8ln1sqg5g7cs4qhc.htm&lt;/A&gt;</description>
      <pubDate>Thu, 08 Jul 2021 18:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/752958#M22580</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-07-08T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization librarie for users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/752964#M22581</link>
      <description>&lt;P&gt;The proper strategy for permissions in metadata is: deny globally, allow locally.&lt;/P&gt;
&lt;P&gt;So you should remove SASUSERS access to all your libraries, and allow it specifically for each group.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 18:15:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/752964#M22581</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-08T18:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization librarie for users</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/753088#M22584</link>
      <description>&lt;P&gt;Here's what we have (and I feel quite confident in how it's done because I was guided by none other than David Stern!).&lt;/P&gt;
&lt;P&gt;We have quite a few grroups of users with widely ranging areas of analysis. This means that we have a large number of libraries (over 300 at the last count), many of which are ODBC links to databases. Each has its own set of authorised users. So, pretty much, each library is in its own folder, all within the /Shared Data folder. ACTs are applied to each of those folders, which grant all access to one group and just RM,R to another. This ensures that those permissions are inherited by an registered tables.&lt;/P&gt;
&lt;P&gt;But in order for users to see the folders and their contents, SASUSERS needs RM access to the /Shared Data folder and that would be inherited by all its child folders. So we have another ACT which we apply to each child folder which denies all permissions to SASUSERS. The specific ACT for a child folder overrides this for the&amp;nbsp; groups which it specifies.&lt;/P&gt;
&lt;P&gt;I hope this is useful.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 09:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Authorization-librarie-for-users/m-p/753088#M22584</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2021-07-09T09:11:25Z</dc:date>
    </item>
  </channel>
</rss>

