From cbe39e132491a8e7d48080d51fbc84adf80948ae Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 23 Sep 2024 23:42:27 +0200 Subject: [PATCH] [users] Repair example configuration --- src/modules/users/users.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/users/users.conf b/src/modules/users/users.conf index 240489543..201ff8349 100644 --- a/src/modules/users/users.conf +++ b/src/modules/users/users.conf @@ -218,11 +218,11 @@ allowWeakPasswordsDefault: false # this set of permissions. Write the permissions in octal. If not set, # there is no default and no permission-setting is done (uses defaults of # `useradd` in the target). A umask is computed from these permissions -# and passed to `useradd`. +# and passed to `useradd`. Take care to quote the numeric value. user: shell: /bin/bash forbidden_names: [ root ] - home_permissions: 0700 + home_permissions: "0700" # Hostname settings