Bug 736104 - httpd update broke PAM authentication
Summary: httpd update broke PAM authentication
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: httpd
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-06 17:30 UTC by Vadym Chepkov
Modified: 2012-01-30 17:40 UTC (History)
5 users (show)

Fixed In Version: httpd-2.2.21-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 782256 (view as bug list)
Environment:
Last Closed: 2011-09-16 01:58:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vadym Chepkov 2011-09-06 17:30:53 UTC
After updating from httpd-2.2.17-10.fc15.1.i686 to httpd-2.2.19-2.fc15.i686 
mod_auth_pam got broken.

This is the configuration:


<Directory /var/www/html/restricted/vpn>
   AuthPAM_Enabled on
   AuthType Basic
   AuthName "VPN Users"
   require group vpnadmins
</Directory>


I get 500 Internal server error with the following line in the log:


[Tue Sep 06 10:29:47 2011] [error] [client 192.168.17.80] AuthUserFile not specified in the configuration

Comment 1 Fedora Update System 2011-09-13 14:00:50 UTC
httpd-2.2.21-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/httpd-2.2.21-1.fc15

Comment 2 Fedora Update System 2011-09-14 22:37:10 UTC
Package httpd-2.2.21-1.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing httpd-2.2.21-1.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/httpd-2.2.21-1.fc15
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2011-09-16 01:57:53 UTC
httpd-2.2.21-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Norman Gaywood 2012-01-16 05:37:06 UTC
I have the same issue in F16.

I see in koji that for the last F15 update we have:

* Tue Sep 13 2011 Joe Orton <jorton> - 2.2.21-1
- update to 2.2.21
- restore authnoprov patch (#736104)

But for the last F16 update we have:

* Tue Sep 13 2011 Joe Orton <jorton> - 2.2.21-1
- update to 2.2.21

Did the "restore authnoprov patch" not get applied to F16?

Comment 5 Michael 2012-01-30 17:40:03 UTC
I am still having this issue in F16 as well.  Could someone possibly review/reopen this ticket?


Note You need to log in before you can comment on or make changes to this bug.