
pam-encfs - issue #5
When more than one folder to mount, only the first is mounted.
What steps will reproduce the problem? 1. Create more than one encrypted folder. 2. Log-out 3. Log-in 4. Check which folders are mounted.
What is the expected output? What do you see instead?
Expected:
$ mount | grep encfs encfs on /home/vpablos/secured/encrypted type fuse.encfs (rw,nosuid,nodev,default_permissions,allow_other,user=vpablos) encfs on /home/vpablos/almacen/encrypted-almacen type fuse.encfs (rw,nosuid,nodev,allow_other,default_permissions,user=vpablos)
I get:
$ mount | grep encfs encfs on /home/vpablos/secured/encrypted type fuse.encfs (rw,nosuid,nodev,default_permissions,allow_other,user=vpablos)
What version of the product are you using? On what operating system?
I've checked with debian squeeze. Pkgs' versions checked are:
0.1.4.1-4 0.1.4.4-4
Please provide any additional information below.
I've reported a bug against the debian bug tracking system. You can obtain more information in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637201
Thanks. Regards,
Victor
Comment #1
Posted on Aug 14, 2011 by Swift GiraffeThis is currently not supported. And I don't have time to fix it.
I'd happily accept patches to support this. For fixing it I'd look into pam_sm_authenticate. It's currently linear, readconfig reads one mount value. And it returns if successful.
Status: WontFix
Labels:
Type-Defect
Priority-Medium