Re: [CentOS] pam_mount

2010-02-16 Thread Marcus Moeller
Hi. >> I am a bit confused about the usage of pam_mount. >> >> Here is my /etc/pam.d/system-auth: >> >> auth        required      pam_env.so >> auth        required      pam_mount.so >> > > add use_first_pass to this?? In auth stage the pam_mount requests it's passwd from stdin and passes it to t

Re: [CentOS] pam_mount

2010-02-16 Thread Rob Kampen
Marcus Moeller wrote: Hi all, I am a bit confused about the usage of pam_mount. Here is my /etc/pam.d/system-auth: authrequired pam_env.so authrequired pam_mount.so add use_first_pass to this?? authsufficientpam_unix.so nullok try_first_pass auth