24 lines
475 B
Plaintext
Raw Normal View History

---
doAutologin: false
setRootPassword: false
sudoersGroup: sudo
defaultGroups:
2016-10-27 15:28:14 +02:00
- adm
2018-08-10 13:16:43 -05:00
- cdrom
- dip
- lpadmin
2018-08-10 13:16:43 -05:00
- plugdev
2021-01-03 11:58:52 -05:00
- name: sambashare
must_exist: false
system: true
- sudo
passwordRequirements:
2024-03-10 18:20:39 -05:00
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:
shell: /bin/bash
forbidden_names: [ root ]
2024-03-28 23:30:43 -05:00
allowActiveDirectory: true