Description of problem: This bug is was discovered, when verifying Bug 684354. satpasswd prints out information, that isn't correct and that shall not be printed for unprivileged user at all. Version-Release number of selected component (if applicable): sat541 How reproducible: always Steps to Reproduce: 1. useradd user 2. su - user 3. satpasswd admin Actual results: Permission denied traceback ending with: user "admin" is not a valid satellite user what definitely isn't correct. Expected results: Information, that non-privileged user isn't allowed to run the satpasswd command, ideally no traceback. Definitely not telling information, that isn't correct or wasn't verified at all. The message points on wrong error handling.