After I read that this was fixed in libpam-mount/2.8-1 , I installed libpam-mount from testing: 1. In /etc/apt/apt.conf say that Stable is your default repo by putting this line: APT::Default-Release "stable"; 2. Install libpam-mount version 2.8-1 apt-get -t testing install libpam-mount
There were no other dependensies. All works fine now, I have these volumes defined: <volume fstype="cifs" server="172.26.2.1" path="%(USER)" mountpoint="/home/VIN/%(USER)/Desktop/%(USER)-server" options="iocharset=utf8,codepage=unicode,unicode" /> hier mag uid=%(USER) niet staan, want dan heb je geen schrijfrechten meer <volume fstype="cifs" server="172.26.2.1" path="OrigineDag" mountpoint="/home/VIN/%(USER)/Desktop/OrigineDag" options="uid=%(USER),iocharset=utf8,codepage=unicode,unicode" /> The only little problem i'm facing, is with icons that appear on the gnome-Destop: - For 'OrigineDag' there are 2 icons, one is a directory, the other a disk. - For '%(USER)-server' there is only a directory, but no disk. Both directory's are correctly mounted and 'surfable', the disk 'OrigineDag' also. Why is there no disk for '%(USER)-server'? Thx -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org