Hello folks I've deployed Samba 4.0.26 using Sernet binary packages and running on active directory mode , everything works fine except that client machines don't sync time with server , ntp_signd is enabled in smb.conf , Ntpd is installed and running , is there anyway to debug this functionality on Samba ?
lingpanda101 at gmail.com
2016-Aug-01 17:05 UTC
[Samba] Samba 4 ad client not syncing time
On 8/1/2016 12:56 PM, Dante F. B. Colò wrote:> Hello folks > > I've deployed Samba 4.0.26 using Sernet binary packages and running on active directory mode , everything works fine except that client machines don't sync time with server , ntp_signd is enabled in smb.conf , Ntpd is installed and running , is there anyway to debug this functionality on Samba ? >Did you follow the wiki? https://wiki.samba.org/index.php/Time_synchronisation Are these Linux or Windows clients having trouble, or both? -- -James
Hello James I read this article, it's not working on Windows clients. ----- Original Message ----- From: lingpanda101 at gmail.com To: samba at lists.samba.org Sent: Monday, August 1, 2016 2:05:09 PM Subject: Re: [Samba] Samba 4 ad client not syncing time On 8/1/2016 12:56 PM, Dante F. B. Colò wrote:> Hello folks > > I've deployed Samba 4.0.26 using Sernet binary packages and running on active directory mode , everything works fine except that client machines don't sync time with server , ntp_signd is enabled in smb.conf , Ntpd is installed and running , is there anyway to debug this functionality on Samba ? >Did you follow the wiki? https://wiki.samba.org/index.php/Time_synchronisation Are these Linux or Windows clients having trouble, or both? -- -James -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
On Mon, 1 Aug 2016, Dante F. B. Colò wrote:> I've deployed Samba 4.0.26 using Sernet binary packages and running on > active directory mode , everything works fine except that client > machines don't sync time with server , ntp_signd is enabled in smb.conf > , Ntpd is installed and running , is there anyway to debug this > functionality on Samba ?Did you also enable signed sockset support in ntp.conf? ntpsigndsocket /var/lib/samba/ntp_signd/ I note that's a rather old version of Samba. What version of ntpd are you running? If it's too old (<4.2.6), it might not even have signing support. Also if you are using distro packages, you may want to download the source package and make sure it was compiled with signing support. I know at least some older 4.2.6 distro packages on RHEL/CentOS 6 were not (though the current ones are).