Actions
Bug #4896
closedLogin credentials are not authenticated before providing the katello/headpin shell
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=979625
Description of problem:
When trying to login to katello/headpin shell using invalid credentials (invalid password/ non-existent userName), the shell shows up successfully instead of throwing an error.
(Credentials are authenticated only when a command is triggered on the katello/headpin shell)
How reproducible:
everytime
Steps to Reproduce:
1. # katello -u "invalidUsr" -p "invalidPass" shell
2. katello> org list
Actual results:
After 1. katello/headpin shell shows up
After 2. Invalid credentials
Expected results:
Should throw the "Invalid credentials" error after Step 1.
Actions