]> granicus.if.org Git - icinga2/commitdiff
hashed_password -> password_hash. Fixes #6175
authorMaurice Meyer <morre@mor.re>
Thu, 22 Mar 2018 19:40:46 +0000 (20:40 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 23 Mar 2018 11:36:41 +0000 (12:36 +0100)
Signed-off-by: Maurice Meyer <morre@mor.re>
refs #6176

doc/09-object-types.md

index 33c2763ba8218fd23e56d67f28f89bf6be413b10..609019d904ae778ad55a80cb609782d710091e94 100644 (file)
@@ -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.