Is it possible to use NTS authentication adapter on Linux Oracle server?
If I want to use Windows authentication with an Oracle instance on Windows I simply add SQLNET.AUTHENTICATION_SERVICES=(NTS) to the sqlnet.ora file and create externally authenticated users. I include the domain name so that NTLM/Kerberos is used and prevent someone from spoofing a login.
Can I do this if the server is on Linux? IOW I want to have a network where all of my Windows users can authenticate to an Oracle server on Linux using the SSO capability provided by Active Directory.