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.
Bug 1223659 - ipa-client-install --uninstall does not restore pre original status of certmonger
Summary: ipa-client-install --uninstall does not restore pre original status of certmo...
Keywords:
Status: CLOSED DUPLICATE of bug 1126021
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ipa
Version: 6.7
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: IPA Maintainers
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-21 07:30 UTC by Patrik Kis
Modified: 2015-06-18 06:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-17 14:58:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Patrik Kis 2015-05-21 07:30:19 UTC
Description of problem:
This is a kind of "nice to have fixed" issue, but I felt it's worth reporting.
The problem is that on RHEL-6 certmonger is enabled by default after installation, but if ipa-client is installed and the uninstalled, it is disabled. It would be nice if ipa-client returned the original state, if it is possible.

Version-Release number of selected component (if applicable):
ipa-client-3.0.0-46.el6

How reproducible:
always

Steps to Reproduce:
# chkconfig --list certmonger
certmonger     	0:off	1:off	2:off	3:on	4:on	5:on	6:off
#
# ipa-client-install --domain ipa.baseos.qe -p admin -w Pass2012! -U
Discovery was successful!
 ... snip

# chkconfig --list certmonger
certmonger     	0:off	1:off	2:on	3:on	4:on	5:on	6:off
#
# ipa-client-install --uninstall --unattended
Unenrolling client from IPA server
 ... snip

# chkconfig --list certmonger
certmonger     	0:off	1:off	2:off	3:off	4:off	5:off	6:off

Comment 1 Petr Vobornik 2015-06-15 11:31:34 UTC
Upstream ticket:
https://fedorahosted.org/freeipa/ticket/5063

Comment 2 Petr Vobornik 2015-06-17 14:58:21 UTC

*** This bug has been marked as a duplicate of bug 1126021 ***


Note You need to log in before you can comment on or make changes to this bug.