Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Athentication against passwd file.

Re: Athentication against passwd file.

From: Christopher M. Day <christopher.day_at_rdbms.freeserve.co.uk>
Date: Fri, 12 Feb 1999 00:00:57 +0000
Message-ID: <36C36F39.E0FD1761@rdbms.freeserve.co.uk>


Rami,

You can force you Oracle server to validate users against their o/s password, check your IOC guide for External Authentication, or within the Oracle Administrators Guide.
Extract '...
External Authentication

When you choose external authentication for a user, the user account is maintained by Oracle, but password
administration and user authentication is performed by an external service. This external service can be the operating system or a network service, such as the Oracle Advanced Networking Option (ANO).

With external authentication, your database relies on the underlying operating system or network
authentication service to restrict access to database accounts. A database password is not used for this type of login. If your operating system or network service permits, you can have it authenticate users. If you do so, set the parameter OS_AUTHENT_PREFIX, and use this prefix in Oracle usernames. This parameter defines a
prefix that Oracle adds to the beginning of every user's operating system account name. Oracle compares the prefixed username with the Oracle usernames in the database when a user attempts to connect.
..'

Chris

Rami Krankurs wrote:
>
> Hello
>
> Does anyone know how can i authenticate oracle users against unix password file,
>
> or unix-nis-passwd map ?
>
> I know i can authenticate against kerberos, what about radius ?
>
> I have oracle7 and oracle web server, and i want that users will be able use
>
> same password in their accounts (solaris 2.6), how do i make this happen ?
>
> many thanks - Ramik.
>
>
Received on Thu Feb 11 1999 - 18:00:57 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US