Re: libpam-umask and .pam_umask

2007-05-29 Thread Douglas Allan Tutty
On Sun, May 27, 2007 at 03:30:33PM -0700, Todd A. Jacobs wrote: > I'm trying to get a single user to default to a umask of 002, regardless > of login method (e.g. gdm or ssh) so that I don't have to update the > umask in a host of different places. So, I installed: > and placed a .pam_umask in th

Re: libpam-umask and .pam_umask

2007-05-27 Thread David Jardine
On Sun, May 27, 2007 at 03:30:33PM -0700, Todd A. Jacobs wrote: > I'm trying to get a single user to default to a umask of 002, regardless > of login method (e.g. gdm or ssh) so that I don't have to update the > umask in a host of different places. So, I installed: > > libpam-umask/testing upt

Re: libpam-umask and .pam_umask

2007-05-27 Thread Todd A. Jacobs
For the record, I also tried this: # /etc/passwd: umask set in GECOS foo:x:1020:1020:umask=002:/home/foo:/bin/bash # /etc/pam.d/common-session session requiredpam_unix.so session optionalpam_umask.so with exactly the same results, e.g. nothing useful. --

libpam-umask and .pam_umask

2007-05-27 Thread Todd A. Jacobs
I'm trying to get a single user to default to a umask of 002, regardless of login method (e.g. gdm or ssh) so that I don't have to update the umask in a host of different places. So, I installed: libpam-umask/testing uptodate 0.04 and placed a .pam_umask in the user's directory. It's not clea