Password command usage is incorrect. (CP r6, dsr6)

Updated the original command: removed the <temp_password> from command.

Minor edits and also removed the <temp\_password> from the comment.

Signed-off-by: Elaine Fonaro <elaine.fonaro@windriver.com>
Change-Id: I876281ef2ddbea9b5df271cc1370b3580277d01e
This commit is contained in:
Elaine Fonaro 2022-06-02 15:30:38 -03:00
parent 0acad2efc2
commit bcc701b0e0

@ -23,13 +23,13 @@ this type of account as follows:
.. code-block:: none .. code-block:: none
$ sudo passwd <user> <temp_password> $ sudo passwd <user>
$ sudo chage -d 0 <user> $ sudo chage -d 0 <user>
where <user> is the user name of the account to be reset \(for, example, where `<user>` is the user name of the account to be reset \(for, example,
**sysadmin**\) and <temp\_password> is a temporary password. The **sysadmin**\) and :command:`sudo passwd <user>` will prompt for the new
:command:`chage` command forces immediate expiration, so that the user must password. The :command:`chage` command forces immediate expiration, so that
change the password at first login. the user must change the password at first login.
If no other Linux system user accounts have been created, you can recover If no other Linux system user accounts have been created, you can recover
using the default LDAP **operator** or **admin** accounts. For more using the default LDAP **operator** or **admin** accounts. For more