<?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: Oracle External Authentication Issues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860426#M864014</link>
    <description>The company has several domains but has a unique user id policy (regardless of domain).  As the database is in a secure environment, I have chosen to use external authentication where the oracle users are created with a name equal to the windows user name (without domain).&lt;BR /&gt;&lt;BR /&gt;I have also applied audit triggers to tables with sensitive data as an extra means of security.  The trigger stores username, osuser, machine, process and program info from v$session as well as the data change and timestamp.</description>
    <pubDate>Tue, 14 Sep 2004 19:40:25 GMT</pubDate>
    <dc:creator>Andrew Stolz</dc:creator>
    <dc:date>2004-09-14T19:40:25Z</dc:date>
    <item>
      <title>Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860420#M864008</link>
      <description>I would like to have Windows clients accessing an Oracle database on a Unix box and I would like them to be set up under external authentication.  &lt;BR /&gt;&lt;BR /&gt;For example, if I have a user called "andrew" on a domain called "DOM" I find I can only connect when the database user account is set up as "andrew" (with external auth).  The session table shows the username as "andrew".  &lt;BR /&gt;&lt;BR /&gt;I imagine this would pose a big security risk - any user from any domain or OS (that can see the database) with the user name "andrew" could access the database.&lt;BR /&gt;&lt;BR /&gt;I have run another test with the Oracle DB on Windows.  This time I set up a user called "DOM\andrew" and I can connect (and the session table shows the username as "DOM\andrew").  &lt;BR /&gt;&lt;BR /&gt;Can't I have it so only "DOM\andrew" can connect to Oracle on a Unix box while "DOM_TWO\andrew" cannot???  &lt;BR /&gt;&lt;BR /&gt;Note that I don't just want to set the OS_AUTHENT_PREFIX to the domain name because this does not fix the problem.&lt;BR /&gt;&lt;BR /&gt;Your help would be really appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Andrew</description>
      <pubDate>Fri, 10 Sep 2004 01:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860420#M864008</guid>
      <dc:creator>Andrew Stolz</dc:creator>
      <dc:date>2004-09-10T01:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860421#M864009</link>
      <description>Oracle has a componeent called OID which will let you authenticate in users from an external LDAP server.&lt;BR /&gt;&lt;BR /&gt;Last time I asked our oracle folks that could not be done with just the normal Windows Active  Directory login authentication scheme.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 10 Sep 2004 01:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860421#M864009</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-10T01:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860422#M864010</link>
      <description>Thanks for the response.&lt;BR /&gt;&lt;BR /&gt;I have done some reading and if I have it right, I configure the OID to get a set of users from the AD via a script.  Then these users will be externally authienticated by their Windows domain\username and password.&lt;BR /&gt;&lt;BR /&gt;That right? I'll give it a go.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 13 Sep 2004 01:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860422#M864010</guid>
      <dc:creator>Andrew Stolz</dc:creator>
      <dc:date>2004-09-13T01:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860423#M864011</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;OID (Oracle internet direcotry) has to work with IAS (oracle application server),So if you want to use it u 'll need to use SSO single sign on, it is a long story.&lt;BR /&gt;For you Andrew, you have different kinds of security &amp;amp; authen. to deel with your question(database only) for example on oracle 10g you 've a lot of security features (VPD "virtual private" DB or OLS "oracle label security".&lt;BR /&gt;I think it is better to go to otn.oracle.com and search for security features.&lt;BR /&gt;Goodluck &amp;amp; regards,&lt;BR /&gt;Hamdy</description>
      <pubDate>Mon, 13 Sep 2004 14:25:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860423#M864011</guid>
      <dc:creator>Hamdy Al-Sebaey</dc:creator>
      <dc:date>2004-09-13T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860424#M864012</link>
      <description>I don't know the methodology because we have not implemented it yet.&lt;BR /&gt;&lt;BR /&gt;Oracle does assure me that you will be able to autenticate into ias and the database using your windows yourname@domain.net user id using Active Directory or LDAP.&lt;BR /&gt;&lt;BR /&gt;The portion of OID I referred to integrates with LDAP.&lt;BR /&gt;&lt;BR /&gt;It is a good idea to to to otn.oracle.com and learn more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Sep 2004 14:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860424#M864012</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-09-13T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860425#M864013</link>
      <description>Will do.  Thanks for your help.</description>
      <pubDate>Mon, 13 Sep 2004 19:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860425#M864013</guid>
      <dc:creator>Andrew Stolz</dc:creator>
      <dc:date>2004-09-13T19:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle External Authentication Issues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860426#M864014</link>
      <description>The company has several domains but has a unique user id policy (regardless of domain).  As the database is in a secure environment, I have chosen to use external authentication where the oracle users are created with a name equal to the windows user name (without domain).&lt;BR /&gt;&lt;BR /&gt;I have also applied audit triggers to tables with sensitive data as an extra means of security.  The trigger stores username, osuser, machine, process and program info from v$session as well as the data change and timestamp.</description>
      <pubDate>Tue, 14 Sep 2004 19:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-external-authentication-issues/m-p/4860426#M864014</guid>
      <dc:creator>Andrew Stolz</dc:creator>
      <dc:date>2004-09-14T19:40:25Z</dc:date>
    </item>
  </channel>
</rss>

