Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Tokio Kikuchi
> couple of users to the mailman group, I've tried the chmod g+s for all > the scripts. All to no effect. I'm beginning to wonder if it may be a > systems issue--something wrong with the way it's handling group permissions. Scripts can't be run under setuid/setgid on *nix systems. You may hav

Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > I have my php script running as a user in the mailman group, but when I try to do: //add user to Admin email list $command = "/usr/local/mailman/bin/add_members -r ".$Filename." admins"; system($command, $status)

Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > I have my php script running as a user in the mailman group, but when I try to do: //add user to Admin email list $command = "/usr/local/mailman/bin/add_members -r ".$Filename." admins"; system($command, $status)

Re: [Mailman-Users] can't call command line functions from php

2006-09-19 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > I have my php script running as a user in the mailman group, but when I try to do: //add user to Admin email list $command = "/usr/local/mailman/bin/add_members -r ".$Filename." admins"; system($command, $status)

Re: [Mailman-Users] can't call command line functions from php

2006-09-18 Thread Lindsay Haisley
Thus spake Lindsay Haisley on Mon, Sep 18, 2006 at 03:41:00PM CDT > this on a 'nix-like OS since you mention permissions. Make sure that > /usr/local/mailman/bin/add_members has either world read and execute > permissions, or group read and execute permissions (dicey from a security > standpoin

Re: [Mailman-Users] can't call command line functions from php

2006-09-18 Thread Lindsay Haisley
Thus spake Anne Ramey on Mon, Sep 18, 2006 at 03:06:37PM CDT > > > Dragon wrote: > > Anne Ramey wrote: > >> I have my php script running as a user in the mailman group, but when I > >> try to do: > >>//add user to Admin email list > >>$command = "/usr/local/mailman/bin/add_members -r ".$F

Re: [Mailman-Users] can't call command line functions from php

2006-09-18 Thread Mark Sapiro
Anne Ramey wrote: >>> I have my php script running as a user in the mailman group, but when I >>> try to do: >>>//add user to Admin email list >>>$command = "/usr/local/mailman/bin/add_members -r ".$Filename." >>> admins"; >>>system($command, $status); >>> >>> I get a status of 1 retu

Re: [Mailman-Users] can't call command line functions from php

2006-09-18 Thread Anne Ramey
Dragon wrote: > Anne Ramey wrote: >> I have my php script running as a user in the mailman group, but when I >> try to do: >>//add user to Admin email list >>$command = "/usr/local/mailman/bin/add_members -r ".$Filename." >> admins"; >>system($command, $status); >> >> I get a status

Re: [Mailman-Users] can't call command line functions from php

2006-09-18 Thread Dragon
Anne Ramey wrote: >I have my php script running as a user in the mailman group, but when I >try to do: >//add user to Admin email list >$command = "/usr/local/mailman/bin/add_members -r ".$Filename." admins"; >system($command, $status); > >I get a status of 1 returned to me and it doesn