From 23e58df00e3daea9fe22e21788713b0e52eb4169 Mon Sep 17 00:00:00 2001 From: Andrew Arensburger Date: Mon, 6 May 2024 21:57:39 -0400 Subject: [PATCH] Changelog for new release. --- changelogs/changelog.yaml | 16 +++++++++++++--- plugins/modules/user.py | 4 ++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f8daba8..354b424 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -99,18 +99,16 @@ releases: release_date: '2023-09-11' 1.8.1: changes: - release_summary: Mostly bug fixes. bugfixes: - '`plugin` result wasn''t always being returned.' minor_changes: - Fix documentation. + release_summary: Mostly bug fixes. fragments: - plugin.yml release_date: '2023-12-10' 1.9.0: changes: - release_summary: - - Add the `jail_fstab` module. bugfixes: - '`plugin` module: Wait until plugin has finished installing before returning.' major_changes: @@ -125,3 +123,15 @@ releases: name: jail_fstab namespace: '' release_date: '2023-12-10' + 1.9.1: + changes: + bugfixes: + - TrueNAS SCALE doesn't allow enabling SMB access on users without a password. + 'smb' used to default to true, which prevented creating users with password + disabled. The 'smb' argument can now be set explicitly. + major_changes: + - Add user "smb" parameter to control SMB access. + release_summary: Bug fix. + fragments: + - user.yml + release_date: '2024-05-06' diff --git a/plugins/modules/user.py b/plugins/modules/user.py index 86fa7d7..d75d406 100644 --- a/plugins/modules/user.py +++ b/plugins/modules/user.py @@ -112,8 +112,8 @@ - If you need that functionality, do something like prepend "*LOCK*" to the crypt string when locking a user, then remove it when unlocking. - - Note that under TrueNAS SCALE, a user with C(password_disabled) - may not use SMB, so be sure to set C(smb: false). + - "Note that under TrueNAS SCALE, a user with C(password_disabled) + may not use SMB, so be sure to set C(smb: false)." type: bool default: false shell: