Bug 1172047
Summary: | [httpd] wrong auth_kerb.conf symlink | ||
---|---|---|---|
Product: | [Retired] JBoss Web Server 3 | Reporter: | Michal Haško <mhasko> |
Component: | unspecified | Assignee: | Weinan Li <weli> |
Status: | CLOSED EOL | QA Contact: | Pavel Slavicek <pslavice> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.0.0 | CC: | lfuka, pslavice |
Target Milestone: | DR01 | ||
Target Release: | 3.0.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-27 18:36:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1178630 |
Description
Michal Haško
2014-12-09 09:59:21 UTC
From JWS3 we will ship auth_kerb directly: # mod_auth_kerb -ln -s %{_libdir}/%{httpd}/modules/mod_auth_kerb.so httpd/modules/ -ln -s %{_sysconfdir}/%{httpd}/conf.d/auth_kerb.conf httpd/conf.d/ +cp %{_libdir}/%{httpd}/modules/mod_auth_kerb.so httpd/modules/ Fix part 2: [weli@dhcp-66-78-87 jws-compose]$ git diff diff --git a/jws-compose.spec b/jws-compose.spec index 9a34fcf..9403f42 100644 --- a/jws-compose.spec +++ b/jws-compose.spec @@ -282,6 +282,7 @@ sed -i -e "s:^LoadModule proxy_balancer_module:#LoadModule proxy_balancer_module # mod_auth_kerb cp %{_libdir}/%{httpd}/modules/mod_auth_kerb.so httpd/modules/ +cp %{_sysconfdir}/%{httpd}/conf.modules.d/10-auth_kerb.conf httpd/conf.modules.d/ # mod_rt cp -pr %{_libdir}/%{httpd}/modules/mod_rt.so httpd/modules/ --- Local verification: [weli@dhcp-66-78-87 jbossas-fordev]$ unzip -l jws-httpd-3.0.0-RHEL6-x86_64.zip | grep kerb 43016 12-22-2014 20:21 jws-3.0/httpd/modules/mod_auth_kerb.so 53 12-22-2014 20:21 jws-3.0/httpd/conf.modules.d/10-auth_kerb.conf This is a zip only problem. RPM packages are fine. So the fix seems complete. Verified with DR2 RHEL6 RHEL7 zips. |