Hi all. how can i do to run a sript in a Samba PDC
server (Redhat 9.0, Samba 3.0) each time that someboy
connects to a share on the server from a client? The
script is a shell script. IT IS NOT THE LOGON SCRIPT.
I tried with some parameters like exec, preexec and
root preexec, but i got nothing. this is the script:

for i in `cat /etc/group |grep $1 | cut -d: -f1` ; do
   touch /home/$1/._$i
done

please, somebody hel me with this..
thanks in advance
Sebastian


------------
Internet GRATIS es Yahoo! Conexión
4004-1010 desde Buenos Aires. Usuario: yahoo; contraseńa: yahoo
Más ciudades: http://conexion.yahoo.com.ar
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to