Re: su without a password (not root)

2011-05-30 Thread William Hopkins
On 05/27/11 at 05:28pm, Stanisław Findeisen wrote: > On 2011-05-26 22:11, William Hopkins wrote: > > On 05/26/11 at 07:31pm, Stanisław Findeisen wrote: > >> pam_wheel lets you su to root without typing a password if you are a > >> member of a specific group. > >> > >> I need a PAM module with more

Re: su without a password (not root)

2011-05-27 Thread Stanisław Findeisen
On 2011-05-26 22:11, William Hopkins wrote: > On 05/26/11 at 07:31pm, Stanisław Findeisen wrote: >> pam_wheel lets you su to root without typing a password if you are a >> member of a specific group. >> >> I need a PAM module with more flexible applicant user / target user >> pairs management. For

Re: su without a password (not root)

2011-05-26 Thread William Hopkins
On 05/26/11 at 07:31pm, Stanisław Findeisen wrote: > pam_wheel lets you su to root without typing a password if you are a > member of a specific group. > > I need a PAM module with more flexible applicant user / target user > pairs management. For instance I'd like to be able to su with no > passw

Re: su without a password (not root)

2011-05-26 Thread Jimmy Wu
How about using sudo + sudoers instead? 2011/5/26 Stanisław Findeisen : > pam_wheel lets you su to root without typing a password if you are a > member of a specific group. > > I need a PAM module with more flexible applicant user / target user > pairs management. For instance I'd like to be able