PAM-mount fails with this option set.
This commit is contained in:
parent
cbc1e62659
commit
156d932bf4
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
fstype="fuse"
|
fstype="fuse"
|
||||||
path="sshfs#%(USER)@{{ home_server }}:"
|
path="sshfs#%(USER)@{{ home_server }}:"
|
||||||
mountpoint="/home/%(USER)"
|
mountpoint="/home/%(USER)"
|
||||||
options="allow_other,default_permissions,reconnect,password_stdin,disable-hardlink"
|
options="allow_other,default_permissions,reconnect,password_stdin"
|
||||||
ssh="0" noroot="0"
|
ssh="0" noroot="0"
|
||||||
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user></or></not></volume>
|
><not><or><user>root</user><user>ansible</user><user>Debian-gdm</user></or></not></volume>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue