Oracle Advanced Networking Option Administrator's Guide Go to Product Documentation Library
Library
Go to books for this product
Product
Go to Contents for this book
Contents
Go to Index
Index



Go to previous file in sequence Go to next file in sequence

APPENDIX C. Authentication Parameters


This appendix shows some sample configuration files with authentication parameters necessary when using the Kerberos, CyberSAFE, or SecurID Authentication Adapters.

Sample Configuration Files

This section shows some sample configuration files with the necessary parameters for the following authentication adapters:

Configuration Files for Clients and Servers using CyberSAFE Authentication

################
# Filename......: sqlnet.ora
# Name..........: SPXCOM.world
# Date..........: 6-AUG-95 13:12:17
################
SQLNET.AUTHENTICATION_SERVICES=(BEQ,CYBERSAFE)
SQLNET.AUTHENTICATION_GSSAPI_SERVICE=
  oracle/dbserver.someco.com@SOMECO.COM

################
# Filename......: init.ora
# Name..........: SPXCOM.world
# Date..........: 6-AUG-95 13:12:17
################
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""

Configuration Files for Clients and Servers using Kerberos Authentication

################
# Filename......: sqlnet.ora
# Name..........: SPXCOM.world
# Date..........: 6-AUG-95 13:12:17
################
SQLNET.AUTHENTICATION_SERVICES=(BEQ,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

################
# Filename......: init.ora
# Name..........: SPXCOM.world
# Date..........: 6-AUG-95 13:12:17
################
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""

Configuration Files for Clients and Servers using SecurID Authentication

################
# Filename......: sqlnet.ora
# Name..........: SPXCOM.world
# Date..........: 6-AUG-95 13:12:17
################
SQLNET.AUTHENTICATION_SERVICES=(SECURID)

################
# Filename......: init.ora
# Name..........: SPXCOM.world
# Date..........: 6-AUG-95 13:12:17
################
REMOTE_OS_AUTHENT=FALSE
OS_AUTHENT_PREFIX=""




Go to previous file in sequence Go to next file in sequence
Prev Next
Oracle
Copyright © 1996 Oracle Corporation.
All Rights Reserved.
Go to Product Documentation Library
Library
Go to books for this product
Product
Go to Contents for this book
Contents
Go to Index
Index