Kerberos login with Oracle Managed ODP 19
We are migrating our databases to Linux from Windows. All is good, including Kerberos login without pasword using Active Directory credentials. This when using tools and apps that rely on a thick client (OCI), such as Unmanaged ODP, Python oracledb, ROracle for R and so on.
What we have trouble getting to work is managed odp login via Kerberos. The documentation indicates that it is possible under the right conditions. However we have a sqlnet.ora that is not easily ignored. Can anyone confirm (or the opposite) whether the following sqlnet entries can function with managed odp:
SQLNET.AUTHENTICATION_SERVICES= (NTS,KERBEROS5PRE)