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 <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 committed Nov 3, 2023
1 parent 447f8b6 commit 0d76ea8
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

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

password required pam_pwhistory.so remember=10 use_authtok enforce_for_root

Expand Down

0 comments on commit 0d76ea8

Please sign in to comment.