On Fri, 14 Jun 2002 20:21:20 -0400, Tony wrote:

>
>You can put a shortcut in the All Users startup folder that points to the
>network logon script.

This local script approach works nicely for 2 machines, but it's a pain when
you have to update a script on 200. It's much cleaner to get it to run on
logon if you can - it does work. 

Your logon script line should be relative to the netlogon share, not the
actual filesystem as you have it

This works for me:

        domain logons = yes
        logon script = logon.bat

[netlogon]
        comment = Logon directory
        path = /home/netlogon
        writeable = no
        guest ok = no




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to