<?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: Batch update of SAS Metadata user ID's in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/924017#M28358</link>
    <description>&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;replace_metadata_login_case_s9.sas&lt;/STRONG&gt;, that's EXACTLY what I was looking for!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thx.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 18:38:04 GMT</pubDate>
    <dc:creator>YvanHelie</dc:creator>
    <dc:date>2024-04-11T18:38:04Z</dc:date>
    <item>
      <title>Batch update of SAS Metadata user ID's</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/923986#M28354</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within a current SAS 9.4 deployment, we want to implement 'Integrated Windows Authentication' (IWA) with Active Directory. The source environment has SAS users created manually, with no User ID's related to Active Directory. Is there a way to import the users and then just run a script to update the User ID's (i.e. JSmith to AD Server\JSmith)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 15:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/923986#M28354</guid>
      <dc:creator>YvanHelie</dc:creator>
      <dc:date>2024-04-11T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch update of SAS Metadata user ID's</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/923998#M28355</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;BR /&gt;You can customize this to your needs:&lt;A href="https://documentation.sas.com/doc/en/bicdc/9.4/bisecag/n16wd5khdis6qon1ac6rbmv79wyd.htm" target="_blank"&gt;&amp;nbsp;SAS Help Center: About the Sample Code for Active Directory&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 16:39:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/923998#M28355</guid>
      <dc:creator>MarcoGhiglieri</dc:creator>
      <dc:date>2024-04-11T16:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch update of SAS Metadata user ID's</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/924015#M28357</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/338947"&gt;@MarcoGhiglieri&lt;/a&gt;&amp;nbsp;suggested, SAS provides macros and sample code for bulkload and synchronization of users between Active Directory and the SAS Metadata Server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wish instead to have a program you can use to change the userid for the DefaultAuth login account (technically a Login metadata object, see&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/omamodref/67417/HTML/default/viewer.htm#login.htm" target="_blank"&gt;SAS Namespace Types: Login :: SAS(R) 9.4 Metadata Model: Reference&lt;/A&gt;&amp;nbsp;for properties and object associations), you could use the code in&amp;nbsp;&lt;A href="https://github.com/sascommunities/technical-support-code/blob/main/usage/administration/sas-metadata-server/replace_metadata_login_case_s9.sas" target="_blank"&gt;technical-support-code/usage/administration/sas-metadata-server/replace_metadata_login_case_s9.sas at main · sascommunities/technical-support-code · GitHub&lt;/A&gt;&amp;nbsp;as an example.&amp;nbsp; This code changes the case of the userids for Login objects associated with a designated authentication domain.&amp;nbsp; But you could put your own code in place for the manner in which you wish to change the userid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Carl Sommer - SAS Technical Support&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 18:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/924015#M28357</guid>
      <dc:creator>carl_sommer</dc:creator>
      <dc:date>2024-04-11T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batch update of SAS Metadata user ID's</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/924017#M28358</link>
      <description>&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;replace_metadata_login_case_s9.sas&lt;/STRONG&gt;, that's EXACTLY what I was looking for!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thx.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 18:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Batch-update-of-SAS-Metadata-user-ID-s/m-p/924017#M28358</guid>
      <dc:creator>YvanHelie</dc:creator>
      <dc:date>2024-04-11T18:38:04Z</dc:date>
    </item>
  </channel>
</rss>

