Skip to content

Commit

Permalink
Enabling PAM in apache
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Aug 15, 2023
1 parent 5009082 commit 504a225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,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
chmod 640 /etc/shadow
chgrp apache /etc/shadow
Expand Down

0 comments on commit 504a225

Please sign in to comment.