3.7 Ensure 'DBA_USERS.PASSWORD' Is Not Set to 'EXTERNAL' for Any User
Information
As allowing remote OS authentication of a user to the database can potentially allow supposed 'privileged users' to connect as 'authenticated,' even when the remote system is compromised, these logins should be disabled/restricted according to the needs of the organization.
Solution
To remediate this setting execute the following SQL statement. ALTER USER <username> IDENTIFIED BY <password>;