Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #to remove password requirements for things such as:
- #BAD PASSWORD: it is WAY too short
- #BAD PASSWORD: is a palindrome
- #BAD PASSWORD: it is based on a dictionary word
- #Edit file
- sudo vim /etc/pam.d/common-password
- #comment out line with "pam_cracklib"
- #and add this line
- password [success=1 default=ignore] pam_unix.so minlen=1 sha512
- sudo passwd username
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement