<?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: PAM Authentication in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206181#M3002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using pam on Unix is possible compromising the system security&lt;/P&gt;&lt;P&gt;. Be sure you get those guys aligned to use pam. It is the only option on Linux with Sas. Only aix is supporting LAM. Following the instructions should give no technical problem.&lt;/P&gt;&lt;P&gt;Only when going into mixed authentication providers with IWA there is a lot.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0bggv0uyqm3m0n1ngn9g94i70nz.htm"&gt;http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0bggv0uyqm3m0n1ngn9g94i70nz.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 14:33:58 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2015-06-15T14:33:58Z</dc:date>
    <item>
      <title>PAM Authentication</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206178#M2999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone worked on PAM Authentication on Windows and Linux machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We currently have IWA for authentication and wish to move to PAM for Authentication, if you could share some insights while doing so would really help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 10:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206178#M2999</guid>
      <dc:creator>AnkitDedhia</dc:creator>
      <dc:date>2015-06-15T10:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: PAM Authentication</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206179#M3000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Linux (RHEL 5 &amp;amp; 6), we have set up PAM authentication some time ago for SAS Servers. We had issues on IOM SAS sessions (Stored Process, Workspace etc.) authentication because SAS authentication proxy&amp;nbsp; (SASELSRV) didn't response correctly. The following change quickly resolved the problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;
&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Modify&amp;nbsp; &lt;SPAN style="font-weight: bold;"&gt;"sasauth.conf" :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;
&lt;P style="font-family: 'Courier New'; font-size: 11.0pt;"&gt;$SASROOT/utilities/bin/&lt;SPAN style="font-weight: bold;"&gt;sasauth.conf&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: 1pt solid #a3a3a3;"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD style="border-style: solid; border-color: #a3a3a3; border-width: 1pt; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;(line no. 40)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="border-style: solid; border-color: #a3a3a3; border-width: 1pt; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;P style="font-family: 'Courier New'; font-size: 11.0pt;"&gt;methods=&lt;SPAN style="background: yellow;"&gt;pam&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD style="border-style: solid; border-color: #a3a3a3; border-width: 1pt; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;(line no. 164)&lt;/P&gt;
&lt;/TD&gt;
&lt;TD style="border-style: solid; border-color: #a3a3a3; border-width: 1pt; padding: 4pt 4pt 4pt 4pt;"&gt;
&lt;P style="font-size: 11.0pt;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;GROUP_NOCASE=TRUE&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Calibri; background: yellow;"&gt;uncommented&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:02:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206179#M3000</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2015-06-15T14:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: PAM Authentication</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206180#M3001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ronan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are struggling to find expertise for implementation of PAM on Linux (RHEL 6) if you have any documentation with regards to the same please share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206180#M3001</guid>
      <dc:creator>AnkitDedhia</dc:creator>
      <dc:date>2015-06-15T14:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: PAM Authentication</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206181#M3002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using pam on Unix is possible compromising the system security&lt;/P&gt;&lt;P&gt;. Be sure you get those guys aligned to use pam. It is the only option on Linux with Sas. Only aix is supporting LAM. Following the instructions should give no technical problem.&lt;/P&gt;&lt;P&gt;Only when going into mixed authentication providers with IWA there is a lot.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0bggv0uyqm3m0n1ngn9g94i70nz.htm"&gt;http://support.sas.com/documentation/cdl/en/bisecag/67045/HTML/default/viewer.htm#n0bggv0uyqm3m0n1ngn9g94i70nz.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 14:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/PAM-Authentication/m-p/206181#M3002</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-06-15T14:33:58Z</dc:date>
    </item>
  </channel>
</rss>

