| Summary: | The command config --remove cannot remove configuration entry | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | yu zheng <yuzheng> |
| Component: | subscription-manager | Assignee: | William Poteat <wpoteat> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.8 | CC: | khong, skallesh |
| Target Milestone: | beta | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-29 19:04:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 752854 | ||
| Bug Blocks: | 715031 | ||
|
Description
yu zheng
2011-11-16 10:17:34 UTC
Has been fixed as part of 752854. Will be in build 0.98.3 Moving the bug to verified.. RPM used: [root@tiger ~]# rpm -qa | grep subscription-manager subscription-manager-gnome-0.98.3-1.git.16.14460bc.el5_7 subscription-manager-firstboot-0.98.3-1.git.16.14460bc.el5_7 subscription-manager-migration-0.98.3-1.git.16.14460bc.el5_7 subscription-manager-0.98.3-1.git.16.14460bc.el5_7 Steps to reproduce: [root@tiger ~]# cat /etc/rhsm/rhsm.conf # Red Hat Subscription Manager Configuration File: # Unified Entitlement Platform Configuration [server] # Server hostname: hostname = 10.65.193.169 # Server prefix: prefix =/candlepin # Server port: port = 8443 # Set to 1 to disable certificate validation: insecure = 1 [root@tiger ~]# subscription-manager config --remove server.insecure You have removed the value for section server and name insecure. The default value for insecure will now be used. [root@tiger ~]# cat /etc/rhsm/rhsm.conf # Red Hat Subscription Manager Configuration File: # Unified Entitlement Platform Configuration [server] # Server hostname: hostname = 10.65.193.169 # Server prefix: prefix =/candlepin # Server port: port = 8443 # Set to 1 to disable certificate validation: # Set the depth of certs which should be checked Verified against brew build RPM used: [root@tiger ~]# rpm -qa | grep subscription-manager subscription-manager-firstboot-0.98.3-1.el5 subscription-manager-0.98.3-1.el5 subscription-manager-gnome-0.98.3-1.el5 subscription-manager-debuginfo-0.98.3-1.el5 subscription-manager-migration-0.98.3-1.el5 [root@tiger ~]# cat /etc/rhsm/rhsm.conf # Red Hat Subscription Manager Configuration File: # Unified Entitlement Platform Configuration [server] # Server hostname: hostname = subscription.rhn.redhat.com # Server prefix: prefix = /subscription # Server port: port = 443 # Set to 1 to disable certificate validation: insecure = 1 # Set the depth of certs which should be checked # when validating a certificate ssl_verify_depth = 3 [root@tiger ~]# subscription-manager config --remove server.insecure You have removed the value for section server and name insecure. The default value for insecure will now be used. [root@tiger ~]# cat /etc/rhsm/rhsm.conf # Red Hat Subscription Manager Configuration File: # Unified Entitlement Platform Configuration [server] # Server hostname: hostname = subscription.rhn.redhat.com # Server prefix: prefix = /subscription # Server port: port = 443 # Set to 1 to disable certificate validation: # Set the depth of certs which should be checked # when validating a certificate ssl_verify_depth = 3 |