x-itec / pam-encfs

Automatically exported from code.google.com/p/pam-encfs
0 stars 0 forks source link

When more than one folder to mount, only the first is mounted. #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by victorpa...@gmail.com on 10 Aug 2011 at 12:45

GoogleCodeExporter commented 9 years ago
This 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.

Original comment by aagaa...@gmail.com on 14 Aug 2011 at 6:18