Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 May 2012 15:49:34 +1000
From:      "Dewayne Geraghty" <dewayne.geraghty@heuristicsystems.com.au>
To:        <cy@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   ntp - time signing patch
Message-ID:  <957745438793443CA926ADB10E9C9B80@white>
In-Reply-To: <CAO8zR6NwJbAzJrvEbGPOx-fQxws05wjW4cvYpU64uVVyOMS%2BcA@mail.gmail.com>
References:  <CAO8zR6NwJbAzJrvEbGPOx-fQxws05wjW4cvYpU64uVVyOMS%2BcA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
With discussion on the samba-technical list about an upcoming samba4-beta
release, it might prove timely to add the following patch to enable time
signing, for MS-Windows devices (mssntp).

Ref:
https://wiki.samba.org/index.php/Samba4/HOWTO#Step_11_Configure_NTP_.28opti
onal.29

Regards, Dewayne.

--- Makefile.orig       2012-05-19 14:31:43.000000000 +1000
+++ Makefile    2012-05-19 14:40:58.000000000 +1000
@@ -55,6 +55,10 @@
 CONFIGURE_ARGS+=        --enable-ipv6
 .endif

+.if defined(WITH_SIGNING)
+CONFIGURE_ARGS+=        --enable-ntp-signd
+.endif
+
 .for D in ${NTP_DRIVERS}
 .if defined(WITH_${D})
 CONFIGURE_ARGS+=       --enable-${D}

--- Makefile.inc.orig   2012-05-19 14:33:08.000000000 +1000
+++ Makefile.inc        2012-05-19 14:43:36.000000000 +1000
@@ -3,6 +3,7 @@
 OPTIONS=       NTPSNMPD        "Build and install ntpsnmpd" OFF \
                SSL             "Enable SSL" ON \
                IPV6            "Enable IPv6" OFF \
+               SIGNING         "Enable time signing" OFF \
                BANCOMM         "Enable Datum/Bancomm bc635/VME interface"
OFF \
                GPSVME          "Enable TrueTime GPS receiver/VME
interface" OFF \
                ACTS            "Enable ACTS modem service" OFF \




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?957745438793443CA926ADB10E9C9B80>