Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to setup Oracle 19c client driver to use windows 10/11 native ticket cache

user10869037Aug 11 2022

We are trying to setup logins to one of our Oracle databases to authenticate against Active Directory using kerberos. Everything seems to work fine when we use kinit to get a ticket from AD and then login to the DB.
However, the documentation hints that you should be able to set the driver to read from the windows native ticket cache.. but.. I can't find any documentation explaining how.
Has anyone got this to work? or is this half-baked functionality?
My sqlnet.ora file:
SQLNET.AUTHENTICATION_SERVICES = (KERBEROS5PRE,KERBEROS5)
SQLNET.KERBEROS5_CONF_MIT=TRUE
SQLNET.KERBEROS5_CONF=C:\orant\krb5.conf
SQLNET.KERBEROS5_CC_NAME=MSLSA:

Comments
Post Details
Added on Aug 11 2022
0 comments
460 views