mirror of https://github.com/Icinga/icinga2.git
hashed_password -> password_hash. Fixes #6175
Signed-off-by: Maurice Meyer <morre@mor.re> refs #6176
This commit is contained in:
parent
857842d7f0
commit
c6299bc545
|
@ -108,7 +108,7 @@ Configuration Attributes:
|
|||
Name | Type | Description
|
||||
--------------------------|-----------------------|----------------------------------
|
||||
password | String | **Optional.** Password string. Note: This attribute is hidden in API responses.
|
||||
hashed\_password | String | **Optional.** A hashed password string in the form of /etc/shadow. Note: This attribute is hidden in API responses.
|
||||
password\_hash | String | **Optional.** A hashed password string in the form of /etc/shadow. Note: This attribute is hidden in API responses.
|
||||
client\_cn | String | **Optional.** Client Common Name (CN).
|
||||
permissions | Array | **Required.** Array of permissions. Either as string or dictionary with the keys `permission` and `filter`. The latter must be specified as function.
|
||||
|
||||
|
|
Loading…
Reference in New Issue