There was an error while loading. Please reload this page.
2 parents 1acc8ea + 7295196 commit a3976dbCopy full SHA for a3976db
1 file changed
features/scibase/exec.config
@@ -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