user_password_clear
Ensure a user's password. as used in the UNIX /etc/shadow file.
⚙️ Compatible targets: Windows
Parameters
Name | Documentation |
---|---|
login | User login. This parameter is required. |
password | User clear password. This parameter is required. |
Outcome conditions
You need to replace ${login}
with its actual canonified value.
- ✅ Ok:
user_password_clear_${login}_ok
- ☑️ Already compliant:
user_password_clear_${login}_kept
- 🟨 Repaired:
user_password_clear_${login}_repaired
- ☑️ Already compliant:
- ❌ Error:
user_password_clear_${login}_error
Example
method: user_password_clear
params:
login: VALUE
password: VALUE
Documentation
User must exists, password will appear in clear text in code. An empty password will lead to an error and be notified.