<?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: To create a keytab file for SAS IWA in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707735#M21087</link>
    <description>Not setting it would be valid as well, but you mentioned you had modified level_env_usermods.sh to set that value. If you didn't go back and undo that it may be set incorrectly.&lt;BR /&gt;&lt;BR /&gt;If the compute tier has it's own keytab for the Object Spawner it should be for SAS/sastest.example.local@EXAMPLE.LOCAL. If that is the same scenario (UPN=SPN) then you should not need to set SAS_SERVICE_PRINCPAL there either. If SAS/sastest.example.local@EXAMPLE.LOCAL is registered to a different UPN then you would need to set the SAS_SERVICE_PRINCPAL to the UPN there as well.</description>
    <pubDate>Tue, 22 Dec 2020 18:46:35 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2020-12-22T18:46:35Z</dc:date>
    <item>
      <title>To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706115#M21018</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand this is not a SAS question :-), however thought I could still check with experts here :-). I just completed the SAS upgrade in place from 9.4 M5 to M7. Everything went smooth, however I am getting an error when trying to connect to SAS MC with IWA authentication.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kerberos failure in function krb5_get_init_creds_keytab: Client 'SAS/xxxxxxx@xxxxxxx.LOCAL' not found in Kerberos database (96C73A06).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked up online and found the below article that talk about this issue by Stuart Rogers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-9-4-M7-Importance-of-UPN/ta-p/683863" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/SAS-9-4-M7-Importance-of-UPN/ta-p/683863&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now my question is how do I create the keytab with both UPN and SPN in it? My original command was this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;addent -password -p "SPN" -k 2 -e RC4-HMAC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if I need to add the UPN , should I just add another line in the keytab file like below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;addent -password -p "UPN" -k 2 -e RC4-HMAC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for clarifying...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 20:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706115#M21018</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-15T20:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706135#M21019</link>
      <description>Yes, you would repeat the addent command for each entry you wish to add to the keytab.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://web.mit.edu/kerberos/krb5-1.18/doc/admin/admin_commands/ktutil.html" target="_blank"&gt;https://web.mit.edu/kerberos/krb5-1.18/doc/admin/admin_commands/ktutil.html&lt;/A&gt;</description>
      <pubDate>Tue, 15 Dec 2020 21:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706135#M21019</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-15T21:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706647#M21033</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;for your response. So I did that and I still get the same error. I modified the keytab to add the UPN info and also&amp;nbsp;modified the /opt/sas/config/Lev1/ level_env_usermods.sh file on the compute server to add the below and restarted the Object spawner and metadata server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="mailto:SAS_SERVICE_PRINICIPAL=src_sastestkrb@HEALTHCORE.LOCAL" target="_blank"&gt;SAS_SERVICE_PRINICIPAL=UPN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;export SAS_SERVICE_PRINICIPAL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me proceed?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 14:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706647#M21033</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-17T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706688#M21034</link>
      <description>Are you able to successfully get a ticket for the UPN running kinit against the keytab?</description>
      <pubDate>Thu, 17 Dec 2020 16:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/706688#M21034</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-17T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707555#M21069</link>
      <description>&lt;P&gt;No &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;kinit -kt /etc/sas/SAS.keytab SAS/xxxxxx.local@xxxxxx.LOCAL&lt;BR /&gt;kinit: Client 'SAS/xxxxxx.local@xxxxxx.LOCAL' not found in Kerberos database while getting initial credentials&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 19:29:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707555#M21069</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-21T19:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707556#M21070</link>
      <description>That looks like an SPN, not a UPN. SPN is typically something like SERVICE/hostname@REALM whereas UPN is user@REALM. So for example if I had registered SAS/host.example.com@EXAMPLE.COM to user services@EXAMPLE.COM, I'd want my keytab to contain services@EXAMPLE.COM and be able to run kinit -k it /services.keytab services successfully.</description>
      <pubDate>Mon, 21 Dec 2020 19:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707556#M21070</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-21T19:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707579#M21072</link>
      <description>&lt;P&gt;Alright, my linux admin got a good keytab file generated for me that worked. However my SASMC still throwing the below error while connecting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kerberos failure in function krb5_get_init_creds_keytab: Pre-authentication failed: Invalid argument&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 21:46:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707579#M21072</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-21T21:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707581#M21073</link>
      <description>So you are able to do a kinit for services@EXAMPLE.COM (for example) against the keytab? If you do klist -k &amp;lt;keytab file&amp;gt; does it list both the UPN and SPN (SAS/hostname@REALM)?</description>
      <pubDate>Mon, 21 Dec 2020 22:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707581#M21073</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-21T22:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707689#M21078</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;-- I completely missed this response of yours. Sorry and thanks for so clearly explaining. So here is what I and my linux admin did. The SPN and UPN wree set up the way you explained. And I tried adding the UPN to the keytab and it did not work. So what we did is to make the UPN same as the SPN which is SAS/hostname.EXAMPLE.local@EXAMPLE.LOCAL. Then using KTPASS , my linux admin generated the keytab and that worked fine, meaning I got a krb5cc_**** tciket. However when I tried to connect to SASMC/SASEG with IWA , I got this error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kerberos failure in function krb5_get_init_creds_keytab: Pre-authentication failed: Invalid argument&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 15:46:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707689#M21078</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-22T15:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707692#M21079</link>
      <description>Is the SAS_SERVICE_PRINCIPAL in level_env_usermods.sh set to the UPN you were able to get a Kerberos credential cache with from your keytab?</description>
      <pubDate>Tue, 22 Dec 2020 15:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707692#M21079</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-22T15:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707696#M21080</link>
      <description>&lt;P&gt;Yes, I am able to generate a ticket. Here is the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kinit -kt /etc/sas/SAS.keytab SAS/sastestmd.EXAMPLE.local&lt;BR /&gt;&amp;nbsp;cd /tmp&lt;BR /&gt;&amp;nbsp;ls -ltr krb*&lt;BR /&gt;&lt;BR /&gt;-rw------- 1 sasinstaller sas 1728 Dec 22 10:08 krb5cc_444600575&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;klist -k /etc/sas/SAS.keytab&lt;BR /&gt;Keytab name: FILE:/etc/sas/SAS.keytab&lt;BR /&gt;KVNO Principal&lt;BR /&gt;---- --------------------------------------------------------------------------&lt;BR /&gt;14 SAS/sastestmd.example.local@EXAMPLE.LOCAL&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;So I made the UPN = SPN. So both are set to "SAS/sastestmd.example.local" now. I regenerated the keytab file and was able to generate the tickets as shown above. I also restarted SAS services. SASMC/SASEG and SAS studio are throwing errors. SAS Environment Manager is working fine (with IWA).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SASMC/SASEG is throwing below error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kerberos failure in function krb5_get_init_creds_keytab: Pre-authentication failed: Invalid argument (96C73AD2).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Studio is throwing this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerberos failure in function krb5_get_init_creds_keytab:​ Keytab contains no suitable keys for SAS/​sastest.​example.​local@EXAMPLE.​LOCAL (96C73AB5).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 16:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707696#M21080</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-22T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707698#M21081</link>
      <description>So SAS_SERVICE_PRINICPAL is set to SAS/sastestmd.example.local@EXAMPLE.LOCAL? The SAS Studio message appears to be referencing a different SPN (sastest instead of sastestmd).</description>
      <pubDate>Tue, 22 Dec 2020 16:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707698#M21081</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-22T16:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707728#M21085</link>
      <description>&lt;P&gt;Do you need to set the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;SAS_SERVICE_PRINICPAL&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;? I thought that needs to be done only when your UPN is not same as your SPN.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes&amp;nbsp;sastest is the compute server and sastestmd is the metadata /midtier server (We have meta and midtier on the same server)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 18:20:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707728#M21085</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-22T18:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707731#M21086</link>
      <description>&lt;P&gt;Also does the &lt;SPAN&gt;SAS_SERVICE_PRINICPAL&lt;/SPAN&gt; needs to be set up on both meta and compute tier?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 18:30:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707731#M21086</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-22T18:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707735#M21087</link>
      <description>Not setting it would be valid as well, but you mentioned you had modified level_env_usermods.sh to set that value. If you didn't go back and undo that it may be set incorrectly.&lt;BR /&gt;&lt;BR /&gt;If the compute tier has it's own keytab for the Object Spawner it should be for SAS/sastest.example.local@EXAMPLE.LOCAL. If that is the same scenario (UPN=SPN) then you should not need to set SAS_SERVICE_PRINCPAL there either. If SAS/sastest.example.local@EXAMPLE.LOCAL is registered to a different UPN then you would need to set the SAS_SERVICE_PRINCPAL to the UPN there as well.</description>
      <pubDate>Tue, 22 Dec 2020 18:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707735#M21087</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-22T18:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707747#M21089</link>
      <description>&lt;P&gt;After setting UPN same as SPN, I did undo the SAS_SERVICE_PRINICIPAL setting on the&amp;nbsp;&lt;SPAN&gt;level_env_usermods.sh file. So the compute tier does not have a keytab of it's own. I just copied the meta keytab on the compute (not knowing if it's needed or not). So should the keytab contain the SPN of both meta and compute ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAS/sastestmd.healthcore.local&amp;nbsp; --meta&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAS/sastest.healthcore.local -- compute.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Set the UPN =&amp;nbsp;SAS/sastestmd.healthcore.local and add the&amp;nbsp;SAS_SERVICE_PRINICIPAL=&amp;nbsp;SAS/sastestmd.healthcore.local on the&amp;nbsp;level_env_usermods.sh file since UPN will not be equal to SPN for compute.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707747#M21089</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-22T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707748#M21090</link>
      <description>If the sastest SPN registered to the sastestmd UPN, then a keytab containing both with the SAS_SERVICE_PRINCIPAL set to the SAS/sastestmd on the compute tier would satisfy the requirement.</description>
      <pubDate>Tue, 22 Dec 2020 20:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707748#M21090</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2020-12-22T20:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: To create a keytab file for SAS IWA</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707757#M21091</link>
      <description>&lt;P&gt;Thanks much&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975"&gt;@gwootton&lt;/a&gt;&amp;nbsp;! I'll try that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 20:46:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/To-create-a-keytab-file-for-SAS-IWA/m-p/707757#M21091</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2020-12-22T20:46:40Z</dc:date>
    </item>
  </channel>
</rss>

