On 09/08/2023 18:44, Michael Tokarev via samba wrote:> 09.08.2023 20:41, Michael Tokarev ?????:
>> 09.08.2023 20:26, Elias Pereira via samba ?????:
>>> hello,
>>>
>>> The wiki configuration for ntp does not work with this
>>> configuration samba4.18.5 + debian 12 + ntpsec. At least for me, it
>>> didn't
>>> work.
>>>
>>> I had to remove the "notrap" and "mssntp"
options so that the Windows
>>> clients could synchronize with the DCs again.
>>>
>>> # Access control
>>> # Default restriction: Allow clients only to query the time
>>> restrict default kod nomodify notrap nopeer limited mssntp
>
> FWIW, I have:
> ?restrict default kod nomodify nopeer noquery limited
On your DCs, you should have 'mssntp' on the end of that line and also
have a line similar to this:
ntpsigndsocket /var/lib/samba/ntp_signd
Rowland