Bug 1292024
| Summary: | Strict dependency of optional package pam_krb5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Slebodnik <lslebodn> |
| Component: | freeipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | abokovoy, ipa-maint, jcholast, jhrozek, mkosek, pviktori, pvoborni, rcritten, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | freeipa-4.4.2-1.fc25 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-19 21:01:32 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: | |||
Upstream ticket: https://fedorahosted.org/freeipa/ticket/5557 Is there any progress on this one line change in fedora spec file? s/Requires:/Recommends:/ or even better s/Requires:/Suggests:/ Fixed upstream master: https://fedorahosted.org/freeipa/changeset/984ae3858d8fb25d30b886bb953df1b06ab34ec7 ipa-4-4: https://fedorahosted.org/freeipa/changeset/62eefc74693022ebdd1e19a0c33d0f5479c9f93e freeipa-4.4.2-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-d89b3f7913 freeipa-4.4.2-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: freeipa-client is tested on modern distribution only with sssd. I'm not aware os testing with pam_krb5 + nss-pam-ldapd even thought there is such option "--no-sssd" [root@host ~]# ipa-client-install --help | tail -n 7 -S, --no-sssd Do not configure the client to use SSSD for authentication --preserve-sssd Preserve old SSSD configuration if possible uninstall options: --uninstall uninstall an existing installation. The uninstall can be run with --unattended option Therefore it would be good to get rid of strict dependency on pam_krb5. If you do not to remove it completely it would be good to change it to weak dependencies. So pam_krb5 could be removed without removing package freeipa-client. Version-Release number of selected component (if applicable): sh$ rpm -q freeipa-client freeipa-client-4.2.3-2.fc23.x86_64 How reproducible: Deterministic Steps to Reproduce: 1. rpm -q --requires freeipa-client | grep pam_krb5 pam_krb5 Actual results: Output contains "pam_krb5" Expected results: Output does not contain "pam_krb5"