Skip to content

Commit

Permalink
Revert "Make sure nullok is removed to avoid pam-auth keeping the ori…
Browse files Browse the repository at this point in the history
…ginal parameters"

This reverts commit 0a0d68e.
  • Loading branch information
alanmcanonical committed Jan 10, 2025
1 parent 255a088 commit e35c584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sed -i -E '/^Password-Initial:/,/^[^[:space:]]/ {
s/\s*nullok//g
}
}' "$config_file"
{{{ bash_remove_pam_module_option('/etc/pam.d/common-password', 'password', '', 'pam_unix.so', 'nullok') }}}

DEBIAN_FRONTEND=noninteractive pam-auth-update
{{% else %}}
if [ -f /usr/bin/authselect ]; then
Expand Down

0 comments on commit e35c584

Please sign in to comment.