user_password_clear

Ensure a user's password. as used in the UNIX /etc/shadow file.

⚙️ Compatible targets: Windows

Parameters

NameDocumentation
loginUser login.

This parameter is required.
passwordUser 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
  • ❌ 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.