WHATSNEW: Update changes since rc4.
authorKarolin Seeger <kseeger@samba.org>
Mon, 12 Nov 2012 08:50:35 +0000 (09:50 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Nov 2012 10:36:41 +0000 (11:36 +0100)
Karolin

Autobuild-User(v4-0-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-0-test): Mon Nov 12 11:36:41 CET 2012 on sn-devel-104

WHATSNEW.txt

index 427d2da2b218667ab89d5f510ed0f7e456f2f167..b1a2b7e556ae04b6acda58b1f25aa4961e20f404 100644 (file)
@@ -167,6 +167,22 @@ smb.conf changes
 CHANGES SINCE 4.0.0rc4
 ======================
 
+With this release candidate the location of the socket samba accepts
+connections from NTPd has changed, as has the enforced permissions.
+
+This means the ntp.conf will need to change from (eg)
+
+ntpsigndsocket /usr/local/samba/var/run/ntp_signd/
+
+to
+
+ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/
+
+To use the socket with ntp on a system with an ntp user and group, you must
+run:
+
+chgrp ntp /usr/local/samba/var/lib/ntp_signd/
+
 o   Michael Adam <obnox@samba.org>
     * BUG 9321: winbindd:cache: Fix offline logons with cached credentials.
     * BUG 9339: Build and quota fixes.