SV-24911r2_rule
V-2554
Oracle REMOTE_OS_AUTHENT parameter
DO3538-ORACLE11
CAT I
10
Document remote OS authentication in the System Security Plan.
If not required or not mitigated to an acceptable level, disable remote OS authentication.
From SQL*Plus:
alter system set remote_os_authent = FALSE scope = spfile;
The above SQL*Plus command will set the parameter to take effect at next system startup.
From SQL*Plus:
select value from v$parameter where name = 'remote_os_authent';
If the value returned does not equal FALSE, this is a Finding.
V-2554
False
DO3538-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'remote_os_authent';
If the value returned does not equal FALSE, this is a Finding.
M
Database Administrator
1367