Virtual Machine Requirements

Intro

Explain some concepts.

Password directives

/etc/login.defs:

[....]
PASS_MAX_DAYS   30
PASS_MIN_DAYS   2
PASS_WARN_AGE   7
[....]

/etc/pam-d/common-password:

[....]
password requisite pam_pwquality.so retry=3 minlen=10 maxrepeat=3 ucredit=-1 lcredit=-1 dcredit=-1 reject_username enforce_for_root difok=7
[....]