Skip to content

Commit

Permalink
Correct the config_file name
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Dec 17, 2024
1 parent 8db82d4 commit 4b4714b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for FILE in ${NULLOK_FILES}; do
done
{{% elif 'ubuntu' in product %}}
{{{ bash_pam_unix_enable() }}}
config_file="/usr/share/pam-configs/unix"
config_file="/usr/share/pam-configs/cac_unix"
sed -i -E '/^Password:/,/^[^[:space:]]/ {
/pam_unix\.so/ {
s/\s*nullok//g
Expand Down

0 comments on commit 4b4714b

Please sign in to comment.