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

This commit is contained in:
Zuul
2022-06-03 18:37:58 +00:00
committed by Gerrit Code Review

View File

@@ -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