PCI Baseline
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