<?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: disabling su -oracle in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820126#M780871</link>
    <description>Hi Mynor:&lt;BR /&gt;&lt;BR /&gt;The use of 'su' is audited in the '/var/adm/sulog' file.  Both successful and unsuccessful transitions are recorded.&lt;BR /&gt;&lt;BR /&gt;SU 07/09 10:59 + ttyp1 root-jrf&lt;BR /&gt;SU 07/09 11:00 - ttyp3 jrf-root&lt;BR /&gt;SU 07/09 11:01 + ttyp3 jrf-root&lt;BR /&gt;&lt;BR /&gt;...The "+" denotes success; the "-" indicates failure.  In the first line, a sucessful switch was made from 'root' to 'jrf'.  In the last line, a sucessful switch occured from 'jrf' to 'root'.&lt;BR /&gt;&lt;BR /&gt;There are also a few controls available with the '/etc/default/security' file.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/su.1.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/su.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/security.4.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/security.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sun, 09 Jul 2006 10:05:59 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-07-09T10:05:59Z</dc:date>
    <item>
      <title>disabling su -oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820123#M780868</link>
      <description>Hi, Due to some problems, i need to restrict the su -oracle command for the root, i know this sounds silly but i need a way to block system administrator to log into the oracle (or make  su -oracle to ask him for a password).&lt;BR /&gt;The main problem is that the System administrator uses this command, logs into de DB and make changes, we are unable to see who make these changes since the logs said it was oracle user.  is it any way to do this?? &lt;BR /&gt;thanks.</description>
      <pubDate>Sun, 09 Jul 2006 01:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820123#M780868</guid>
      <dc:creator>Mynor Aguilar</dc:creator>
      <dc:date>2006-07-09T01:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: disabling su -oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820124#M780869</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Be aware that disabling su - oracle will prevent root from starting Oracle automatically when the system is started.&lt;BR /&gt;&lt;BR /&gt;An operator will then be required to log on as oracle and execute the startup scripts manually.&lt;BR /&gt;&lt;BR /&gt;You can modify pam.d to force password on the oracle user with the above effects.&lt;BR /&gt;&lt;BR /&gt;This issue appears to be a personnel issue and solving it with the system is likely to have bad side effects. The /etc/pam.d directory is reasonably well documented if you wish to proceed. I believe you can comment out one line and you will acheive what you wish.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 09 Jul 2006 02:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820124#M780869</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-09T02:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: disabling su -oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820125#M780870</link>
      <description>Thanks,&lt;BR /&gt;You're right, that would solve my problem but it might have really negative impacts.  Is there any way to audit who and when somedoby uses the "su -oracle" command? it would be at least a little bit easier to determine if the system administrator is modifying something on the DB.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Sun, 09 Jul 2006 09:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820125#M780870</guid>
      <dc:creator>Mynor Aguilar</dc:creator>
      <dc:date>2006-07-09T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: disabling su -oracle</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820126#M780871</link>
      <description>Hi Mynor:&lt;BR /&gt;&lt;BR /&gt;The use of 'su' is audited in the '/var/adm/sulog' file.  Both successful and unsuccessful transitions are recorded.&lt;BR /&gt;&lt;BR /&gt;SU 07/09 10:59 + ttyp1 root-jrf&lt;BR /&gt;SU 07/09 11:00 - ttyp3 jrf-root&lt;BR /&gt;SU 07/09 11:01 + ttyp3 jrf-root&lt;BR /&gt;&lt;BR /&gt;...The "+" denotes success; the "-" indicates failure.  In the first line, a sucessful switch was made from 'root' to 'jrf'.  In the last line, a sucessful switch occured from 'jrf' to 'root'.&lt;BR /&gt;&lt;BR /&gt;There are also a few controls available with the '/etc/default/security' file.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/su.1.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/su.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B2355-60127/security.4.html" target="_blank"&gt;http://www.docs.hp.com/en/B2355-60127/security.4.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 09 Jul 2006 10:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disabling-su-oracle/m-p/3820126#M780871</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-07-09T10:05:59Z</dc:date>
    </item>
  </channel>
</rss>

