Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> RHEL >> 7 >> How to disable password complexity

edit /etc/pam.d/system-auth

and modify the following line

from

password    requisite     pam_pwquality.so try_first_pass local_users_only retry=3 authtok_type=

to

password    requisite     pam_pwquality.so ucredit=0 lcredit=0 ocredit=0 dcredit=0 try_first_pass local_users_only retry=3 authtok_type=

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]