Oracle Solaris System Administration (MOSC)

MOSC Banner

PCI Baseline

edited Feb 19, 2015 4:41AM in Oracle Solaris System Administration (MOSC) Question

Hello

We are asked to implement a PCI compliance base line on our solaris servers, it requires the attached doc "".

Till now I could only figure out how to do the following:

  • no empty passwords

    logins -p

  • no uid 0 except for root

    logins -o | awk -F: '($2 == 0) { print $1 }'

  • Set default group for root to something other than the others group

    passmgmt -m -g 0 root

  • disable inactive accounts of 21 days

    vi /etc/default/passwd

  • user comments in /etc/passwd
  • Ensure that the following accounts are locked “LK” in the encrypted password field in the /etc/shadow file:

    adm

    bin

    daemon

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center