-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, i have samba machine serving 25 clients win98/95, and i would like to use the time server option. I want the clients to sync time with the server in logon. that is my smb.conf globals: ~ [global] ~ workgroup = ENTERPRISE ~ netbios name = SERVIDOR ~ server string = Samba Server %v ~ encrypt passwords = No ~ log file = /var/log/samba/log.%m ~ max log size = 50 ~ deadtime = 5 ~ socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 ~ ldap ssl = no Can i just add "time server = True" and "logon script = logon.bat" lines in global conf? or should i add [netlogon] sharing too? I dont have a domain configured, is it necessary ? What should i do? - -- ~ ___________________________________ ~ | henrique paiva | ~ |___________________________________| ~ | email: paivahenrique@terra.com.br | ~ |___________________________________| ~ | icq: 320094827 | ~ |___________________________________| Este email foi assinado pelo Gnupg http://www.gnupg.com e ~ Mozilla Thunderbird Enigmail http://enigmail.mozdev.org Solicite minha chave p?blica. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFA8ykGeE6sZ+g/aaURAlm7AKC2Eu6YpADJ5MZg1VLjHfGaRywb4ACfUtRX hfj31Ez3TRdEhC+axVNPaWU=LIBt -----END PGP SIGNATURE-----
On 13 Jul 2004, at 10:12, henrique paiva wrote:> Can i just add "time server = True" and "logon script = logon.bat" > lines > in global conf? or should i add [netlogon] sharing too?You can't have a logon script without a netlogon share. From the manual:> The script must be a relative path to the [netlogon] service. If > the [netlogon] service specifies a path of /usr/local/samba/net- > logon, and logon script = STARTUP.BAT, then the file that will > be downloaded is: > > /usr/local/samba/netlogon/STARTUP.BATHTH Alex Satrapa