Oracle Advanced Networking Option Administrator's Guide | Library |
Product |
Contents |
Index |
Authentication adapters available with this release include the following:
Note: Use Oracle Network Manager to configure CyberSAFE, Kerberos, and SecurID. Use a text editor to edit client and server SQLNET.ORA files for Biometric and DCE GSSAPI adapters.
SQLNET.AUTHENTICATION_SERVICES = (NONE)
Figure 3 - 1. No Authentication Page
Note: NO AUTHENTICATION must be selected uniquely. If you select NO AUTHENTICATION in addition to any authentication adapters, Network Manager will warn you to change your selection.
If NO AUTHENTICATION is selected, there are no required parameters.
The following authentication parameter gets written to the SQLNET.ORA file only if the user explicitly selects NO AUTHENTICATION from the list of adapters.
SQLNET.AUTHENTICATION_SERVICES=(NONE)
A user can then connect to a database using a username/password:
% sqlplus username/password@service_name
For example:
% sqlplus scott/tiger@oracle_dbname
However, if you do not open the Default Authentication Services page, or do not configure anything on this page, this parameter will not be generated or written to the SQLNET.ORA file for clients and servers in the current Client Profile.
This section describes how to set up an Oracle server that uses multiple authentication adapters. Depending on which authentication adapter the client is using, the server will pick one from the list of configured adapters. The following is an example of a SQLNET.ORA file using multiple authentication adapters:
Attention: You should only manually configure files if you do not have access to Oracle Network Manager.
Server Side
The SQLNET.ORA file for the Oracle server that uses either SecurID or CyberSAFE for authentication must contain the line:
SQLNET.AUTHENTICATION_SERVICES=(BEQ,SECURID,CYBERSAFE)
Client Side Using SecurID
The SQLNET.ORA file for the Oracle client that uses SecurID must contain the line:
SQLNET.AUTHENTICATION_SERVICES=(BEQ,SECURID)
Client Side Using CyberSAFE
The SQLNET.ORA file for the Oracle client that uses CyberSAFE must contain the line:
SQLNET.AUTHENTICATION_SERVICES=(BEQ,CYBERSAFE)
Using this configuration, the Oracle server will accept connections from clients using SecurID or CyberSAFE for the authentication service. This gives you flexibility in your network configuration.
Attention: You should only manually configure files if you do not have access to Oracle Network Manager.
Client Side
The SQLNET.ORA file for the Oracle client that uses either SecurID or CyberSAFE for authentication must contain the line:
SQLNET.AUTHENTICATION_SERVICES=(BEQ,SECURID,CYBERSAFE)
Server Side Using SecurID
The SQLNET.ORA file for the Oracle server that uses SecurID to authenticate users must contain the line:
SQLNET.AUTHENTICATION_SERVICES=(BEQ,SECURID)
Server Side Using CyberSAFE
The SQLNET.ORA file for the Oracle server that uses CyberSAFE to authenticate users must contain the line:
SQLNET.AUTHENTICATION_SERVICES=(BEQ,CYBERSAFE)
Using this configuration, the Oracle client can connect to multiple Oracle servers using different authentication services.
Prev Next |
Copyright © 1996 Oracle Corporation. All Rights Reserved. |
Library |
Product |
Contents |
Index |