Hello List,
I'm running samba 2.0.6 on RH 6.2 for a network of NT and Win98 PCs. On
the Win98 machines my logon.bat is not executing. On the NT PCs it is
working fine.
relavent configuration
[global]
logon script = logon.bat
domain logons = yes
[netlogon]
path = /home/samba/netlogon
browseable = no
logon.bat (permissions 777)
-----------------------------
net use n: \\server\network
net use u: \\server\users
I've been through the archives, and tried all the following:
- netlogon share as readable and browseable
- logon.bat created with a windows editer
- all case and paths are correct
- HKEY_LOCAL_MACHINE\Network\Logon\ProcessLoginScript (binary key)
it should be set up to 01 (it is)
Anyone?