Hi... Anyone know of a way to time sync windows machine (to the Linux box) as they log into the samba server? Debian's Potato running samba.... Mike
At 04:09 PM 11/15/00 -0800, Mike Egglestone wrote:>Hi... >Anyone know of a way to time sync windows machine (to the Linux box) as >they log into the samba server? >Debian's Potato running samba....If you have a batch file (or similar script) running at logon adding: net time \\servername /set /yes Will do this on most Windows clients. -- Irony: Bill Gates claims to be making a stable Operating System, and Linus Torvalds claims to be taking over the world.
set time server = yes, and create a dos batch file containing net time \\server_name /set /yes remember its a dos text file. btw its documented in the "using samba" book included with the distrib. mabuhay!, barryg On Wed, Nov 15, 2000 at 04:09:17PM -0800, Mike Egglestone wrote:> Hi... > Anyone know of a way to time sync windows machine (to the Linux box) as > they log into the samba server? > Debian's Potato running samba.... > > Mike