<?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: libname authorization issue for user with more than 16 NFS groups in Linux x64 in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794329#M20224</link>
    <description>&lt;P&gt;I did open SAS tracking number 7613512068, before posting here. Is that what you mean by TS Track?&lt;/P&gt;&lt;P&gt;%put &amp;amp;sysvlong ; 9.04.01M6P110718&lt;BR /&gt;%put &amp;amp;sysscpl ; Linux&lt;BR /&gt;%put &amp;amp;syssite ; 70152682&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 19:15:28 GMT</pubDate>
    <dc:creator>TimE4SAS</dc:creator>
    <dc:date>2022-02-03T19:15:28Z</dc:date>
    <item>
      <title>libname authorization issue for user with more than 16 NFS groups in Linux x64</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794236#M20221</link>
      <description>&lt;PRE&gt;NFS Group needed to access directory referenced in libname statement is group #23 for user and only first 16 groups are being evaluated by Linux. Running from SAS EG 7.15 on Linux X64 SAS 9.4M6. Issuing Linux newgrp command before libname has no effect when run from SAS. Is there a way to reference a Linux group on libname statement? Is there a different way to execute newgrp command so that libname will reference re-ordered security groups? Or another solution. I have PIPEd results in SAS program and have attached. I am able to list the folder with Linux "sg" and referencing appropriate group. When logged into Linux via Putty, I can execute "newgrp" command and see group order is changed via "groups" command.&lt;/PRE&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 15:24:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794236#M20221</guid>
      <dc:creator>TimE4SAS</dc:creator>
      <dc:date>2022-02-03T15:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: libname authorization issue for user with more than 16 NFS groups in Linux x64</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794321#M20222</link>
      <description>&lt;P&gt;You are probably going to need to open a TS track for this&amp;nbsp;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;BR /&gt;&lt;BR /&gt;Please provide more context on the issue&lt;BR /&gt;Has this been working in the past&lt;BR /&gt;When was it last working&lt;BR /&gt;What changed&lt;BR /&gt;Do you know it works for the same user with&amp;nbsp;15 NFS groups in Linux x64&lt;BR /&gt;&lt;BR /&gt;I did search existing tracks and found this (no idea if it helps)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csA16174BA"&gt;I think we found the issue which is an NFS export option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csA16174BA"&gt;The option for more than 16 user groups over NFS is not enabled on this NFS export.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 18:36:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794321#M20222</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2022-02-03T18:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: libname authorization issue for user with more than 16 NFS groups in Linux x64</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794327#M20223</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Has this been working in the past? We just crossed this issue where a user belongs to more than 16 groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What changed? Added more security groups. With a transition to AWS and their EFS(elastic file system), we have added more groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know it works for the same user with&amp;nbsp;15 NFS groups in Linux x64? Yes this works for the same user if there are only 16 groups.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think this is a matter of how newgrp command works. Even though it is executing okay, it is not changing the groups associated with the already started SAS session. I have seen some posts that suggest&amp;nbsp;sudo usermod -g, however a basic user like myself cannot run usermod. Seems like we would need an elevated priviledge to modify user group within the active SAS session or somehow reduce or reorder the groups before the SAS session is started.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don't think the NFS export is related. Was there supposed to be a link there? I can't find the article right off.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will have to engage on SAS Team to open the TS track. I assumed we might end up here, but they wanted me to submit the question first.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794327#M20223</guid>
      <dc:creator>TimE4SAS</dc:creator>
      <dc:date>2022-02-03T19:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: libname authorization issue for user with more than 16 NFS groups in Linux x64</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794329#M20224</link>
      <description>&lt;P&gt;I did open SAS tracking number 7613512068, before posting here. Is that what you mean by TS Track?&lt;/P&gt;&lt;P&gt;%put &amp;amp;sysvlong ; 9.04.01M6P110718&lt;BR /&gt;%put &amp;amp;sysscpl ; Linux&lt;BR /&gt;%put &amp;amp;syssite ; 70152682&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 19:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/libname-authorization-issue-for-user-with-more-than-16-NFS/m-p/794329#M20224</guid>
      <dc:creator>TimE4SAS</dc:creator>
      <dc:date>2022-02-03T19:15:28Z</dc:date>
    </item>
  </channel>
</rss>

