<?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: Mutiple DB's on one Cluster -  Security problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130840#M804707</link>
    <description>Basically , this is one of the options for connecting to a server...&lt;BR /&gt;&lt;BR /&gt;$MFGE/mfgpro90 $MFGLIVE/a325/mfg9-0a $MFGLIVE/a325/gui9-0a $MF&lt;BR /&gt;GE/hlp9-0a $MFGE/cfg9-0a $MFGLIVE/a325/epm9-0a $MFGE/kbn9-0a;;&lt;BR /&gt;&lt;BR /&gt;Where the variables are :  &lt;BR /&gt;MFGE=/mnt/mfg/product/mfg9-0a&lt;BR /&gt;MFGLIVE=/mnt/mfg/live&lt;BR /&gt;MFGTEST=/mnt/mfg/test&lt;BR /&gt;&lt;BR /&gt;As you can see , the /a325 shows one of the different plant codes.&lt;BR /&gt;&lt;BR /&gt;Any user can connect to MFG , that's why I want to block access some other way.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Nov 2003 04:04:05 GMT</pubDate>
    <dc:creator>Rudi Martin</dc:creator>
    <dc:date>2003-11-28T04:04:05Z</dc:date>
    <item>
      <title>Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130835#M804700</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;We have multiple DB's on one Cluster serving the whole of South Africa. Users from all over connects to their own DB's , but it leaves it open to access the other db's as well. Instead of setting up hundreds of menu's only allowing certain access , is there any way to block a specific userid from accessing anything besides their DB ?&lt;BR /&gt;&lt;BR /&gt;THank you&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Nov 2003 03:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130835#M804700</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2003-11-28T03:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130836#M804701</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No user should be a member of the oracle dba group and then use different users in different dbs. Can you specify, how users can access other dbs?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Nov 2003 03:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130836#M804701</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-28T03:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130837#M804702</link>
      <description>I don't exactly understand your problem: &lt;BR /&gt;&lt;BR /&gt;You have multiple DB's on one Cluster.&lt;BR /&gt;&lt;BR /&gt;Do you have the same Users in each database with the same passwords ?&lt;BR /&gt;&lt;BR /&gt;Does the User connect via:&lt;BR /&gt;- sqlnet&lt;BR /&gt;- telnet, rlogin, ssh, ...&lt;BR /&gt;- applicationserver&lt;BR /&gt;- ...&lt;BR /&gt;&lt;BR /&gt;Should the user be blocked &lt;BR /&gt;on the server --&amp;gt; firewall&lt;BR /&gt;on the database --&amp;gt; maybe logontrigger&lt;BR /&gt;in the application --&amp;gt; new application code&lt;BR /&gt;&lt;BR /&gt;Please give us more information&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 28 Nov 2003 03:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130837#M804702</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-11-28T03:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130838#M804703</link>
      <description>Hi there.&lt;BR /&gt;&lt;BR /&gt;Ok , let me clarify it a bit more. We're running MFG/PRO for different plants in South Africa on the one cluster. All the plants are split by plant codes and also have the /home directory split between different plants.&lt;BR /&gt;&lt;BR /&gt;All the DB's also have their own mounts under the main DB directory , but all users are on added to access everything. &lt;BR /&gt;Basically what I want to do is create a menu script with all plants' db's , but when one user tries to connect to any db , except their own , they shouldn't be able to.&lt;BR /&gt;&lt;BR /&gt;Can this be setup with group memberships on UNIX or what other others are there ?&lt;BR /&gt;&lt;BR /&gt;Thanx</description>
      <pubDate>Fri, 28 Nov 2003 03:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130838#M804703</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2003-11-28T03:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130839#M804705</link>
      <description>Hi&lt;BR /&gt;sorry for asking again, I don't know MFG/PRO.&lt;BR /&gt;&lt;BR /&gt;How does the user connect to the server, is is a unix-like login or a login via an applikationserver.&lt;BR /&gt;&lt;BR /&gt;What is the criterium to decide which user should connect to which database (name, userid, ip-adress, ...)&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 28 Nov 2003 03:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130839#M804705</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2003-11-28T03:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130840#M804707</link>
      <description>Basically , this is one of the options for connecting to a server...&lt;BR /&gt;&lt;BR /&gt;$MFGE/mfgpro90 $MFGLIVE/a325/mfg9-0a $MFGLIVE/a325/gui9-0a $MF&lt;BR /&gt;GE/hlp9-0a $MFGE/cfg9-0a $MFGLIVE/a325/epm9-0a $MFGE/kbn9-0a;;&lt;BR /&gt;&lt;BR /&gt;Where the variables are :  &lt;BR /&gt;MFGE=/mnt/mfg/product/mfg9-0a&lt;BR /&gt;MFGLIVE=/mnt/mfg/live&lt;BR /&gt;MFGTEST=/mnt/mfg/test&lt;BR /&gt;&lt;BR /&gt;As you can see , the /a325 shows one of the different plant codes.&lt;BR /&gt;&lt;BR /&gt;Any user can connect to MFG , that's why I want to block access some other way.&lt;BR /&gt;&lt;BR /&gt;Thanx&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Nov 2003 04:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130840#M804707</guid>
      <dc:creator>Rudi Martin</dc:creator>
      <dc:date>2003-11-28T04:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mutiple DB's on one Cluster -  Security problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130841#M804711</link>
      <description>&lt;BR /&gt;As Chris wrote, this problem can be solved at many different levels. Specifically, you could easily have unix user (groups) that set up context for just one of the many db's&lt;BR /&gt;if your are using 'OPC' authorization in the db. And you could create usernames in Oracle.&lt;BR /&gt;&lt;BR /&gt;However, before you go invent a new wheel, please be sure to triplecheck MFG/PRO provide security recommendations. If it is a half-serious application vendor it will certainly have suggestions, maybe even hard rules. Heck, I would also expect some sort of menu drives, db selector. surely you are not alone in you usage.&lt;BR /&gt;&lt;BR /&gt;btw... if you were to present me as a user a menu with several options, but only one option/db allowed then that would annoy me.&lt;BR /&gt;If there is but one place to go... then take me there and do not show me alternatives (or at least grey them out).&lt;BR /&gt;&lt;BR /&gt;I realize this does not answer you immediat question, but i hope it helps a little anyway.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.</description>
      <pubDate>Fri, 28 Nov 2003 13:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mutiple-db-s-on-one-cluster-security-problem/m-p/3130841#M804711</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2003-11-28T13:33:22Z</dc:date>
    </item>
  </channel>
</rss>

