Bug 10318

Summary: Login command from Command Prompt causes failure
Product: [Retired] Red Hat Linux Reporter: Has <hasan.akay>
Component: util-linuxAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-14 18:48:53 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:

Description Has 2000-03-23 19:49:24 UTC
When user logged on, type "Login".  Comes back with "password", type
password comes back again with "Password"  type password again.  Comes
back "login" incorrect.  After successful login by typing login name
instead of password, Keyboard key strokes are not echoed until <CR> is
pressed.  Pressing just <CR> does not echo Line Feed <LF>.

Comment 1 Jeff Johnson 2000-05-14 18:48:59 UTC
Unlike other un*xes, the Linux login is responsible for maintaining a
PAM session, and so cannot support use from the command line.

Try "su - user" instead.