[users] Repair example configuration

This commit is contained in:
Adriaan de Groot 2024-09-23 23:42:27 +02:00
parent 09a3f58800
commit cbe39e1324

View File

@ -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