Merge pull request #30089 from mpreziuso/patch-1

Fixes terminology and adds more accurate details about the algorithms
This commit is contained in:
Mike Place 2015-12-30 13:02:18 -07:00
commit 6b1c3a6bf2

View file

@ -266,10 +266,10 @@ def useradd(pwfile, user, password, opts=''):
.. code-block:: text
n Don't update file; display results on stdout.
m Force MD5 encryption of the password (default).
d Force CRYPT encryption of the password.
p Do not encrypt the password (plaintext).
s Force SHA encryption of the password.
m Force MD5 hashing of the password (default).
d Force CRYPT(3) hashing of the password.
p Do not hash the password (plaintext).
s Force SHA1 hashing of the password.
CLI Examples: