Specify the Location of the Keytab File
To specify the location of the keytab file, take these steps:
- Using the Administration Tools, log in to the database as the database administrator (usually DBADMIN).
- Set the
KerberosKeyTabFile
configuration parameter to point to the location of the keytab file. For example:
=> ALTER DATABASE mydb SET KerberosKeytabFile = '/etc/krb5.keytab';
See Kerberos Authentication Parameters for more information.