mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-05 01:23:18 +00:00
fixed check command
This commit is contained in:
@@ -7,7 +7,7 @@ check: |
|
||||
|
||||
To determine if the system is integrated to a directory service, ask the System Administrator (SA) or Information System Security Officer (ISSO) or run the following command:
|
||||
|
||||
/usr/bin/sudo dscl localhost -list . | /usr/bin/grep -vE '(Contact | Search | Local)'
|
||||
/usr/bin/dscl localhost -list . | /usr/bin/grep -vE '(Contact|Search|Local|^$)'
|
||||
|
||||
If nothing is returned, or if the system is not integrated into a directory service infrastructure, this is a finding.
|
||||
fix: |
|
||||
|
||||
Reference in New Issue
Block a user