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.
DescriptionNikhil Dehadrai
2016-03-22 10:19:08 UTC
Created attachment 1138970[details]
IPA-client-uninstall console output
Description of problem:
ipa-client-install --uninstall command when run on non-atomic host fails to un-enroll client from IPA server when migrated to container.
Version-Release number of selected component (if applicable):
ipa-server: ipa-server-4.2.0-15.el7_2.10.x86_64
ipa-client: ipa-client-4.2.0-15.el7_2.10.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Setup IPA server and Client with version 7.2up3.
2. Install Atomic package on client system and start the docker service. (use appropritae repos/ subscription manager)
3. Configure docker configuration at (/etc/sysconfig/docker) to pull appropriate docker-sssd image.
4. Migrate ipa-client to container image using command "atomic install rhel7/sssd --migrate"(Note here rhel7/sssd is name of docker image/container)
5. On atomic host run, ipa-client-install --uninstall
Actual results:
1. After step5, Ipa-client un-installation process completes with a message
"Unenrolling client from IPA server
Unenrolling host failed: Error obtaining initial credentials: Cannot find KDC for requested realm."
Expected results:
1. IPA client un-installation command should un-enroll client without any error message.
Additional info:
1. This error message is not observed when command "atomic uninstall rhel7/sssd" (Note here rhel7/sssd is name of docker image/container)
2. Also noticed that "systemctl status sssd" reporta ssssd running inside container.
3. Refer attachment for additional console output logs.
Comment 2Jan Pazdziora (Red Hat)
2016-05-17 11:45:30 UTC
This bug cannot be reproduced on RHEL Atomic host because there is not the package ipa-client-install
Comment 7RHEL Program Management
2020-12-15 07:40:37 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.
Created attachment 1138970 [details] IPA-client-uninstall console output Description of problem: ipa-client-install --uninstall command when run on non-atomic host fails to un-enroll client from IPA server when migrated to container. Version-Release number of selected component (if applicable): ipa-server: ipa-server-4.2.0-15.el7_2.10.x86_64 ipa-client: ipa-client-4.2.0-15.el7_2.10.x86_64 How reproducible: Always Steps to Reproduce: 1. Setup IPA server and Client with version 7.2up3. 2. Install Atomic package on client system and start the docker service. (use appropritae repos/ subscription manager) 3. Configure docker configuration at (/etc/sysconfig/docker) to pull appropriate docker-sssd image. 4. Migrate ipa-client to container image using command "atomic install rhel7/sssd --migrate"(Note here rhel7/sssd is name of docker image/container) 5. On atomic host run, ipa-client-install --uninstall Actual results: 1. After step5, Ipa-client un-installation process completes with a message "Unenrolling client from IPA server Unenrolling host failed: Error obtaining initial credentials: Cannot find KDC for requested realm." Expected results: 1. IPA client un-installation command should un-enroll client without any error message. Additional info: 1. This error message is not observed when command "atomic uninstall rhel7/sssd" (Note here rhel7/sssd is name of docker image/container) 2. Also noticed that "systemctl status sssd" reporta ssssd running inside container. 3. Refer attachment for additional console output logs.