Hi,

I write script Python for use on preexec and postexec.

On share netlogon, i have a preexec and postexec. Preexec add on .db file
user "%u", and IP "%I" on logon, and postexec remove this keys on .db
file.

On share netlogon i have the "root preexec close = yes".

When user log, the script add correctly the "user" and "IP", but when
user logout samba delay many times to execute postexec. I look in
logfiles.

This delay its normal? The client is Windows XP.

But the realy error is, if exist "user" on .db file, the "root preexec
close" not work. The Windows continue logon correctly.

Any ideia?

My netlogon
[netlogon]
   comment = Network Logon Service
   path = /home2/samba/netlogon
   browseable = no
   guest ok = yes
   writable = no
   write list = @ti
   create mask = 0664
   directory mask = 0775
   root preexec = /root/teste/sambalogin.py -a %u %I
   root preexec close = yes
   root postexec = /root/teste/sambalogin.py -r %u

Regards.

--
Marcus Grando
Tecnologia da Informa��o
<marcus at big dot univali dot br>
<marcus at sbh dot eng dot br>

Reply via email to