hi, i use
this to generate logon files
everytime a user connects to share netlogon
i think
rootpreexec               = /var/lib/samba/netlogon/login.pl %U %G %m %L
or simular is what you need
regards

## Section - [netlogon]
[netlogon]
        sharemodes                = No
        rootpreexec               = /var/lib/samba/netlogon/login.pl %U %G
%m %L
        comment                   = Netlogon Share
        browseable                = No
        path                      = /var/lib/samba/netlogon
        guestok                   = Yes
        writelist                 = @ntadmin
        locking                   = no
        public                    = no
        cscpolicy                 = disable


----- Original Message ----- 
From: "Sebastian Davancens" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 10:33 PM
Subject: **SPAM** [Samba] Samba PDC


> 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
>
>

-- 
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