summaryrefslogtreecommitdiff
path: root/pinyconfigs/etc/apache2/sites-available/piny
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2018-09-22 23:06:15 -0700
committerJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2018-09-22 23:06:15 -0700
commit77c04fb8f4eb0f061ac1d652f081f0a038e1803e (patch)
tree5194ab5e701db555bf4b7159f1cae4c0ac379f16 /pinyconfigs/etc/apache2/sites-available/piny
parent1e0fde1688055de6ddd42da658af43546ee90871 (diff)
downloadpiny-code-77c04fb8f4eb0f061ac1d652f081f0a038e1803e.tar.gz
piny-code-77c04fb8f4eb0f061ac1d652f081f0a038e1803e.zip
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.
Diffstat (limited to 'pinyconfigs/etc/apache2/sites-available/piny')
-rw-r--r--pinyconfigs/etc/apache2/sites-available/piny5
1 files changed, 2 insertions, 3 deletions
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 @@
</Directory>
<Directory "/usr/lib/cgi-bin/piny/auth">
- 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."