[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ldap-user to plugdev



Hello,
i found this on http://tuxnetworks.blogspot.com/2010/03/ldap-client-howto-804-lts.html
and it seems to work:

For Gnome Desktop users.

Assigning users to the correct groups at login

vi /etc/security/group.conf
||

gdm;*;*;Al0000-9000;floppy,audio,cdrom,video,plugdev,scanner



We need to override HALs behaviourl

vi /etc/dbus-1/system.d/hal.conf

Find and remove the following lines;
||

<deny send_interface="org.freedesktop.Hal.Device.Volume"/>
<deny send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>



We also need to tell pam to use the group.conf settings;

vi /etc/pam.d/gdm

Add this line;
||

auth optional pam_group.so





Martin





Am 19.09.2010 16:25, schrieb Petter Reinholdtsen:
mechanisms in action here.  One is the pam_group setup
granting a console user several group memberships at login.  The other
is pam_foreground and libpam-ck-connector, used to tell udev to grant
access to the console user.

I'm not quite sure which of these grant access to USB mounts, but
believe it is the latter.


Reply to: