mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30089 from mpreziuso/patch-1
Fixes terminology and adds more accurate details about the algorithms
This commit is contained in:
commit
6b1c3a6bf2
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue