]> granicus.if.org Git - icinga2/commitdiff
hashed_password -> password_hash. Fixes #6175 6176/head
authorMaurice Meyer <morre@mor.re>
Thu, 22 Mar 2018 19:40:46 +0000 (20:40 +0100)
committerMaurice Meyer <morre@mor.re>
Thu, 22 Mar 2018 19:40:46 +0000 (20:40 +0100)
Signed-off-by: Maurice Meyer <morre@mor.re>
doc/09-object-types.md

index fadbf8a3380f3399f5e463ca483b88d718eb08dc..698c5c51a025b63f4038b7186fde6d0948e8c172 100644 (file)
@@ -112,7 +112,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.