helmet
August 25th, 2006, 02:33 PM
i'm having problems configuring pam_group.so
i am under the impression that this is how i would add users to groups upon login. i need to add anybody logging in through gdm to groups plugdev,audio,video,cdrom
this is what i put in my /etc/security/group.conf
gdm;*;*;Al;plugdev,audio,video,cdrom
login;*;*;Al;plugdev,audio,video,cdrom
add added this to /etc/pamd.c/common-auth
auth optional pam_group.so
but no dice. i've tried adding other things to group.conf but can't get it to add anybody to anything. what am i doing wrong?
i am under the impression that this is how i would add users to groups upon login. i need to add anybody logging in through gdm to groups plugdev,audio,video,cdrom
this is what i put in my /etc/security/group.conf
gdm;*;*;Al;plugdev,audio,video,cdrom
login;*;*;Al;plugdev,audio,video,cdrom
add added this to /etc/pamd.c/common-auth
auth optional pam_group.so
but no dice. i've tried adding other things to group.conf but can't get it to add anybody to anything. what am i doing wrong?