From: Maurice Meyer Date: Thu, 22 Mar 2018 19:40:46 +0000 (+0100) Subject: hashed_password -> password_hash. Fixes #6175 X-Git-Tag: v2.9.0~117^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0949fc6e3f4cbc8cdc151cf9eb6323e4f163171;p=icinga2 hashed_password -> password_hash. Fixes #6175 Signed-off-by: Maurice Meyer --- diff --git a/doc/09-object-types.md b/doc/09-object-types.md index fadbf8a33..698c5c51a 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -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.