[users] Repair example configuration
This commit is contained in:
parent
09a3f58800
commit
cbe39e1324
@ -218,11 +218,11 @@ allowWeakPasswordsDefault: false
|
|||||||
# this set of permissions. Write the permissions in octal. If not set,
|
# 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
|
# there is no default and no permission-setting is done (uses defaults of
|
||||||
# `useradd` in the target). A umask is computed from these permissions
|
# `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:
|
user:
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
forbidden_names: [ root ]
|
forbidden_names: [ root ]
|
||||||
home_permissions: 0700
|
home_permissions: "0700"
|
||||||
|
|
||||||
|
|
||||||
# Hostname settings
|
# Hostname settings
|
||||||
|
Loading…
Reference in New Issue
Block a user