-
Recent Posts
Categories
- Android (30)
- Android Apps (27)
- Apache (4)
- Arch (6)
- CentOS (12)
- Development (1)
- Fedora (13)
- Good Shepherd Knights of Columbus (1)
- Good Shepherd Online App (1)
- Guides (17)
- Harptabs.com (36)
- Harptabs.com Mobile App (6)
- Landscaper Tracker (1)
- Linux (34)
- Networking (1)
- News (70)
- Our Apps (15)
- PHP IP Logger (3)
- Time Off Tracker (3)
Tags
apps arch setup authconfig basics bug fix clean-up cli command-line ddos default runlevel email firewall harptabs Harptabs.com Android App headless iptables iso load balance lock-out lost Maintenance mount pacman pam password password complexity phone PHP IP Logger QR run-level runlevel samba security shadow file ssh sshfs stop bots syntax highlighting terminal update upgrade vi vim virus wget blockAds by Google
Join us on Facebook
Tag Archives: password complexity
Change Password Complexity Requirements
There are no password requirements by default in CentOS and Fedora, however it is very simple to add them. edit /etc/pam.d/system-auth change the line which says: password requisite pam_cracklib.so try_first_pass retry=3 to password requisite pam_cracklib.so try_first_pass retry=3 minlen=8 ucredit=2 dcredit=3 ocredit=-1 … Continue reading
