OS Authentication on Linux with Active Directory Users
On Windows we use OS authentication with our Oracle 12c and 19c EE DBs. We generally put ADDS (Active Directory) accounts into the local windows groups like ORA_DBA and this allows them to connect is using / AS SYSDBA etc. We are now starting to use Oracle 19c EE on Linux. Is there a way to continue to use the same pattern of allowing Active Directory users access to the DBs using OS authentication? I can't see how to add AD users to local Linux groups.
0