From dc861888ad61a29cc601c0447b0d099b3286e89c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Apr 2008 15:27:42 -0400 Subject: Add _ntp SRV record --- ipa-server/ipa-install/share/bind.zone.db.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipa-server/ipa-install/share/bind.zone.db.template b/ipa-server/ipa-install/share/bind.zone.db.template index a438d29a..aca7d2d2 100644 --- a/ipa-server/ipa-install/share/bind.zone.db.template +++ b/ipa-server/ipa-install/share/bind.zone.db.template @@ -24,3 +24,5 @@ _kerberos-master._udp IN SRV 0 100 88 $HOST _kpasswd._tcp IN SRV 0 100 464 $HOST _kpasswd._udp IN SRV 0 100 464 $HOST +;ntp server +_ntp._udp IN SRV 0 100 123 $HOST -- cgit