way to do a logon script other than setting the SECURITY = DOMAIN?


Actually you don't set domain to run login scripts at all. Rather, set your the following parameters like so along with whatever else you have::

[global]
        security = user
        logon script = something.bat
        logon path = \\%N\profiles\%u
        logon drive = H:
        logon home = \\%N\%u
        domain logons = Yes
        preferred master = Yes
        domain master = Yes

[netlogon]
        path = /some/dir
        browseable = No


Anything I've left out is either default or not important to the question at hand (or at least I think it isn't)


--
Paul Gienger Office: 701-281-1884
Applied Engineering Inc. Information Systems Consultant Fax: 701-281-1322
URL: www.ae-solutions.com mailto: [EMAIL PROTECTED]



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