Skip to content

Commit

Permalink
Trying with PAM login
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 16, 2023
1 parent f58fc1e commit 14f5a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ then
/usr/libexec/httpd-ssl-gencerts

echo "LoadModule authnz_pam_module modules/mod_authnz_pam.so" > /etc/httpd/conf.modules.d/55-authnz_pam.conf
cp /etc/pam.d/sshd /etc/pam.d/ood
cp /etc/pam.d/password-auth /etc/pam.d/ood
chmod 640 /etc/shadow
chgrp apache /etc/shadow

Expand Down

0 comments on commit 14f5a49

Please sign in to comment.