Skip to content

Commit

Permalink
Attempting to fix Ubuntu 24.04 5.3.3.4.4 remdiation on server
Browse files Browse the repository at this point in the history
  • Loading branch information
ericeberry committed Jan 10, 2025
1 parent 2782156 commit 038943d
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 @@ -9,6 +9,6 @@ sed -i -E '/^Password:/,/^[^[:space:]]/ {
}' "$config_file"


DEBIAN_FRONTEND=noninteractive pam-auth-update
DEBIAN_FRONTEND=noninteractive pam-auth-update --remove unix --enable cac_unix


Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Password-Initial:
[success=end default=ignore] pam_unix.so obscure yescrypt
EOF

DEBIAN_FRONTEND=noninteractive pam-auth-update --remove unix --enable tmpunix --force
DEBIAN_FRONTEND=noninteractive pam-auth-update --remove unix --enable tmpunix
rm "$config_file"

0 comments on commit 038943d

Please sign in to comment.