diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-04 22:45:57 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-04 22:45:57 +0100 |
commit | 27b3f43edc1a3b4c4d7e457d2cdcec27e29f67bd (patch) | |
tree | e4a583f2ebf3843f00b14d604355e0e8c15c04d6 /etc/ltsp/ltsp.conf.itzks-systems-disklserver.in | |
parent | 517398a5c435143f7c7f55ca8e3a74dbdc83647a (diff) | |
download | itzks-systems-27b3f43edc1a3b4c4d7e457d2cdcec27e29f67bd.tar.gz itzks-systems-27b3f43edc1a3b4c4d7e457d2cdcec27e29f67bd.tar.bz2 itzks-systems-27b3f43edc1a3b4c4d7e457d2cdcec27e29f67bd.zip |
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).
Diffstat (limited to 'etc/ltsp/ltsp.conf.itzks-systems-disklserver.in')
-rw-r--r-- | etc/ltsp/ltsp.conf.itzks-systems-disklserver.in | 3 |
1 files changed, 3 insertions, 0 deletions
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" |