Re: [spam] Re: [Samba] exec scripts question

2003-06-30 Thread ipguy
sely that. David -- *** [EMAIL PROTECTED] OpenPGP public key: http://www.amakuru.net/dmorel.asc 28192ef126bc871757cb7d97f4a44536 - Original Message - From: "David Morel" <[EMAIL PROTECTED]> To: "ipguy" <[EMAIL PROTECTED]> Cc:

Re: [spam] Re: [Samba] exec scripts question

2003-06-30 Thread ipguy
9, 2003 12:41 AM Subject: [spam] Re: [Samba] exec scripts question > exec works in global and share definitions. > I haven't tried what you are doing, but simply thinking out loud: > Could this be a permissions problem? > Is %U defined when you try to call it? > Can samba fin

Re: [Samba] exec scripts question

2003-06-28 Thread Joel Hammer
Anything in the samba logs? Joel -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] exec scripts question

2003-06-28 Thread Joel Hammer
exec works in global and share definitions. I haven't tried what you are doing, but simply thinking out loud: Could this be a permissions problem? Is %U defined when you try to call it? Can samba find the mkdir command? Is this a special problem for the [homes] share? Joel On Sat, Jun 28, 2003 at

Re: [Samba] exec scripts question

2003-06-28 Thread David Morel
Le sam 28/06/2003 à 15:59, ipguy a écrit : > i'm having problems with preexec scripts... see example below > > [homes] > preexec = mkdir /samba/users/%U > > do exec scripts only work in a Samba PDC setup or are we able to use exec > scripts in any setup ? > if you look at the preexec script above

[Samba] exec scripts question

2003-06-28 Thread ipguy
i'm having problems with preexec scripts... see example below [homes] preexec = mkdir /samba/users/%U do exec scripts only work in a Samba PDC setup or are we able to use exec scripts in any setup ? if you look at the preexec script above, all i'm trying to do is make a dir for the connecting use