#5063 ipa-client-install --uninstall does not certore pre original status of certmonger
Closed: Duplicate None Opened 8 years ago by pvoborni.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 6): Bug 1223659

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

Metadata Update from @pvoborni:
- Issue assigned to someone
- Issue set to the milestone: 0.0 NEEDS_TRIAGE

7 years ago

Login to comment on this ticket.

Metadata