Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
IPA Server uninstallation breaks because of empty arg in authselect. This is causing server-install test cases to skip on jenkins and beaker.
Version-Release number of selected component (if applicable):
# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.0 Beta (Ootpa)
# rpm -qa | grep authselect
authselect-libs-1.0-9.el8.x86_64
authselect-1.0-9.el8.x86_64
Observed in Build : RHEL-8.0-20181209.n.0 BaseOS x86_64
How reproducible: Always on the above mentioned build
Steps to Reproduce:
1. Install IPA server
2. Uninstall IPA server
Actual results:
# /usr/bin/authselect select sssd '', '--force'
Backup stored at /var/lib/authselect/backups/2018-12-10-11-23-19.2D4CV4
[error] Unknown profile feature [,]
[error] Unable to activate profile [sssd] [22]: Invalid argument
Unable to activate profile [22]: Invalid argument
Expected results:
# /usr/bin/authselect select sssd '', '--force'
Backup stored at /var/lib/authselect/backups/2018-12-10-11-24-54.6cKcG1
Profile "sssd" was selected.
The following nsswitch maps are overwritten by the profile:
- passwd
- group
- netgroup
- automount
- services
Make sure that SSSD service is configured and enabled. See SSSD documentation for more information.
Expected result is observed in:
# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.0 Beta (Ootpa)
Observed in build : RHEL-8.0-20181129.n.0 BaseOS x86_64
# rpm -qa | grep authselect
authselect-libs-1.0-6.el8.x86_64
authselect-1.0-6.el8.x86_64