All, If I want to specify a logon script, does security need to be set to Domain? The issue is that we have authentication at the PDC/BDC so that our VPN users can map drives on their home PC's. Is there a different way to do a logon script other than setting the SECURITY = DOMAIN? I am running 2.2.8a (planning on 2.2.12) on Solaris 8. Thanks for your help. spike
>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: pgienger@ae-solutions.com
Spike Burkhardt schrieb:> All, > > If I want to specify a logon script, does security need to be set to > Domain? The issue is that we have authentication at the PDC/BDC so that > our VPN users can map drives on their home PC's. Is there a different > way to do a logon script other than setting the SECURITY = DOMAIN? > > I am running 2.2.8a (planning on 2.2.12) on Solaris 8. Thanks for > your help. > > spike >Hi, dint plan on version 2.2.8a use samba version tree 3, if samba is pdc security = user is right study samba faqs Regards