[Pkg-ltsp-devel] Pen Drives (USB memory stick)

Petter Reinholdtsen pere at hungry.com
Wed May 19 15:41:18 UTC 2010


[Luiz Eduardo Guaraldo]
> Hey, Peter, thanks by the knoladge. Some more informatios:
> 
> Authentication is being done by LDAP. I changed the /dev/fuse permitions 
> to 666 (readable/writable by everyone). It used to work on Lenny.

I have never done it like that, so I do not know the effect.  I have
always added users to the fuser group using pam_group.

> Is there any suid bit I must activate? or may be any executable that 
> have permitions only for fuse group?

No idea.

> At this moment I can't change the LDAP (this is a experimental server 
> and I didn't got this permitions), so I would like to know if there is 
> any workarround I can make...

No need to change LDAP.

Create a file /usr/share/pam-configs/group on the server with this
content:

Name: Group membership granted at login
Default: yes
Priority: 0
Auth-Type: Additional
Auth:
        optional                        pam_group.so

And make sure /etc/security/group.conf on the server include this
line:

*; *; *; Al0000-2400; fuse

Finally, run pam-auth-update as root to update /etc/pam.d/.

Happy hacking,
-- 
Petter Reinholdtsen



More information about the Pkg-ltsp-devel mailing list