Hello together,
I have a big problems since i upgrade to 17.10. I have a connection to my NAS with pam mount.
So when i click on maybe Music or Documents i have the connection to my NAS.
Now this dont go after the upgrade. Is there a way to solve this ?
This are the working files from 17.04:
File: /etc/security/pam_mount.conf.xml
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
<pam_mount>
<debug enable="0"/>
<luserconf name=".pam_mount.conf.xml" />
<mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
<mntoptions require="nosuid,nodev" />
<logout wait="0" hup="0" term="0" kill="0" />
<mkmountpoint enable="1" remove="true" />
</pam_mount>
File in home directory: ~/.pam_mount.conf.xml
<?xml version="1.0" encoding="utf-8" ?>
<pam_mount>
<volume user="*" fstype="cifs" server="192.168.6.2" path="video/Filme" mountpoint="~/Videos" options="nodev,nosuid" />
<volume user="*" fstype="cifs" server="192.168.6.2" path="music" mountpoint="~/Musik" options="nodev,nosuid" />
<volume user="*" fstype="cifs" server="192.168.6.2" path="photo/Bilder" mountpoint="~/Bilder" options="nodev,nosuid" />
<volume user="*" fstype="cifs" server="192.168.6.2" path="Datenbackup/Dokumente" mountpoint="~/Dokumente" options="nodev,nosuid" />
<volume user="*" fstype="cifs" server="192.168.6.2" path="web" mountpoint="~/web" options="nodev,nosuid," />
</pam_mount>
Hope someone can help me.
Thanks…