I have a vpn running, and the netlogon scripts go very slow on the other side of it. Can I limit scripts to 192.168.1.x? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
> I have a vpn running, and the netlogon scripts go very > slow on the other side of it. > > Can I limit scripts to 192.168.1.x?You can customize logon scripts on per-user (ldapsam and tdbsam backends) and on per-computer basis: if "%COMPUTERNAME%" == "PO-9" goto label1 if "%COMPUTERNAME%" == "TERMINAL" goto label2 :label1 :label2> > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
your response was blank. --- Ilia Chipitsine <ilia@paramon.ru> wrote:>____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com
John H. wrote:> your response was blank.Well I could see it via nntp at gmane.org, but it does not specifically address your need. I would suggest something like screen scraping ipconfig to find the IP address, and if not correct to run the script them goto the end of the script. Full path all executables you execute, and use ones on the client workstation. If you do not full path then Windows searches the server first for the file to execute, then the local path, so this skips that useless searching step. -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ Remove the upper case letters NOSPAM to contact me directly.
the thing is, what if people log on at the same time, and everyone is using temp? might it get the wrong IP? --- Michael Lueck <mlueck@lueckdatasystems.com> wrote:> On Sun, 3 Jul 2005 11:27:19 -0700 (PDT), John H. > wrote: > > AMEN to no roaming profiles! I disable them blasted > things in my environment. > Electronic Software Distribution makes sure each > physical computer has the > software and configurations on it which it is > required to have. Local profiles > and users storing files in home dirs are mobile > enough. > > >ipconfig >"%userprofile%\ipconfig.txt" > > but........ I will still probably stick this in > %temp% though. ;-) Clean up > after yourself too. > > Then full path where findstr, xcopy, etc... are else > it asks the server for > each of them. > > I take a clean box (without things installed which > MAY have updated the env > vars) and run a simple logon script which runs "SET > > C:\vars.txt" and thus I > end up with a list of the vars available on systems. > There is usually one > pointed at ...\System32 which will help you get > things like XCopy directly, yet > support Windows being on different drive letters. > > Pretty good duct tape in my opinion! > > Michael Lueck > Lueck Data Systems > http://www.lueckdatasystems.com/ > >__________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail