<?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>Question Re: Is it recommended modifying _SYS_*, technical users in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742836#M209784</link>
    <description>&lt;P&gt;I can't answer why the _SYS_STATISTICS user is not disabled, but altering its password or disabling it altogether is not possible.&lt;/P&gt;&lt;P&gt;If you try to alter the user you get &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Could not modify user '_SYS_STATISTICS'. SAP DBTech JDBC: [258]: insufficient privilege: Alter of internal user is not allowed: line 1 col 12 (at pos 11)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;With that. no user can just change the password and logon as _SYS_STATISTICS. &lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 02:29:13 GMT</pubDate>
    <dc:creator>lbreddemann</dc:creator>
    <dc:date>2018-10-31T02:29:13Z</dc:date>
    <item>
      <title>Is it recommended modifying _SYS_*, technical users</title>
      <link>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaq-p/742833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;On SAP HANA 2.0 SPS03, Is it recommended doing any modification like deactivating login permissions, disabling password lifetime check for _SYS_* or _SYS_STATISTICS technical users.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Raghavendra.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 10:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaq-p/742833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-29T10:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is it recommended modifying _SYS_*, technical users</title>
      <link>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742834#M209782</link>
      <description>&lt;P&gt;All pre-defined technical users like SYS, _SYS_* should already be deactivated by default for logon (like described &lt;A href="https://help.sap.com/viewer/742945a940f240f4a2a0e39f93d3e2d4/2.0.03/en-US/a840530a2ab64d2188aa95d503a003a3.html" target="_blank"&gt;here&lt;/A&gt;). You should check the &lt;A href="https://help.sap.com/viewer/742945a940f240f4a2a0e39f93d3e2d4/2.0.03/en-US/45955420940c4e80a1379bc7270cead6.html" target="_blank"&gt;recommendations for database users, roles, privileges&lt;/A&gt; + all other recommendations in the HANA security guide (for instance the recommendations related to user SYSTEM).&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Florian&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 11:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742834#M209782</guid>
      <dc:creator>pfefferf</dc:creator>
      <dc:date>2018-10-29T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it recommended modifying _SYS_*, technical users</title>
      <link>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742835#M209783</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Florian&lt;BR /&gt;Yes, All the techical users are deactivted by default on SAP HANA 2.0 SPS03 but the _SYS_STATISTICS techical user is not deactivated by default.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is the ouput of sql quary on SAP HANA 2.0 SPS03&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;hdbsql SYSTEMDB=&amp;gt; SELECT USER_NAME,USER_DEACTIVATED from "PUBLIC"."USERS" WHERE LOWER(SUBSTRING(USER_NAME,1,4)) = '_sys' or LOWER(USER_NAME)='sys';&lt;/P&gt;&lt;P&gt;USER_NAME,USER_DEACTIVATED&lt;BR /&gt;"SYS","TRUE"&lt;BR /&gt;"_SYS_STATISTICS","FALSE"                                                   &amp;lt; --------------------------------- &lt;BR /&gt;"_SYS_EPM","TRUE"&lt;BR /&gt;"_SYS_REPO","TRUE"&lt;BR /&gt;"_SYS_SQL_ANALYZER","TRUE"&lt;BR /&gt;"_SYS_TASK","TRUE"&lt;BR /&gt;"_SYS_AFL","TRUE"&lt;BR /&gt;"_SYS_WORKLOAD_REPLAY","TRUE"&lt;BR /&gt;"_SYS_XB","TRUE"&lt;BR /&gt;lines 1-10/10 (END)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Raghavendra.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 04:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742835#M209783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-10-30T04:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it recommended modifying _SYS_*, technical users</title>
      <link>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742836#M209784</link>
      <description>&lt;P&gt;I can't answer why the _SYS_STATISTICS user is not disabled, but altering its password or disabling it altogether is not possible.&lt;/P&gt;&lt;P&gt;If you try to alter the user you get &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Could not modify user '_SYS_STATISTICS'. SAP DBTech JDBC: [258]: insufficient privilege: Alter of internal user is not allowed: line 1 col 12 (at pos 11)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;With that. no user can just change the password and logon as _SYS_STATISTICS. &lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 02:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/is-it-recommended-modifying-sys-technical-users/qaa-p/742836#M209784</guid>
      <dc:creator>lbreddemann</dc:creator>
      <dc:date>2018-10-31T02:29:13Z</dc:date>
    </item>
  </channel>
</rss>

