Samba Netlogon from win98-client
I try to setuo a netlogon-script for my win98-client,
My problem is that he doesn't use the logon script I want, when I login some
logon-script is executed, but surey not the one i put into the netlogon-directory.
the script itself works fine if i start it directly from the netlogon-directory under win98
my smb.conf
------------
; smb.conf
;
[global]
workgroup = spielmobil
netbios name = server
server string = Linux Server
interfaces = eth0
hosts allow = 192.168.5.0/24 127.0.0.1
log file = /var/log/samba/log.%m
log level = 3
max log size = 5000
security = user
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = yes
domain master = yes
preferred master = yes
os level = 65
encrypt passwords = yes
domain logons = yes
logon script = logon.bat
logon path = \\%L\netlogon
[homes]
public = no
writeable = yes
browseable = no
[netlogon]
comment = Network Logon Service
path = /etc/samba/netlogon
guest ok = yes
writable = no
share modes = no
------------------
i put the logon.bat script in the netlogon-directory and it works when Iexecute it from the win98-machine
Can anybody help me?
|