I am running Ubuntu 22.04 LTS. I have set the pam password complexity in pam module file (/etc/pam.d/common-passwd). How to ignore pam password complexity for a user. Below is the restriction I am usingpassword requisite pam_pwquality.so retry=3 minlen=20 lcredit=-1 ucredit=-1
↧