<?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: Is it possible to limit xcmd to certain users? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671865#M19534</link>
    <description>&lt;P&gt;You could try to do it via the WorkspaceServer_usermods.sh file of your workspace server. You can check for the userID and set one of the USERMODS_OPTIONS.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 15:56:56 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-07-23T15:56:56Z</dc:date>
    <item>
      <title>Is it possible to limit xcmd to certain users?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671854#M19532</link>
      <description>&lt;P&gt;I'm running SAS Studio on Linux - is it possible to turn on xcmd only for certain users instead of system-wide?&amp;nbsp; If so, how is that done?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671854#M19532</guid>
      <dc:creator>gothaggis</dc:creator>
      <dc:date>2020-07-23T15:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to limit xcmd to certain users?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671861#M19533</link>
      <description>&lt;P&gt;XCMD is a server setting, so it applies to a workspace server without regard for the user accessing the server.&lt;/P&gt;
&lt;P&gt;If you really need this (which I strongly doubt, a well-configured server can't be put at risk anyway), you need to define a separate application server context where XCMD is disabled, and use metadata permissions so certain users can only use this special context.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671861#M19533</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-23T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to limit xcmd to certain users?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671865#M19534</link>
      <description>&lt;P&gt;You could try to do it via the WorkspaceServer_usermods.sh file of your workspace server. You can check for the userID and set one of the USERMODS_OPTIONS.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 15:56:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/671865#M19534</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-23T15:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to limit xcmd to certain users?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/672042#M19540</link>
      <description>&lt;P&gt;In theory, yes. The documentation for XCMD option says that "it can be restricted by the administor" meaning, this option is compatible with Restriction options at SAS Foundation level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=hostunx&amp;amp;docsetTarget=n02699r064oqccn19vblte8xzr8m.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=hostunx&amp;amp;docsetTarget=n02699r064oqccn19vblte8xzr8m.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$SASROOT/misc/rstropts/groups&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the restriction applies selectively upon the SAS session owner account's login or - better - primary group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the admin creates a specific SASV9.cfg file in the directory below with the option values set accordingly&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;primary group&amp;gt;_rsasv.cfg&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;-XCMD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-this file will take precedence over any SASV9.cfg file globally applied&lt;/P&gt;
&lt;P&gt;-if the option value (not the case, here) can also be changed during the sas session, the restriction applies and the change is refused&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Never tested. I am suprised this very option is compatible with restriction since it applies only for IOM server sessions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 10:12:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-it-possible-to-limit-xcmd-to-certain-users/m-p/672042#M19540</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2020-07-24T10:12:27Z</dc:date>
    </item>
  </channel>
</rss>

