<?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: Contolling the directory access for the AD users on linux based SASApp server in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250397#M4162</link>
    <description>&lt;P&gt;Sure Tim. I think thats whats happening. let me check with them and see what's going on&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2016 17:26:57 GMT</pubDate>
    <dc:creator>ktkv5</dc:creator>
    <dc:date>2016-02-16T17:26:57Z</dc:date>
    <item>
      <title>Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250376#M4149</link>
      <description>&lt;P&gt;In our setup, the windows users dont have Linux presence and we are using the PAM authentication to authenticate them. I would like to create 2 directories DirA abd DirB, which are owned&amp;nbsp;by GrpA and GrpB users respectively. Lets say I have 3 users X@abc.com,Y&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57317"&gt;@ABC&lt;/a&gt;.com&lt;/SPAN&gt; and Z&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57317"&gt;@ABC&lt;/a&gt;.com and X is a member of GrpA and Y is a member of GrpB and Z is a member of both the groups. How can I achieve this in Unix?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 16:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250376#M4149</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T16:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250381#M4151</link>
      <description>If I understand you correctly, I think it would be something like the following.&lt;BR /&gt;&lt;BR /&gt;You need to have the Linux groups created (GrpA/GrpB) and then have each user added to their respective group (presumably their GID, primary group, would be either GrpA or GrpB).&lt;BR /&gt;&lt;BR /&gt;Then you need to create DirA and DirB and change the group ownership of the DirA and DirB to GrpA and GrpB. So something like: "chgrp GrpA /DirA"&lt;BR /&gt;&lt;BR /&gt;So long as the user is a member of the appropriate group and the directory has execute permissions for the group that owns it they should have access to those directories.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2016 16:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250381#M4151</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-16T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250382#M4152</link>
      <description>&lt;P&gt;Yes Tim. Exactly!!! These users only have the windows presence and using SAS only through EG. If they place any external file in these directories only the members of that group should be able to see the files. I have created dirA and GrpA and changed the ownership of dirA to grpA and placed a file in that directory, modified the permissions to 770. If I login as userB I am able to see files under the dirA. Dont know what I am missing here&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 16:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250382#M4152</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T16:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250383#M4153</link>
      <description>Can you show me current permissions for DirA and then issue the following commands send me the ouput?&lt;BR /&gt;&lt;BR /&gt;id UserA&lt;BR /&gt;id UserB</description>
      <pubDate>Tue, 16 Feb 2016 16:53:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250383#M4153</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-16T16:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250384#M4154</link>
      <description>&lt;P&gt;Current permissions for DirA is&amp;nbsp;drwxrwx---+ and I apologize as I cannot send the output of the next commands as its sensitive data. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250384#M4154</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T17:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250387#M4155</link>
      <description>The only reason UserB should be able to access DirA, with the permissions as they are, is because UserB is in GrpA. You need to check the groups of UserB.&lt;BR /&gt;&lt;BR /&gt;If you issue "groups UserB" is GrpA in the list?</description>
      <pubDate>Tue, 16 Feb 2016 17:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250387#M4155</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-16T17:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250388#M4156</link>
      <description>&lt;P&gt;No. GroupA is not listed for the userB&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250388#M4156</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T17:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250390#M4157</link>
      <description>&lt;P&gt;How are you verifying that UserB can access DirA?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:07:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250390#M4157</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-16T17:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250391#M4158</link>
      <description>&lt;P&gt;I have logged in SAS EG as userB and expanded SASApp server&amp;gt; files&amp;gt; dirA and I can consume the file in my SAS code&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:10:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250391#M4158</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250393#M4159</link>
      <description>I just noticed, you sent me the permissions for /DirA but not the long listing that shows the owner and group. Can you show that as well?&lt;BR /&gt;&lt;BR /&gt;Can you putty into the server and see the SAS process for your session? Can you verify that's actually running under UserB and not one of the SAS service accounts (like sassrv)?</description>
      <pubDate>Tue, 16 Feb 2016 17:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250393#M4159</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-16T17:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250394#M4160</link>
      <description>&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Please find the info asked&amp;nbsp;&lt;/P&gt;&lt;P&gt;drwxrwx---+ &amp;nbsp;2 sasadmin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;dirA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4096 Feb 10 19:17 dirA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250394#M4160</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T17:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250396#M4161</link>
      <description>&lt;P&gt;I'm not too familiar with them, but the "+" at the end of your permissions string may indicate that you have ACLs (Access Control Lists)&amp;nbsp;implemented. If I understand ACLs correctly, these could potentially be overriding the OS permissions you're trying to set.&amp;nbsp; You might want to get with your Unix Admins to see if the ACLs may be overriding what you're trying to do.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250396#M4161</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-02-16T17:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Contolling the directory access for the AD users on linux based SASApp server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250397#M4162</link>
      <description>&lt;P&gt;Sure Tim. I think thats whats happening. let me check with them and see what's going on&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 17:26:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Contolling-the-directory-access-for-the-AD-users-on-linux-based/m-p/250397#M4162</guid>
      <dc:creator>ktkv5</dc:creator>
      <dc:date>2016-02-16T17:26:57Z</dc:date>
    </item>
  </channel>
</rss>

