mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30097 from cachedout/note_on_password_process_list
Note concern about cleartext password in docs for shadow.gen_password
This commit is contained in:
commit
25edefc93a
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