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: