From 27b3f43edc1a3b4c4d7e457d2cdcec27e29f67bd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 Feb 2022 22:45:57 +0100 Subject: etc/ltsp/ltsp.conf.itzks-systems-disklserver.in: Omit pam_main function (fixes unwanted SSHFS home mounting over NFS mounts on Debian 10 LTSP clients). --- etc/ltsp/ltsp.conf.itzks-systems-disklserver.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in b/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in index ab7a5b4..c9c0102 100644 --- a/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in +++ b/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in @@ -48,6 +48,9 @@ KERNEL_PARAMETERS="quiet splash" ADD_IMAGE_EXCLUDES="/etc/ltsp/image-local.excludes" OMIT_IMAGE_EXCLUDES="/etc/ltsp/image-local.omit-excludes" +[common] +OMIT_FUNCTIONS="pam_main" + [clients] HOSTS_1="10.0.2.2 tjener.intern tjener" -- cgit v1.2.3