PN5_50492


Patch Number

Ticket Number

Change type

5_50492

NA

Patch

1. Description

LOGTO does not work for root user if the SYSTEM file entry has a password.

Note: This patch is only for non-Windows platforms.

2. Previous Release Behavior

jsh ~ -->whoami
root

jsh ~ -->PASSWORD home
Enter new password :
Re-enter new password :
jsh ~ -->

jsh ~ -->LOGTO home
LOGTO: home: unknown account or password invalid
jsh ~ -->

3. Current Release Behavior

jsh ~ -->LOGTO home
jsh home ~ -->

Since it is root, there is no need to prompt for the password.