Package: ltsp Severity: important Hi Vagrant, hi Alkis,
today I play with recent LTSP 19.11 from Debian unstable.The first test system wouldn't allow user logins due to failures in login/pamltsp:
```root@sn-tcboot:/usr/share/ltsp/client# diff -u login/pamltsp.orig login/pamltsp |
--- login/pamltsp.orig 2019-11-26 12:14:49.356832862 +0100
+++ login/pamltsp 2019-11-26 12:11:54.445369099 +0100
@@ -169,7 +169,7 @@
# allow_root: for the DM to setup .Xauthority
# nonempty: in case of .bash_history or local home
if "${_SELF%/*}/ssh-askpass" |
- sshfs -o
password_stdin,allow_other,default_permissions,nonempty \
+ sshfs -o password_stdin,allow_other,default_permissions \
"$@" "$pw_name@$SERVER:" "$pw_dir"
then
success=1
```
Recent Debian systems ship sshfs with fuse3 and the nonempty option is
not available there anymore.
Please fix. Thanks. Mike -- DAS-NETZWERKTEAM c\o Technik- und Ökologiezentrum Eckernförde Mike Gabriel, Marienthaler str. 17, 24340 Eckernförde mobile: +49 (1520) 1976 148 landline: +49 (4351) 850 8940 GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31 mail: [email protected], http://das-netzwerkteam.de
pgpVZ0J0DDHIt.pgp
Description: Digitale PGP-Signatur

