Displaying 2 results from an estimated 2 matches for "ee0mdc".
Did you mean:
ee0d
2006 Dec 07
9
Exec as another user
I''m running puppetd as root and I''m trying to execute tar as the
"puppetd" user
59 define untar ( $source, $dest, $creates, $user = "puppetd" ) {
60 exec { "tar -xzf $source" :
61 cwd => $dest,
62 path => "/bin:/usr/bin",
63 user => $user,
64 creates => $creates,
2002 Dec 19
0
Generic smb.conf file
...; upgraded to 2.2.7 last week and am still
> experiencing this problem so I've decided to finally
> post about it.
>
> Tom Schaefer
>
> I
>
> --__--__--
>
> Message: 2
> Subject: Re: [Samba] ownership of smbfs mounts
> From: "M. D. Chappell" <ee0mdc@NSLM.fsnet.co.uk>
> Cc: samba@lists.samba.org
> Date: 18 Dec 2002 22:39:12 +0000
>
> On Wed, 2002-12-18 at 21:04, Hidong Kim wrote:
> > If I put the mount statement into
> > /etc/fstab as
> >
> > //windows1/public /home/windows1 smbfs
> username=me,passw...