Skip to content

Commit a3976db

Browse files
authored
Merge pull request #108 from gardenlinux/add-userdir
Turn on automatic home directory creation
2 parents 1acc8ea + 7295196 commit a3976db

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

features/scibase/exec.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
set -Eeuo pipefail
3+
4+
echo "Adding mkhomedir to PAM configuration"
5+
DEBIAN_FRONTEND=noninteractive pam-auth-update --remove passwdqc --enable mkhomedir
6+
chmod 644 /etc/nsswitch.conf

0 commit comments

Comments
 (0)