-
Recent Posts
Categories
- Android (73)
- Android Apps (65)
- Apache (4)
- Arch (8)
- Bill 'em (2)
- CentOS (17)
- Development (9)
- Dominion Companion (13)
- Fedora (17)
- Good Shepherd Knights of Columbus (2)
- Good Shepherd Online App (2)
- GS Chinese Auction (2)
- Guides (42)
- Harptabs.com (56)
- Harptabs.com Mobile App (17)
- Landscaper Tracker (1)
- Linux (58)
- myCookieFortune.com (3)
- Networking (2)
- News (121)
- Our Apps (49)
- Payup (1)
- PHP IP Logger (6)
- Time Off Tracker (6)
- Website Loader (1)
- Websites (10)
Tags
android apps arch setup authconfig basics Bill 'em bug fix cli command-line default runlevel dominion companion draft email firewall harptabs Harptabs.com Harptabs.com Android App headless iptables iso lock-out Maintenance mobile mobile app mount pacman pam password password complexity PHP IP Logger QR run-level runlevel samba security shadow file ssh sshfs syntax highlighting terminal time off tracker update upgrade vi vimAds 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
