> ...
>
> Yes, i got the root access and need to modify the
> smb.conf from a non-root account.
>
> >
> > * Using the existing samba web administration interface is not
> > possible - even if automated.
>
> This is true, because i'm making a script to create
> new printers automagical
> This doesnt works becouse the owner of the file is 'root'. How can i solve
> this? using suidperl?
Little information, so I make assumptions:
* You have root access - otherwise suidperl isn't going to help.
* You need to modify smb.conf from a non-root account.
* Using the existin
Patrik Schaub [FMS] [[EMAIL PROTECTED]] quoth:
*>hi johannes,
*>
*>could be a sollution - thanks
*>
*>but i really wonder why a perl script which is
*>setuid root and setguid root wont't do a simple
Check the filesystem and make sure your SA hasn't gone and done the wise
thing of mounting the vol
On Sat, Mar 09, 2002 at 12:37:23AM +0100, Patrik Schaub [FMS] wrote:
> the script needs to have root rights in order to do this,
> but it will be used by another user. suidperl seems to be
> the only way to achive this.
What about sudo ?
--
Johannes Franken
Professional unix/network developme
On Friday 08 March 2002 05:37 pm, Patrik Schaub [FMS] wrote:
> killproc: Can not signal TERM to process with pid 8422: Operation not
> permitted
>
> how can this be ? what am i missing ?
>
>
> any help or hints are welcome
www.webmin.com / please do read the security set ups.
--
Robert Brandtjen
Gary [[EMAIL PROTECTED]] quoth:
*>You also might want to consider using a c-wrapper. In this case a c-wrapper
*>is a c program that call's your perl script. You compile that program and
*>make the resulting executable setuid. This is a more secure (albeit slightly)
*>way to do setuid with perl
You also might want to consider using a c-wrapper. In this case a c-wrapper
is a c program that call's your perl script. You compile that program and
make the resulting executable setuid. This is a more secure (albeit slightly)
way to do setuid with perl (or any interpreted language for that ma
Ansh Kanwar [[EMAIL PROTECTED]] quoth:
*>
*>I am trying to compile a program which needs suidperl. What option do I
*>specify while compiling from source so that suidperl can be built?
*>
*>I am compiling stable-5.6.1 on a Solaris 8 machine.
sh ./Configure -ders
make
make test
make install
I wo