Bug 75892 - www/mod_auth_pam2 sets up httpd.conf LoadModule lines wrongly
Summary: www/mod_auth_pam2 sets up httpd.conf LoadModule lines wrongly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-06 19:30 UTC by lewiz
Modified: 2005-01-17 21:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lewiz 2005-01-06 19:30:24 UTC
www/mod_auth_pam2 creates:

LoadModule auth_pam_module    libexec/apache2/mod_auth_pam.so
LoadModule auth_pam_module    libexec/apache2/mod_auth_sys_group.so

in the httpd.conf file when the second line should be:

LoadModule auth_sys_group_module libexec/apache2/mod_auth_sys_group.so

Unfortunately I can't figure out how this goes on and can't fix it
myself.

How-To-Repeat: Installs mod_auth_pam2
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2005-01-06 19:34:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer(s).
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2005-01-17 21:33:45 UTC
State Changed
From-To: open->closed

A fix has been committed, thanks for the report.