Re: pam_listfile / pam_supair

2011-06-28 Thread Wouter Verhelst
On Tue, Jun 28, 2011 at 06:51:48AM +0200, Stanisław Findeisen wrote: > On 2011-06-27 18:42, Bastian Blank wrote: > > On Mon, Jun 27, 2011 at 05:49:34PM +0200, Stanisław Findeisen wrote: > >> This specifies that users sf, u2 and u3 can each do passwordless su to > >> users root and sf2. User sf2 can

Re: pam_listfile / pam_supair

2011-06-27 Thread Stanisław Findeisen
On 2011-06-27 18:42, Bastian Blank wrote: > On Mon, Jun 27, 2011 at 05:49:34PM +0200, Stanisław Findeisen wrote: >> This specifies that users sf, u2 and u3 can each do passwordless su to >> users root and sf2. User sf2 can do passwordless su to user u2. You can >> also use "debug" (anywhere on the

Re: pam_listfile / pam_supair

2011-06-27 Thread Bastian Blank
On Mon, Jun 27, 2011 at 05:49:34PM +0200, Stanisław Findeisen wrote: > This specifies that users sf, u2 and u3 can each do passwordless su to > users root and sf2. User sf2 can do passwordless su to user u2. You can > also use "debug" (anywhere on the command line) for additional debug > informatio

Re: pam_listfile / pam_supair

2011-06-27 Thread Stanisław Findeisen
On 2011-06-01 20:24, Steve Langasek wrote: > On Wed, Jun 01, 2011 at 12:43:46PM +0200, Stanisław Findeisen wrote: > >> It looks that pam_listfile only allows to restrict *source* user set and >> *not* *target* user set. > > That's not true at all. item=user *is*

Re: pam_listfile

2011-06-01 Thread Steve Langasek
On Wed, Jun 01, 2011 at 12:43:46PM +0200, Stanisław Findeisen wrote: > It looks that pam_listfile only allows to restrict *source* user set and > *not* *target* user set. That's not true at all. item=user *is* the target user set. (Source user set would be the seldom-used

Re: pam_listfile

2011-06-01 Thread Josselin Mouette
Le mercredi 01 juin 2011 à 12:43 +0200, Stanisław Findeisen a écrit : > Hi > > It looks that pam_listfile only allows to restrict *source* user set and > *not* *target* user set. > > Here's the debian-user discussion: > http://lists.debian.org/debian-user/2011/05/msg02

pam_listfile

2011-06-01 Thread Stanisław Findeisen
Hi It looks that pam_listfile only allows to restrict *source* user set and *not* *target* user set. Here's the debian-user discussion: http://lists.debian.org/debian-user/2011/05/msg02054.html Is there any way to do what I want? If I write a patch for pam_listfile, will you accept