Oracle Advanced Networking Option Administrator's Guide Release 8.0 A58229-01 |
|
This appendix shows some sample configuration files with the necessary profile (SQLNET.ORA) and database initialization file (INIT.ORA) authentication parameters when using the Kerberos, CyberSAFE, or SecurID Authentication Adapters. The following sections are included.
Following is a list of parameters to insert into your configuration files for clients and servers using CyberSAFE.
SQLNET.AUTHENTICATION_SERVICES=(CYBERSAFE)
SQLNET.AUTHENTICATION_GSSAPI_SERVICE=oracle/dbserver.someco.com@SOMECO.COM
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""
Following is a list of parameters to insert into your configuration files for clients and servers using Kerberos.
SQLNET.AUTHENTICATION_SERVICES=(KERBEROS5)
SQLNET.AUTHENTICATION_KERBEROS5_SERVICE=oracle
SQLNET.KERBEROS5_CC_NAME=/usr/tmp/DCE-CC
SQLNET.KERBEROS5_CLOCKSKEW=1200
SQLNET.KERBEROS5_CONF=/krb5/krb.conf
SQLNET.KERBEROS5_REALMS=/krb5/krb.realms
SQLNET.KERBEROS5_KEYTAB=/krb5/v5srvtab
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""
Following is list of parameters to insert into your configuration files for clients
and servers using SecurID.
SQLNET.AUTHENTICATION_SERVICES=(SECURID)
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""