claudiol / cyber-patriots

CyberPatriot is the National Youth Cyber Education Program created to help direct students toward careers in cybersecurity. This repository has Ansible Playbooks to build a Fedora test image for Cyber Patriot.
https://www.uscyberpatriot.org/
1 stars 0 forks source link

Password Complexity Scenario needed #1

Open claudiol opened 6 years ago

claudiol commented 6 years ago

On most Linux systems, you can use PAM (the "pluggable authentication module") to enforce password complexity. We need to have a scenario were the kids can add password complexity using a scenario.

If you have a file named /etc/pam.d/system-auth on RedHat (/etc/pam.d/common-password on Debian systems), look for lines that look like those shown below.

This is an RFE.