<?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: SAS auto generating Kerberos TGT in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368642#M9065</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; you have no idea how long I've looked for this&lt;/P&gt;
&lt;P&gt;You are welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; Would I need to restart the Object Spawner ?&lt;/P&gt;
&lt;P&gt;Yes, also you should add the following script to WorkspaceServer_usermods.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;workspace_user=$(whoami)
workspace_user_ccaches=$(find /tmp -maxdepth 1 -user ${workspace_user} -type f -name "krb5cc_*" -printf '%T@ %p\n' | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
if test ! -z "$workspace_user_ccaches"; then
echo "Most recent krb5 ccache found for '${workspace_user}' at '${workspace_user_ccaches}'."
echo "Cache last modified: $(stat -c%y ${workspace_user_ccaches})"
export KRB5CCNAME=$workspace_user_ccaches
echo "KRB5CCNAME has been set to ${KRB5CCNAME}."
else
echo "No krb5 credentials caches were found in /tmp for '${workspace_user}'."
fi&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Is it possible to get notification for new posts on the site ?&lt;/P&gt;
&lt;P&gt;Yes, you can subscribe to the topic or the board. Click on the wheel in the right top corner.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 09:00:09 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2017-06-20T09:00:09Z</dc:date>
    <item>
      <title>SAS auto generating Kerberos TGT</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368599#M9061</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Outside of SAS Grid and outside of Hadoop...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if it's possible for SAS to automatically requests a TGT i.e. kinit when a user logs onto UNIX ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can include a call to kinit somewhere e.g. Workspace_Server_usermods.sh, but then I need a keytab file, which I'm trying to avoid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know the Object Spawner in SAS Grid can do this, but I'm looking for this functionality outside of Grid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a mil,&lt;/P&gt;&lt;P&gt;Nico.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368599#M9061</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2017-06-20T07:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS auto generating Kerberos TGT</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368603#M9062</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you configure &lt;A href="http://support.sas.com/kb/49/432.html" target="_self"&gt;PAM authentication&lt;/A&gt; and uncomment the following line in /&amp;lt;SASHome&amp;gt;/SASFoundation/9.4/utilities/bin/sasauth.conf:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PAM_SETCREDENTIALS=TRUE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Kerberos ticket will be created every time when the sasauth process will be called.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 07:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368603#M9062</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T07:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS auto generating Kerberos TGT</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368637#M9064</link>
      <description>&lt;P&gt;Thanks alexal, you have no idea how long I've looked for this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I test it through PROC PERMTEST, it's works, but not via Enterprise Guide. Would I need to restart the Object Spawner ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Off topic.....Is it possible to get notification for new posts on the site ? I've looked through my settings but cannnot find anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nico.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 08:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368637#M9064</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2017-06-20T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS auto generating Kerberos TGT</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368642#M9065</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; you have no idea how long I've looked for this&lt;/P&gt;
&lt;P&gt;You are welcome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; Would I need to restart the Object Spawner ?&lt;/P&gt;
&lt;P&gt;Yes, also you should add the following script to WorkspaceServer_usermods.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;workspace_user=$(whoami)
workspace_user_ccaches=$(find /tmp -maxdepth 1 -user ${workspace_user} -type f -name "krb5cc_*" -printf '%T@ %p\n' | sort -k 1nr | sed 's/^[^ ]* //' | head -n 1)
if test ! -z "$workspace_user_ccaches"; then
echo "Most recent krb5 ccache found for '${workspace_user}' at '${workspace_user_ccaches}'."
echo "Cache last modified: $(stat -c%y ${workspace_user_ccaches})"
export KRB5CCNAME=$workspace_user_ccaches
echo "KRB5CCNAME has been set to ${KRB5CCNAME}."
else
echo "No krb5 credentials caches were found in /tmp for '${workspace_user}'."
fi&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Is it possible to get notification for new posts on the site ?&lt;/P&gt;
&lt;P&gt;Yes, you can subscribe to the topic or the board. Click on the wheel in the right top corner.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368642#M9065</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS auto generating Kerberos TGT</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368665#M9066</link>
      <description>&lt;P&gt;Thanks a mil, all working now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-auto-generating-Kerberos-TGT/m-p/368665#M9066</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2017-06-20T10:54:47Z</dc:date>
    </item>
  </channel>
</rss>

