krn.CheckUserAccount
This job checks whether the specified user can log into the system. If a password is passed, it is checked — an incorrect password can lead to account lockout (same criteria as in enaio® enterprise-manager).
The job returns with an error if the user cannot log into the system.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Must be |
|
STRING |
Yes |
Login name of the user |
|
STRING |
No |
Encrypted password (optional) |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
INT |
— |
Result of login check: |
|
INT |
only when |
Password validity (only when |