From c6299bc545e9f7a7187e044edb97e366f4e7add9 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Thu, 22 Mar 2018 20:40:46 +0100 Subject: [PATCH] hashed_password -> password_hash. Fixes #6175 Signed-off-by: Maurice Meyer refs #6176 --- doc/09-object-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/09-object-types.md b/doc/09-object-types.md index 33c2763ba..609019d90 100644 --- a/doc/09-object-types.md +++ b/doc/09-object-types.md @@ -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. -- 2.40.0