Hi, I'm new to this list , and after reading the docs and browsing the list archives, I didn't find any convenient answer to this question: I need to synchronise my samba server's time on a NT server. smbclient does not offer such options. is there any tool/trick to achieve this ? thx in advance, Cedric Sanson France
cedric, net time /set is not possible with SMB. it _is_, however, possible with MSRPC. obtain the latest cvs (http://samba.org/cvs.html). the following typescript demonstrates the command you will need: Script started on Thu Dec 2 17:26:56 1999 [lkcl@steeleye source]$ bin/rpcclient -S steeleye -U% -l log [STEELEYE]$ time time Remote Time: Thu, 02 Dec 1999 17:27:11 GMT [STEELEYE]$ quit quit [lkcl@steeleye source]$ exit exit Script done on Thu Dec 2 17:27:15 1999