mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Note concern about cleartext password in docs for shadow.gen_password
Closes #28120
This commit is contained in:
parent
404414bf57
commit
58aec884ef
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@ def gen_password(password, crypt_salt=None, algorithm='sha512'):
|
|||
|
||||
Generate hashed password
|
||||
|
||||
.. note::
|
||||
|
||||
When called this function is called directly via remote-execution,
|
||||
the password argument may be displayed in the system's process list.
|
||||
This may be a security risk on certain systems.
|
||||
|
||||
password
|
||||
Plaintext password to be hashed.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue