Bug 654430
| Summary: | Calling register with no username or password should result in clear text | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Bryan Kearney <bkearney> | 
| Component: | subscription-manager | Assignee: | Bryan Kearney <bkearney> | 
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> | 
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.1 | CC: | bkearney | 
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 654429 | Environment: | |
| Last Closed: | 2011-05-19 13:37:43 UTC | Type: | --- | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 654429 | ||
| Bug Blocks: | 639436 | ||
| 
 
        
          Description
        
        
          Bryan Kearney
        
        
        
        
        
          2010-11-17 20:35:49 UTC
        
       
      
      
      
    Fix in: git show-ref master 32e8334b0dd9dd8526367e2cd06c68596c27890e refs/heads/master 32e8334b0dd9dd8526367e2cd06c68596c27890e refs/remotes/origin/master VERIFIED... [root@jsefler-onprem01 ~]# rpm -q subscription-manager subscription-manager-0.93.2-1.git.82.b7841b3.fc14.x86_64 [root@jsefler-onprem01 ~]# subscription-manager register Error: username and password are required to register, try register --help. [root@jsefler-onprem01 ~]# subscription-manager register --username=testuser1 Error: password not provided. Use --password <value> [root@jsefler-onprem01 ~]# subscription-manager register --password=password Error: username not provided. Use --username <name> [root@jsefler-onprem01 ~]# subscription-manager register --username Usage: subscription-manager register [OPTIONS] subscription-manager: error: --username option requires an argument [root@jsefler-onprem01 ~]# subscription-manager register --password Usage: subscription-manager register [OPTIONS] subscription-manager: error: --password option requires an argument [root@jsefler-onprem01 ~]# subscription-manager register --username=FOO --password=BAR Invalid username or password [root@jsefler-onprem01 ~]# subscription-manager register --username=testuser1 --password=password 1b71e441-e9d8-4c31-895f-5e73f74b4469 testuser1 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0611.html  |