From 77c04fb8f4eb0f061ac1d652f081f0a038e1803e Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Sat, 22 Sep 2018 23:06:15 -0700 Subject: Repo.pm: Migrate to new PAM and unixgroup modules Apache 2.2->2.4 upgrade changed module names and configuration directives for various PAM authentication features; with this patch we can successfully autogenerate those. --- pinyconfigs/etc/apache2/sites-available/piny | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pinyconfigs/etc/apache2/sites-available/piny') diff --git a/pinyconfigs/etc/apache2/sites-available/piny b/pinyconfigs/etc/apache2/sites-available/piny index f306011..a3c38c9 100644 --- a/pinyconfigs/etc/apache2/sites-available/piny +++ b/pinyconfigs/etc/apache2/sites-available/piny @@ -62,9 +62,8 @@ - AuthPAM_Enabled on - AuthGROUP_Enabled off # doesn't work with valid-user for some reason - AuthPAM_FallThrough off + AuthBasicProvider PAM + AuthPAMService other AuthBasicAuthoritative off AuthType Basic AuthName "User account for piny.be needed." -- cgit v1.2.3