Skip to content

Commit

Permalink
Replace libpam-cracklib with libpam-pwquality
Browse files Browse the repository at this point in the history
Debian Bookworm has removed libpam-cracklib; replace with
libpam-pwquality.

Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 authored and yxieca committed Nov 6, 2023
1 parent cf98e51 commit 4d0b030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# here are the per-package modules (the "Primary" block)

password requisite pam_cracklib.so retry=3 maxrepeat=0 minlen=8 ucredit=0 lcredit=0 dcredit=-1 ocredit=0 enforce_for_root
password requisite pam_pwquality.so retry=3 maxrepeat=0 minlen=8 ucredit=0 lcredit=0 dcredit=-1 ocredit=0 enforce_for_root dictcheck=0

password required pam_pwhistory.so remember=0 use_authtok enforce_for_root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# here are the per-package modules (the "Primary" block)

password requisite pam_cracklib.so retry=3 maxrepeat=0 minlen=8 ucredit=-1 lcredit=-1 dcredit=-1 ocredit=-1 reject_username enforce_for_root
password requisite pam_pwquality.so retry=3 maxrepeat=0 minlen=8 ucredit=-1 lcredit=-1 dcredit=-1 ocredit=-1 reject_username enforce_for_root dictcheck=0

password required pam_pwhistory.so remember=10 use_authtok enforce_for_root

Expand Down

0 comments on commit 4d0b030

Please sign in to comment.