diff options
author | Joe Rayhawk <jrayhawk@cobain.omgwallhack.org> | 2018-09-22 23:06:15 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@cobain.omgwallhack.org> | 2018-09-22 23:06:15 -0700 |
commit | 77c04fb8f4eb0f061ac1d652f081f0a038e1803e (patch) | |
tree | 5194ab5e701db555bf4b7159f1cae4c0ac379f16 /pinyconfigs/etc/apache2 | |
parent | 1e0fde1688055de6ddd42da658af43546ee90871 (diff) | |
download | piny-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')
-rw-r--r-- | pinyconfigs/etc/apache2/sites-available/piny | 5 |
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." |