Package: libapache-mod-auth-pam
Version: 1.1.1-8
Severity: grave
Justification: renders package unusable
After upgrading libapache-mod-auth-pam, my pam authentification through
apache doesn't work anymore. It works fine with login or ssh.
- /var/log/auth.log :
Feb 8 19:38:13 ******** apache: (pam_unix) authentication failure;
logname= uid=33 euid=33 tty= ruser= rhost=***********
user=*******
- /etc/pam.d/httpd :
#%PAM-1.0
@include common-auth
@include common-account
- /etc/apache/loadmodules.conf :
(...)
LoadModule pam_auth_module /usr/lib/apache/1.3/mod_auth_pam.so
(...)
- /etc/apache/httpd.conf :
(...)
<Directory ***mysite***/restricted/>
Options Indexes FollowSymlinks
AllowOverride AuthConfig
AuthType Basic
AuthName "Restricted User Area"
AuthAuthoritative on
AuthPAM_Enabled on
AuthPAM_FallThrough off
require group users
Order allow,deny
Allow from all
</Directory>
(...)
Hope this will help.
Best regards,
Guillaume Morin
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (100, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.28
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages libapache-mod-auth-pam depends on:
ii apache-common 1.3.33-3 support files for all Apache webse
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]