Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37763576
en ru br
ALT Linux repos
S:0.0.1-alt1.qa1

Group :: System/Servers
RPM: apache2-mod_authn_pam

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

User running httpd2 must be in group 'shadow' and 'auth' (for ALT)
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394097)

Enable modules:
auth_basic
authn_pam
authz_user

Config:
<Directory "/local/www">
AuthType Basic
AuthName "Private Access"
AuthBasicProvider pam
Require valid-user
</Directory>


Details in http://mod-auth.sourceforge.net/docs/mod_authn_pam/
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin