Bug 1146145
| Summary: | Strongswan is compiled without xauth-noauth plugin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Tony Brancato <brancato> | ||||
| Component: | strongswan | Assignee: | Pavel Šimerda (pavlix) <psimerda> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | epel7 | CC: | psimerda | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | strongswan-5.2.0-7.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-11-27 18:09:12 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: | |||||||
| Attachments: |
|
||||||
strongswan-5.2.0-7.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/strongswan-5.2.0-7.el6 Package strongswan-5.2.0-7.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing strongswan-5.2.0-7.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2897/strongswan-5.2.0-7.el6 then log in and leave karma (feedback). Thank you for your quick attention to this. However, I need the package for EPEL7, not EPEL6. Best Regards, Tony Sorry for the confusion. There's been a koji build for epel7 as well, so let's just do the update. strongswan-5.2.0-7.el7 has been submitted as an update for Fedora EPEL 7. https://admin.fedoraproject.org/updates/strongswan-5.2.0-7.el7 Package strongswan-5.2.0-7.el7: * should fix your issue, * was pushed to the Fedora EPEL 7 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing strongswan-5.2.0-7.el7' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3553/strongswan-5.2.0-7.el7 then log in and leave karma (feedback). strongswan-5.2.0-7.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. I installed strongswan-5.2.0-7.el7 and it works great! Thanks very much for your help. strongswan-5.2.0-7.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 940794 [details] diffs to patch strongswan.spec Description of problem: I am configuring Strongswan to support VPN-on-demand using only certificates. The xauth-noauth plugin is required to support this but is missing from the EPEL Strongswan package. Version-Release number of selected component (if applicable): strongswan.x86_64-5.2.0-1.el7 How reproducible: Always. Steps to Reproduce: 1. define a connection with "rightauth2=xauth-noauth" on the server 2. try to establish an IPsec connection to the server Actual results: "journalctl /usr/libexec/strongswan/charon" reports error "no XAuth method found for 'noauth'" Expected results: Authentication should be forwarded to xauth-noauth module. Additional info: Diff for specfile attached.