summaryrefslogtreecommitdiff
path: root/source4/ntp_signd/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-27 16:20:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-27 16:20:18 +1000
commit5d0d239d1ab826c91839a603f93d2c0061658888 (patch)
tree24301eca10faf83a94cb722e6c370943bdd9f5e3 /source4/ntp_signd/config.mk
parent8172f3eb220575d40f9ab5129d36e4e0003dee56 (diff)
downloadsamba-5d0d239d1ab826c91839a603f93d2c0061658888.tar.gz
samba-5d0d239d1ab826c91839a603f93d2c0061658888.tar.bz2
samba-5d0d239d1ab826c91839a603f93d2c0061658888.zip
Start an 'NTP signing server' in Samba4.
I am modifying the ntp.org server to talk to this service, to sign packets per MS-SNTP. Andrew Bartlett (This used to be commit 0c15385e6068d2f70ff11aa5837adbd6d78410ae)
Diffstat (limited to 'source4/ntp_signd/config.mk')
-rw-r--r--source4/ntp_signd/config.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/ntp_signd/config.mk b/source4/ntp_signd/config.mk
new file mode 100644
index 0000000000..e8d0530f62
--- /dev/null
+++ b/source4/ntp_signd/config.mk
@@ -0,0 +1,14 @@
+# NTP_SIGND server subsystem
+
+#######################
+# Start SUBSYSTEM NTP_signd
+[MODULE::NTP_SIGND]
+INIT_FUNCTION = server_service_ntp_signd_init
+SUBSYSTEM = smbd
+PRIVATE_DEPENDENCIES = \
+ SAMDB NDR_NTP_SIGND
+# End SUBSYSTEM NTP_SIGND
+#######################
+
+NTP_SIGND_OBJ_FILES = $(addprefix $(ntp_signd_srcdir)/, ntp_signd.o)
+